diff --git a/docs/package.json b/docs/package.json index de230e52c55e6..5a10e8bce1de3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "@mdx-js/react": "^2.3.0", "@react-aria/ssr": "3.3.0", "@react-spring/web": "^9.6.1", - "@sentry/nextjs": "^7.50.0", + "@sentry/nextjs": "^7.64.0", "@vercel/analytics": "^0.1.1", "@vercel/og": "^0.0.20", "axios": "0.27.2", diff --git a/docs/pages/repo/docs/core-concepts/caching/environment-variable-inputs.mdx b/docs/pages/repo/docs/core-concepts/caching/environment-variable-inputs.mdx index aa5688ee6a198..40ee7e2ea3859 100644 --- a/docs/pages/repo/docs/core-concepts/caching/environment-variable-inputs.mdx +++ b/docs/pages/repo/docs/core-concepts/caching/environment-variable-inputs.mdx @@ -168,7 +168,7 @@ These fields are _ordered_ lists of Unix-formatted (`/`-separated) paths, relati ## Framework Inference - This feature can be disabled by passing [`--framework-inference=false`](../reference/command-line-reference/run#--framework-inference) to your `turbo` command. + This feature can be disabled by passing [`--framework-inference=false`](/repo/docs/reference/command-line-reference/run#--framework-inference) to your `turbo` command. By default, Turborepo attempts to detect the framework for workspaces inside of your turborepo and uses this to help ensure that all of the default environment variables are properly considered for task hashes. diff --git a/docs/pages/repo/docs/reference/command-line-reference.mdx b/docs/pages/repo/docs/reference/command-line-reference.mdx index 621be9f252e06..425ef74e176c2 100644 --- a/docs/pages/repo/docs/reference/command-line-reference.mdx +++ b/docs/pages/repo/docs/reference/command-line-reference.mdx @@ -14,7 +14,7 @@ information about their usage on these pages: - [`login`](/repo/docs/reference/command-line-reference/login) - [`logout`](/repo/docs/reference/command-line-reference/logout) - [`link`](/repo/docs/reference/command-line-reference/link) -- [`unlink`](/repo/docs/reference/command-line-reference/unline) +- [`unlink`](/repo/docs/reference/command-line-reference/unlink) - [`bin`](/repo/docs/reference/command-line-reference/bin) ## Option Syntax diff --git a/docs/pages/repo/docs/reference/command-line-reference/run.mdx b/docs/pages/repo/docs/reference/command-line-reference/run.mdx index 733cc2fe9952c..307bd11eeffb6 100644 --- a/docs/pages/repo/docs/reference/command-line-reference/run.mdx +++ b/docs/pages/repo/docs/reference/command-line-reference/run.mdx @@ -190,7 +190,7 @@ You can also specify these in your `turbo` configuration as `globalDependencies` `type: bool` -Specify whether or not to do framework inference for tasks. Defaults to `true`, can be configured to be `false` which skips framework inference for tasks. This disables [automatic environment variable inclusion](../core-concepts/caching/environment-variable-inputs#framework-inference). +Specify whether or not to do framework inference for tasks. Defaults to `true`, can be configured to be `false` which skips framework inference for tasks. This disables [automatic environment variable inclusion](/repo/docs/core-concepts/caching/environment-variable-inputs#framework-inference). ```sh turbo run build --framework-inference=false diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b55b69432f8cc..cbf0f7bf72ca1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -217,8 +217,8 @@ importers: specifier: ^9.6.1 version: 9.6.1(react-dom@18.2.0)(react@18.2.0) '@sentry/nextjs': - specifier: ^7.50.0 - version: 7.50.0(next@13.4.12)(react@18.2.0) + specifier: ^7.64.0 + version: 7.64.0(next@13.4.12)(react@18.2.0) '@vercel/analytics': specifier: ^0.1.1 version: 0.1.1(react@18.2.0) @@ -2749,26 +2749,26 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@sentry-internal/tracing@7.50.0: - resolution: {integrity: sha512-4TQ4vN0aMBWsUXfJWk2xbe4x7fKfwCXgXKTtHC/ocwwKM+0EefV5Iw9YFG8IrIQN4vMtuRzktqcs9q0/Sbv7tg==} + /@sentry-internal/tracing@7.64.0: + resolution: {integrity: sha512-1XE8W6ki7hHyBvX9hfirnGkKDBKNq3bDJyXS86E0bYVDl94nvbRM9BD9DHsCFetqYkVm1yDGEK+6aUVs4CztoQ==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.50.0 - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 - tslib: 1.14.1 + '@sentry/core': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + tslib: 2.4.1 dev: false - /@sentry/browser@7.50.0: - resolution: {integrity: sha512-a+UYbP89+SAvW47/p9wxEi9eWlyp/SkYl52OCdZNXnplQY4kQIOVyiaIs5nnCxIxZgXKrhAX4eo1E9ykleFuNQ==} + /@sentry/browser@7.64.0: + resolution: {integrity: sha512-lB2IWUkZavEDclxfLBp554dY10ZNIEvlDZUWWathW+Ws2wRb6PNLtuPUNu12R7Q7z0xpkOLrM1kRNN0OdldgKA==} engines: {node: '>=8'} dependencies: - '@sentry-internal/tracing': 7.50.0 - '@sentry/core': 7.50.0 - '@sentry/replay': 7.50.0 - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 - tslib: 1.14.1 + '@sentry-internal/tracing': 7.64.0 + '@sentry/core': 7.64.0 + '@sentry/replay': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + tslib: 2.4.1 dev: false /@sentry/cli@1.75.2: @@ -2788,27 +2788,27 @@ packages: - supports-color dev: false - /@sentry/core@7.50.0: - resolution: {integrity: sha512-6oD1a3fYs4aiNK7tuJSd88LHjYJAetd7ZK/AfJniU7zWKj4jxIYfO8nhm0qdnhEDs81RcweVDmPhWm3Kwrzzsg==} + /@sentry/core@7.64.0: + resolution: {integrity: sha512-IzmEyl5sNG7NyEFiyFHEHC+sizsZp9MEw1+RJRLX6U5RITvcsEgcajSkHQFafaBPzRrcxZMdm47Cwhl212LXcw==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 - tslib: 1.14.1 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + tslib: 2.4.1 dev: false - /@sentry/integrations@7.50.0: - resolution: {integrity: sha512-HUmPN2sHNx37m+lOWIoCILHimILdI0Df9nGmWA13fIhny8mxJ6Dbazyis11AW4/lrZ1a6F1SQ2epLEq7ZesiRw==} + /@sentry/integrations@7.64.0: + resolution: {integrity: sha512-6gbSGiruOifAmLtXw//Za19GWiL5qugDMEFxSvc5WrBWb+A8UK+foPn3K495OcivLS68AmqAQCUGb+6nlVowwA==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 localforage: 1.10.0 - tslib: 1.14.1 + tslib: 2.4.1 dev: false - /@sentry/nextjs@7.50.0(next@13.4.12)(react@18.2.0): - resolution: {integrity: sha512-4/utwzYIZmjJ/QyYlez1H8PxrNThYBY7MdqzL7XM+Nj432mlyWEDHKYri1FM2GX3HSM4l9lLrpExTkDNVO6dBQ==} + /@sentry/nextjs@7.64.0(next@13.4.12)(react@18.2.0): + resolution: {integrity: sha512-hKlIQpFugdRlWj0wcEG9I8JyVm/osdsE72zwMBGnmCw/jf7U63vjOjfxMe/gRuvllCf/AvoGHEkR5jPufcO+bw==} engines: {node: '>=8'} peerDependencies: next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 @@ -2819,74 +2819,74 @@ packages: optional: true dependencies: '@rollup/plugin-commonjs': 24.0.0(rollup@2.78.0) - '@sentry/core': 7.50.0 - '@sentry/integrations': 7.50.0 - '@sentry/node': 7.50.0 - '@sentry/react': 7.50.0(react@18.2.0) - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 + '@sentry/core': 7.64.0 + '@sentry/integrations': 7.64.0 + '@sentry/node': 7.64.0 + '@sentry/react': 7.64.0(react@18.2.0) + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 next: 13.4.12(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 stacktrace-parser: 0.1.10 - tslib: 1.14.1 + tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color dev: false - /@sentry/node@7.50.0: - resolution: {integrity: sha512-11UJBKoQFMp7f8sbzeO2gENsKIUkVCNBTzuPRib7l2K1HMjSfacXmwwma7ZEs0mc3ofIZ1UYuyONAXmI1lK9cQ==} + /@sentry/node@7.64.0: + resolution: {integrity: sha512-wRi0uTnp1WSa83X2yLD49tV9QPzGh5e42IKdIDBiQ7lV9JhLILlyb34BZY1pq6p4dp35yDasDrP3C7ubn7wo6A==} engines: {node: '>=8'} dependencies: - '@sentry-internal/tracing': 7.50.0 - '@sentry/core': 7.50.0 - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 + '@sentry-internal/tracing': 7.64.0 + '@sentry/core': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 cookie: 0.4.2 https-proxy-agent: 5.0.1 lru_map: 0.3.3 - tslib: 1.14.1 + tslib: 2.4.1 transitivePeerDependencies: - supports-color dev: false - /@sentry/react@7.50.0(react@18.2.0): - resolution: {integrity: sha512-V/KfIhwLezefnRz0y9pGJn5x0RBL8Q1347LowcOZWoNiDoaaLI9hRBTqJGyvCstG5NNhsLTKMM3UDk0WNXflPg==} + /@sentry/react@7.64.0(react@18.2.0): + resolution: {integrity: sha512-wOyJUQi7OoT1q+F/fVVv1fzbyO4OYbTu6m1DliLOGQPGEHPBsgPc722smPIExd1/rAMK/FxOuNN5oNhubH8nhg==} engines: {node: '>=8'} peerDependencies: react: 15.x || 16.x || 17.x || 18.x dependencies: - '@sentry/browser': 7.50.0 - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 + '@sentry/browser': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 - tslib: 1.14.1 + tslib: 2.4.1 dev: false - /@sentry/replay@7.50.0: - resolution: {integrity: sha512-EYRk+DTZ5luwfkiCaDpBC3YBKIEdkReTUNZtWDVUytSVjsCnttkAipx/y6bxy3HN+rSXungMd3XKQT5RNMRUNA==} + /@sentry/replay@7.64.0: + resolution: {integrity: sha512-alaMCZDZhaAVmEyiUnszZnvfdbiZx5MmtMTGrlDd7tYq3K5OA9prdLqqlmfIJYBfYtXF3lD0iZFphOZQD+4CIw==} engines: {node: '>=12'} dependencies: - '@sentry/core': 7.50.0 - '@sentry/types': 7.50.0 - '@sentry/utils': 7.50.0 + '@sentry/core': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 dev: false - /@sentry/types@7.50.0: - resolution: {integrity: sha512-Zo9vyI98QNeYT0K0y57Rb4JRWDaPEgmp+QkQ4CRQZFUTWetO5fvPZ4Gb/R7TW16LajuHZlbJBHmvmNj2pkL2kw==} + /@sentry/types@7.64.0: + resolution: {integrity: sha512-LqjQprWXjUFRmzIlUjyA+KL+38elgIYmAeoDrdyNVh8MK5IC1W2Lh1Q87b4yOiZeMiIhIVNBd7Ecoh2rodGrGA==} engines: {node: '>=8'} dev: false - /@sentry/utils@7.50.0: - resolution: {integrity: sha512-iyPwwC6fwJsiPhH27ZbIiSsY5RaccHBqADS2zEjgKYhmP4P9WGgHRDrvLEnkOjqQyKNb6c0yfmv83n0uxYnolw==} + /@sentry/utils@7.64.0: + resolution: {integrity: sha512-HRlM1INzK66Gt+F4vCItiwGKAng4gqzCR4C5marsL3qv6SrKH98dQnCGYgXluSWaaa56h97FRQu7TxCk6jkSvQ==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.50.0 - tslib: 1.14.1 + '@sentry/types': 7.64.0 + tslib: 2.4.1 dev: false /@sentry/webpack-plugin@1.20.0: