Skip to content

chore(deps): update all non-major dependencies - #14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/server-integration-testsuite (source) 4.12.24.13.0 age confidence devDependencies minor
@changesets/changelog-github (source) 0.5.10.7.0 age confidence devDependencies minor
@changesets/cli (source) 2.29.42.31.1 age confidence devDependencies minor
@eslint/js (source) 9.28.09.39.5 age confidence devDependencies minor
@types/compression (source) 1.8.01.8.1 age confidence devDependencies patch
@types/cors (source) 2.8.182.8.19 age confidence devDependencies patch
@types/express (source) 4.17.224.17.25 age confidence devDependencies patch
@types/express-serve-static-core (source) 4.19.64.19.9 age confidence devDependencies patch
@types/node (source) 20.19.020.19.43 age confidence devDependencies patch
compression 1.8.01.8.2 age confidence devDependencies patch
cors 2.8.52.8.6 age confidence devDependencies patch
cspell (source) 9.0.29.8.0 age confidence devDependencies minor
eslint (source) 9.28.09.39.5 age confidence devDependencies minor
express (source) 4.21.24.22.3 age confidence devDependencies minor
graphql 16.11.016.14.2 age confidence devDependencies minor
node (source) 24.13.024.21.0 age confidence tools minor
prettier (source) 3.5.33.9.8 age confidence devDependencies minor
supertest 7.1.17.2.2 age confidence devDependencies minor
ts-jest (source) 29.3.429.4.12 age confidence devDependencies minor
typescript (source) 5.8.35.9.3 age confidence devDependencies minor
typescript-eslint (source) 8.33.18.70.0 age confidence devDependencies minor

Release Notes

apollographql/apollo-server (@​apollo/server-integration-testsuite)

v4.13.0

Compare Source

Patch Changes
changesets/changesets (@​changesets/changelog-github)

v0.7.0

Compare Source

Minor Changes

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

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

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

Patch Changes

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

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

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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 enabled auto-merge (squash) June 8, 2025 12:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4a01fe to 25a0b76 Compare June 14, 2025 17:26
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c9bb72 to 2f6ea8c Compare June 23, 2025 03:10
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from baf509e to 3437966 Compare July 5, 2025 09:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4541c86 to d61cb6e Compare July 12, 2025 09:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4aceb86 to 7d0f2a8 Compare July 19, 2025 08:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7d0f2a8 to 6106c0a Compare July 26, 2025 10:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1f0946 to 6557bd4 Compare August 10, 2025 13:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c6e1300 to 393d954 Compare August 16, 2025 18:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 393d954 to 1626b04 Compare August 23, 2025 09:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c27477 to 00cbef0 Compare September 6, 2025 23:05
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d3b7dff to 9be033e Compare September 20, 2025 08:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9be033e to fbb5498 Compare September 27, 2025 08:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from fbb5498 to d8a9863 Compare October 4, 2025 08:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e0c9ebb to 81e0bc4 Compare October 11, 2025 17:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 81e0bc4 to 835a635 Compare October 18, 2025 09:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 835a635 to 7a7ee67 Compare October 25, 2025 10:27
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5602152 to 54e2f8f Compare December 27, 2025 09:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c13c2ae to 8c3df78 Compare January 10, 2026 08:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bcf3361 to 96b9df7 Compare January 17, 2026 08:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 96b9df7 to 462f649 Compare January 24, 2026 08:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 107a3e0 to 1ec4e1f Compare February 5, 2026 18:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7a09bee to 01369ea Compare February 12, 2026 10:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 85c99d9 to b475b7c Compare February 20, 2026 18:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b6ed83a to 28bf738 Compare February 26, 2026 21:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 47934c5 to 081ba51 Compare March 9, 2026 17:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 081ba51 to 2414206 Compare March 16, 2026 21:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ff60ccb to 06e6eee Compare April 3, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants