Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2024

This PR contains the following updates:

Package Change Age Confidence
@rollup/plugin-commonjs (source) ^25.0.7 -> ^25.0.8 age confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.1 age confidence
@size-limit/file ^11.0.2 -> ^11.2.0 age confidence
@types/node (source) ^18.19.15 -> ^18.19.121 age confidence
@types/semver (source) ^7.5.6 -> ^7.7.0 age confidence
@types/which (source) ^3.0.3 -> ^3.0.4 age confidence
commander ^12.0.0 -> ^12.1.0 age confidence
eslint-plugin-vitest ^0.3.22 -> ^0.5.4 age confidence
fs-extra ^11.2.0 -> ^11.3.0 age confidence
husky 4.x -> 4.3.8 age confidence
rimraf ^5.0.5 -> ^5.0.10 age confidence
rollup (source) ^4.9.6 -> ^4.46.2 age confidence
semver ^7.6.0 -> ^7.7.2 age confidence
size-limit ^11.0.2 -> ^11.2.0 age confidence
vitest (source) ^1.2.2 -> ^1.6.1 age confidence
vscode-jsonrpc (source) ^8.2.0 -> ^8.2.1 age confidence
vscode-languageserver-textdocument (source) 1.0.11 -> 1.0.12 age confidence
vscode-uri ^3.0.8 -> ^3.1.0 age confidence
why-is-node-running ^2.2.2 -> ^2.3.0 age confidence

Release Notes

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

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
ai/size-limit (@​size-limit/file)

v11.2.0

Compare Source

v11.1.6

Compare Source

  • Updated chokidar.
  • Updated esbuild.
  • Updated jiti.

v11.1.5

Compare Source

  • Reduced dependencies (by @​ziebam).
  • Updated esbuild.

v11.1.4

Compare Source

v11.1.3

Compare Source

  • Updated esbuild.
  • Updated CSS loaders for webpack.

v11.1.2

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.3

Compare Source

  • Fixed .mjs config support (by Arya Emami).
  • Updated esbuild.
tj/commander.js (commander)

v12.1.0

Compare Source

