Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/gateway (source) 2.11.2 -> 2.11.3 age adoption passing confidence devDependencies patch
@apollo/subgraph (source) 2.11.2 -> 2.11.3 age adoption passing confidence devDependencies patch
@changesets/cli (source) 2.29.6 -> 2.29.7 age adoption passing confidence devDependencies patch
@rollup/plugin-commonjs (source) 28.0.6 -> 28.0.8 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 16.0.1 -> 16.0.3 age adoption passing confidence devDependencies patch
@types/express-serve-static-core (source) 5.0.7 -> 5.1.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.19.11 -> 20.19.22 age adoption passing confidence devDependencies patch
cspell (source) 9.2.0 -> 9.2.1 age adoption passing confidence devDependencies patch
eslint (source) 9.34.0 -> 9.38.0 age adoption passing confidence devDependencies minor
jdx/mise v2025.8.20 -> v2025.10.12 age adoption passing confidence minor
jest (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-config (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
jest-mock (source) 30.0.5 -> 30.2.0 age adoption passing confidence devDependencies minor
make-fetch-happen 15.0.1 -> 15.0.2 age adoption passing confidence dependencies patch
node (source) 22.18.0 -> 22.20.0 age adoption passing confidence minor
rollup (source) 4.48.0 -> 4.52.5 age adoption passing confidence devDependencies minor
ts-jest (source) 29.4.1 -> 29.4.5 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.40.0 -> 8.46.1 age adoption passing confidence devDependencies minor

Release Notes

apollographql/federation (@​apollo/gateway)

v2.11.3

Compare Source

Patch Changes
apollographql/federation (@​apollo/subgraph)

v2.11.3

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.8

2025-10-16

Bugfixes
  • fix: guard moduleSideEffects for wrapped externals (#​1914)

v28.0.7

2025-10-14

Bugfixes
  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#​1909)
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.3

2025-10-13

Bugfixes
  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#​1908)

v16.0.2

2025-10-04

Bugfixes
  • fix: error thrown with empty entry (#​1893)
streetsidesoftware/cspell (cspell)

v9.2.1

Compare Source

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
fix: Workflow Bot -- Update Dictionaries (main) (#​7795)
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores

jdx/mise (jdx/mise)

v2025.10.12

Compare Source

🐛 Bug Fixes
  • (rust) preserve original PATH entries when managing tool paths by @​jdx in #​6689
📦️ Dependency Updates

v2025.10.11

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
New Contributors

v2025.10.10

Compare Source

🐛 Bug Fixes
New Contributors

v2025.10.9

Compare Source

🐛 Bug Fixes
📚 Documentation
New Contributors

v2025.10.8

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
🛡️ Security
  • (security) use HTTPS instead of HTTP for version hosts by @​jdx in #​6638
📦️ Dependency Updates
New Contributors

v2025.10.7

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
  • (task) use config_root instead of project_root for task base path by @​risu729 in #​6609
  • (task) resolve project tasks in run blocks using TaskLoadContext by @​jdx in #​6614
  • (task) dont truncate task message when CI is set by @​roele in #​6620
  • (tasks) restore MISE_ENV environment inheritance for tasks by @​glasser in #​6621
  • (ui) prevent OSC 9;4 progress sequences from being written to non-terminals by @​jdx in #​6615
Chore
New Contributors

v2025.10.6

Compare Source

📦 Registry
🚀 Features
🐛 Bug Fixes
🚜 Refactor
New Contributors

v2025.10.5

Compare Source

📦 Registry
🐛 Bug Fixes
  • (docs) improve favicon support for Safari by @​jdx in #​6567
  • (github) download assets via API to respect GITHUB_TOKEN by @​roele in #​6496
  • (task) load toml tasks in task_config.includes in system/global config and monorepo subdirs by @​risu729 in #​6545
  • (task) handle dots in monorepo directory names correctly by @​jdx in #​6571
📚 Documentation

v2025.10.4

Compare Source

🐛 Bug Fixes
🚜 Refactor
New Contributors

v2025.10.3

Compare Source

📦 Registry
🚀 Features
  • (tasks) add experimental monorepo task support with target paths by @​jdx in #​6535
  • (tasks) respect local config_roots for monorepo tasks by @​jdx in #​6552
  • support latest suffix for Java, Python and Ruby flavoured versions by @​roele in #​6533
🐛 Bug Fixes
📚 Documentation
Chore
Hk
New Contributors

v2025.10.2

Compare Source

🐛 Bug Fixes
  • (shell) prevent infinite loop in zsh command-not-found handler by @​yordis in #​6516
  • (snapcraft) add missing home plug for the home directory access permission by @​phanect in #​6525
  • (vfox) implement headers support on http mod by @​BasixKOR in #​6521
  • set MIX_HOME and MIX_ARCHIVES when using the elixir plugin by @​numso in [#​65

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Aug 31, 2025
@apollo-librarian
Copy link

apollo-librarian bot commented Aug 31, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 21bf96b5dc6cd0aad08f90fc
Build Logs: View logs

Copy link

codesandbox-ci bot commented Aug 31, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf0002c to a7d39d2 Compare August 31, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f6455b to 90fe271 Compare September 14, 2025 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a623ca8 to e648e07 Compare September 22, 2025 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0d309e7 to 044f9a3 Compare September 29, 2025 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d6dc354 to ddcd81f Compare October 10, 2025 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a159cf3 to fc78e64 Compare October 16, 2025 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 39fc4e4 to eda7fc7 Compare October 18, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eda7fc7 to 07de9f7 Compare October 20, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants