Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^4.6.0
^4.7.0
^9.4.0
^9.4.1
^1.3.52
^1.3.53
18.15.12
18.15.13
^8.38.0
^8.39.0
📅 Schedule: Branch creation - "after 9am,before 12am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^4.6.0
->^4.7.0
^9.4.0
->^9.4.1
^1.3.52
->^1.3.53
18.15.12
->18.15.13
^8.38.0
->^8.39.0
Release Notes
apollographql/apollo-server
### [`v4.7.0`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#470) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.6.0...@apollo/server@4.7.0) ##### Minor Changes - [#7504](https://togithub.com/apollographql/apollo-server/pull/7504) [`22a5be934`](https://togithub.com/apollographql/apollo-server/commit/22a5be9347bbdb6aef4c158f9c81d310308d02d4) Thanks [@mayakoneval](https://togithub.com/mayakoneval)! - In the Apollo Server Landing Page Local config, you can now opt out of the telemetry that Apollo Studio runs in the embedded Sandbox & Explorer landing pages. This telemetry includes Google Analytics for event tracking and Sentry for error tracking. Example of the new config option: const server = new ApolloServer({ typeDefs, resolvers, plugins: [ process.env.NODE_ENV === 'production' ? ApolloServerPluginLandingPageProductionDefault({ graphRef: 'my-graph-id@my-graph-variant', embed: { runTelemetry: false }, }) : ApolloServerPluginLandingPageLocalDefault({ embed: { runTelemetry: false }, }), ], });nestjs/nest-cli
### [`v9.4.1`](https://togithub.com/nestjs/nest-cli/releases/tag/9.4.1) [Compare Source](https://togithub.com/nestjs/nest-cli/compare/9.4.0...9.4.1) - chore: resolve conflicts ([`4feee80`](https://togithub.com/nestjs/nest-cli/commit/4feee801)) - fix: flat flag was always truthy ([`994704e`](https://togithub.com/nestjs/nest-cli/commit/994704ec)) - chore(deps): update dependency [@types/node](https://togithub.com/types/node) to v18.15.12 ([`e3702d9`](https://togithub.com/nestjs/nest-cli/commit/e3702d9d)) - chore(deps): update dependency [@types/jest](https://togithub.com/types/jest) to v29.5.1 ([`79d462b`](https://togithub.com/nestjs/nest-cli/commit/79d462b7)) - chore(deps): update typescript-eslint monorepo to v5.59.0 ([`8faaf0a`](https://togithub.com/nestjs/nest-cli/commit/8faaf0ad)) - chore(deps): update commitlint monorepo to v17.6.1 ([`fd0a5a3`](https://togithub.com/nestjs/nest-cli/commit/fd0a5a3c)) - Merge pull request [#1968](https://togithub.com/nestjs/nest-cli/issues/1968) from hrkeni/spec-file-suffix ([`4781b7d`](https://togithub.com/nestjs/nest-cli/commit/4781b7dd)) - chore(deps): update commitlint monorepo to v17.6.0 ([`171831c`](https://togithub.com/nestjs/nest-cli/commit/171831c8)) - chore: rename function ([`85e8452`](https://togithub.com/nestjs/nest-cli/commit/85e8452c)) - feat: added new generate option to control spec file name ([`a4b0ed4`](https://togithub.com/nestjs/nest-cli/commit/a4b0ed48))swc-project/swc
### [`v1.3.53`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1353---2023-04-21) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.52...v1.3.53) ##### Bug Fixes - **(es)** Fix a crash related to source map ([#7307](https://togithub.com/swc-project/swc/issues/7307)) ([e7f7b01](https://togithub.com/swc-project/swc/commit/e7f7b01f59b622c993ee584ae825a39c390b2570)) - **(es/helpers)** Remove unnecessary parameters in `helper_expr!` macro ([#7296](https://togithub.com/swc-project/swc/issues/7296)) ([38dfb91](https://togithub.com/swc-project/swc/commit/38dfb91ebc04eecab97ec023c79b183958fda227)) - **(es/modules)** Support `jsc.baseUrl` without `jsc.paths` ([#7302](https://togithub.com/swc-project/swc/issues/7302)) ([9c279b8](https://togithub.com/swc-project/swc/commit/9c279b802b6a615fdba33a6f81866ce3ef606676)) - **(es/parser)** Fix handling of `in` and `out` of typescript ([#7308](https://togithub.com/swc-project/swc/issues/7308)) ([6f81cb9](https://togithub.com/swc-project/swc/commit/6f81cb9c32219cd8e51a97c924e0b272fc25a0c1)) - **(testing)** Fix path normalization on windows for testing diffs ([#7299](https://togithub.com/swc-project/swc/issues/7299)) ([3422923](https://togithub.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09)) ##### Miscellaneous Tasks - **general**: Update issue template to prevent useless issues ([#7303](https://togithub.com/swc-project/swc/issues/7303)) ([9816ba2](https://togithub.com/swc-project/swc/commit/9816ba27958af07399383fc995c49dc1ed3e3554)) ##### Testing - **(es/compat)** Add a test for a wrong issue ([#7300](https://togithub.com/swc-project/swc/issues/7300)) ([38495a9](https://togithub.com/swc-project/swc/commit/38495a9835c47ded30d07d6c961a094e22146222))eslint/eslint
### [`v8.39.0`](https://togithub.com/eslint/eslint/releases/tag/v8.39.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.38.0...v8.39.0) #### Features - [`3f7af9f`](https://togithub.com/eslint/eslint/commit/3f7af9f408625dbc486af914706d34c4b483b5ba) feat: Implement `SourceCode#markVariableAsUsed()` ([#17086](https://togithub.com/eslint/eslint/issues/17086)) (Nicholas C. Zakas) #### Documentation - [`6987dc5`](https://togithub.com/eslint/eslint/commit/6987dc59e46f4e345d0d6c20c1f2c6846bbd7acc) docs: Fix formatting in Custom Rules docs ([#17097](https://togithub.com/eslint/eslint/issues/17097)) (Milos Djermanovic) - [`4ee92e5`](https://togithub.com/eslint/eslint/commit/4ee92e5cbdeba6fea2147901ce926de16946958a) docs: Update README (GitHub Actions Bot) - [`d8e9887`](https://togithub.com/eslint/eslint/commit/d8e9887c2c384d24d586d08ee9ae2ada79bd234c) docs: Custom Rules cleanup/expansion ([#16906](https://togithub.com/eslint/eslint/issues/16906)) (Ben Perlmutter) - [`1fea279`](https://togithub.com/eslint/eslint/commit/1fea2797801a82a2718814c83dad641dab092bcc) docs: Clarify how to add to tsc agenda ([#17084](https://togithub.com/eslint/eslint/issues/17084)) (Nicholas C. Zakas) - [`970ef1c`](https://togithub.com/eslint/eslint/commit/970ef1c868235a58297682513842f1256cdfbd03) docs: Update triage board location (Nicholas C. Zakas) - [`6d8bffd`](https://togithub.com/eslint/eslint/commit/6d8bffdf45d50e272dc45e6d2d05b4a737514468) docs: Update README (GitHub Actions Bot) #### Chores - [`60a6f26`](https://togithub.com/eslint/eslint/commit/60a6f2694deb4aa1c54de2a28d0357cddfd16644) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).39.0 ([#17102](https://togithub.com/eslint/eslint/issues/17102)) (Milos Djermanovic) - [`d5ba5c0`](https://togithub.com/eslint/eslint/commit/d5ba5c0a85e7a10777761f5d46c104ab7f25845b) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`f57eff2`](https://togithub.com/eslint/eslint/commit/f57eff20f5789408e95061f1af5354bb9b4f4784) ci: run tests on Node.js v20 ([#17093](https://togithub.com/eslint/eslint/issues/17093)) (Nitin Kumar) - [`9d1b8fc`](https://togithub.com/eslint/eslint/commit/9d1b8fc60cc31f12618e58c10a2669506b7ce9bf) perf: Binary search in token store `utils.search` ([#17066](https://togithub.com/eslint/eslint/issues/17066)) (Francesco Trotta) - [`07a4435`](https://togithub.com/eslint/eslint/commit/07a4435a0c08cb63ebf11b71f735bac20318829b) chore: Add request for minimal repro to bug report ([#17081](https://togithub.com/eslint/eslint/issues/17081)) (Nicholas C. Zakas) - [`eac4943`](https://togithub.com/eslint/eslint/commit/eac4943ba2e4edb3dbfea0470e5d4b15a4926c40) refactor: remove unnecessary use of `SourceCode#getAncestors` in rules ([#17075](https://togithub.com/eslint/eslint/issues/17075)) (Milos Djermanovic) - [`0a7b60a`](https://togithub.com/eslint/eslint/commit/0a7b60a9d5621dbbc1a8a8adda3b7c2060c779ca) chore: update description of `SourceCode#getDeclaredVariables` ([#17072](https://togithub.com/eslint/eslint/issues/17072)) (Milos Djermanovic) - [`6e2df71`](https://togithub.com/eslint/eslint/commit/6e2df71cc390252aaca212abe3dc0467fe397450) chore: remove unnecessary references to the LICENSE file ([#17071](https://togithub.com/eslint/eslint/issues/17071)) (Milos Djermanovic)Configuration
📅 Schedule: Branch creation - "after 9am,before 12am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.