Added
  • auto-detect special node flags node --eval and node --print when call .parse() with no arguments ([#​2164])
Changed
  • prefix require of Node.js core modules with node: ([#​2170])
  • format source files with Prettier ([#​2180])
  • switch from StandardJS to directly calling ESLint for linting ([#​2153])
  • extend security support for previous major version of Commander ([#​2150])
Removed
  • removed unimplemented Option.fullDescription from TypeScript definition ([#​2191])
veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports new eslint flat config!

If you run into issues, consider downgrading and opening an issue. Remember to include a minimum repro example to help me fix issues quickly!

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0

v0.4.1

Compare Source

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

Changes
  • Remove max-expect rule in favor of max-expects

v0.4.0

Compare Source

Bug Fixes

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0

v0.3.26

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.25...v0.3.26

v0.3.25

Compare Source

Bug Fixes
  • bench: avoid bench being recognized by expect-expect rule (#​389) (8da6473)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.24...v0.3.25

v0.3.24

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.23...v0.3.24

v0.3.23

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.22...v0.3.23

jprichardson/node-fs-extra (fs-extra)

v11.3.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

rollup/rollup (rollup)

v4.46.2

Compare Source

2025-07-29

Bug Fixes
  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#​6041)
Pull Requests

v4.46.1

Compare Source

2025-07-28

Bug Fixes
  • Do not fail when using the in operator on external namespaces (#​6036)
Pull Requests

v4.46.0

Compare Source

2025-07-27

Features
  • Optimize in checks on namespaces to keep them treeshake-able (#​6029)
Pull Requests

v4.45.3

Compare Source

2025-07-26

Bug Fixes
  • Do not fail build if a const is reassigned but warn instead (#​6020)
  • Fail with a helpful error message if an exported binding is not defined (#​6023)
Pull Requests

v4.45.1

Compare Source

2025-07-15

Bug Fixes
  • Resolve crash when using certain conditional expressions (#​6009)
Pull Requests

v4.45.0

Compare Source

2025-07-12

Features
  • Improve tree-shaking when both branches of a conditional expression return the same boolean value (#​6000)
  • In environments that support both CJS and ESM, prefer the ESM build of Rollup (#​6005)
Bug Fixes
  • Ensure static blocks do not prevent tree-shaking if they access this (#​6001)
Pull Requests

v4.44.2

Compare Source

2025-07-04

Bug Fixes
  • Correctly handle @__PURE__ annotations after new keyword (#​5998)
  • Generate correct source mapping for closing braces of block statements (#​5999)
Pull Requests
npm/node-semver (semver)

v7.7.2

Compare Source

Bug Fixes
Chores

v7.7.1

Compare Source

Bug Fixes

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores

v7.6.3

Compare Source

Bug Fixes
Documentation

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes
Dependencies
Chores
microsoft/vscode-uri (vscode-uri)

v3.1.0

Compare Source

Changes:

  • #​47: 3.1.0
  • #​48: Bump Mocha and types/node
  • #​42: Bump braces from 3.0.2 to 3.0.3
  • #​43: Bump webpack from 5.88.2 to 5.94.0
  • #​40: Move types export to the first position
  • #​46: Bump cross-spawn from 7.0.3 to 7.0.6
  • #​44: Bump micromatch from 4.0.5 to 4.0.8
  • #​45: chore: suppress false positive scan results
  • #​41: Disable rich navigation workflow
  • #​39: prepare 3.0.8
See More
  • #​37: Bump semver from 7.3.8 to 7.5.4
  • #​35: Adding Microsoft SECURITY.MD
  • #​34: Batch ci
  • #​32: update to latest version
  • #​31: Engineering - React to template changes
  • #​30: infrastructure work
  • #​29: vscode-uri (3.0.5): Incorrect Types
  • #​28: resolvePath adds slash for untitled:
  • #​27: prepare 3.0.4
  • #​21: Bump path-parse from 1.0.6 to 1.0.7
  • #​22: Bump minimist from 1.2.5 to 1.2.6
  • #​23: Bump ansi-regex from 3.0.0 to 3.0.1
  • #​24: Bump terser from 5.5.1 to 5.14.2
  • #​26: utils: paths that don't start with slash are not handled correctly
  • #​20: Bump glob-parent from 5.1.1 to 5.1.2
  • #​19: Bump browserslist from 4.16.0 to 4.16.6
  • #​18: Bump lodash from 4.17.20 to 4.17.21
  • #​17: Bump y18n from 4.0.0 to 4.0.1
  • #​16: fix ESM bundle
  • #​15: Remove yarn.lock
  • #​12: fix URI.file() on windows, avoid that process is polyfilled
  • #​9: Fix capitalization of GitHub org
  • #​11: Bump ini from 1.3.5 to 1.3.8
  • #​10: Path related utilities for URI
  • #​4: Add typings path

This list of changes was auto generated.

mafintosh/why-is-node-running (why-is-node-running)

v2.3.0

Compare Source

What's Changed

Full Changelog: mafintosh/why-is-node-running@v2.2.2...v2.3.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.


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

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

@github-actions github-actions bot added the chore label Feb 11, 2024
Copy link
Contributor

github-actions bot commented Feb 11, 2024

size-limit report 📦

Path Size
lib/cli.mjs 767.64 KB (-1.84% 🔽)

@renovate renovate bot changed the title chore(deps): update devdependency rollup to ^4.10.0 chore(deps): update all non-major dependencies Feb 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7f488ff to 058f7a6 Compare February 16, 2024 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7f9d9e3 to 7480222 Compare February 24, 2024 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f1eae49 to f808a81 Compare February 29, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 514e10d to e143098 Compare March 12, 2024 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d2bafc4 to 77dd161 Compare March 19, 2024 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2e0c236 to c212123 Compare May 12, 2025 19:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2272aea to ecac580 Compare May 21, 2025 00:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bd9bcc0 to e7b71e0 Compare May 30, 2025 22:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7b71e0 to 9020edc Compare June 6, 2025 21:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9020edc to eb8546c Compare June 16, 2025 13:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9a45d5c to 41b8229 Compare July 1, 2025 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9da074e to 88a316a Compare July 15, 2025 11:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88a316a to 9666879 Compare July 19, 2025 06:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d61b4ef to e563039 Compare August 2, 2025 14:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe301f5 to 7ab6eb9 Compare August 5, 2025 09:41
Copy link
Contributor Author

renovate bot commented Aug 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@rchl
Copy link
Member

rchl commented Aug 5, 2025

Since vscode-languageserver-protocol pins vscode-jsonrpc to 8.2.0, when updating project's version of vscode-jsonrpc to 8.2.1 we end up with two different versions of it in the project and much higher bundle size. Fixed by forcing the latest version through resolutions.

@rchl rchl merged commit 00d35c4 into master Aug 5, 2025
8 checks passed
@rchl rchl deleted the renovate/all-minor-patch branch August 5, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant