Skip to content

chore(deps): update devdependencies #430

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@actions/cache (source) 4.0.3 -> 4.0.5 age confidence
@babel/core (source) 7.28.0 -> 7.28.3 age confidence
@octokit/core 7.0.2 -> 7.0.3 age confidence
@swc/cli 0.7.7 -> 0.7.8 age confidence
@swc/jest (source) 0.2.38 -> 0.2.39 age confidence
@types/node (source) 22.16.0 -> 22.17.2 age confidence
cspell (source) 9.1.3 -> 9.2.0 age confidence
fs-extra 11.3.0 -> 11.3.1 age confidence
lefthook 1.11.16 -> 1.12.3 age confidence
npm-check-updates 18.0.1 -> 18.0.2 age confidence
rollup (source) 4.44.2 -> 4.47.1 age confidence
tsx (source) 4.20.3 -> 4.20.4 age confidence
turbo (source) 2.5.4 -> 2.5.6 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence
web-streams-polyfill 4.1.0 -> 4.2.0 age confidence

Release Notes

actions/toolkit (@​actions/cache)

v4.0.5

v4.0.4

⚠️ Faulty patch release. Upgrade to 4.0.5 instead.

  • Optimized cache dependencies by moving @protobuf-ts/plugin to dev dependencies #​2106
  • Improved cache service availability determination for different cache service versions (v1 and v2) #​2100
  • Enhanced server error handling: 5xx HTTP errors are now logged as errors instead of warnings #​2099
  • Fixed cache hit logging to properly distinguish between exact key matches and restore key matches #​2101
babel/babel (@​babel/core)

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
octokit/core.js (@​octokit/core)

v7.0.3

Compare Source

Bug Fixes
  • add createLogger to ensure that pino does not break (#​744) (0896c50)
streetsidesoftware/cspell (cspell)

v9.2.0

Compare Source

refactor: Support url based cache entries (#​7639)
refactor: Support url based cache entries (#​7639)

Features
fix: Support remote dependencies in cache (#​7642)
fix: Support remote dependencies in cache (#​7642)

Fixes
fix: Remove `flat-cache` dependency (#​7636)
fix: Remove flat-cache dependency (#​7636)

flat-cache v6 is not compatible with the cspell cache. Since flat-cache was mostly a pass through to flatted, it was better to just replace it.


refactor: move towards caching URLs (#​7634)
refactor: move towards caching URLs (#​7634)

fix: Support async cache (#​7631)
fix: Support async cache (#​7631)

fix: Replace file-entry-cache (#​6579)
fix: Replace file-entry-cache (#​6579)

Deprecating the use of file-entry-cache.

v10 of file-entry-cache breaks the spell checker and bloats the cache size.

This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.


fix: Clean cspell-lib type exports (#​7615)
fix: Clean cspell-lib type exports (#​7615)

Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#​7618)
fix: Workflow Bot -- Update Dictionaries (main) (#​7618)

v9.1.5

Compare Source

Fixes
fix: Compile before publish (#​7610)
fix: Compile before publish (#​7610)

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

v11.3.1

Compare Source

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#​1050)
evilmartians/lefthook (lefthook)

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

  • feat: allow installing only specific hooks (#​1069)
  • refactor: [breaking] restructure files and folders, remove deprecated options (#​1067)
raineorshine/npm-check-updates (npm-check-updates)

v18.0.2

Compare Source

rollup/rollup (rollup)

v4.47.1

Compare Source

2025-08-21

Bug Fixes
  • Revert build process changes to investigate issues (#​6077)
Pull Requests

v4.47.0

Compare Source

2025-08-21

Features
  • Aggressively reduce WASM build size (#​6053)
Bug Fixes
  • Fix illegal instruction error on Android ARM platforms (#​6072)
  • Allow to pass explicit undefined for optional fields in Rollup types (#​6061)
Pull Requests

v4.46.4

Compare Source

2025-08-20

Bug Fixes
  • Do not omit synthetic namespaces when only accessed via in operator (#​6052)
Pull Requests

v4.46.3

Compare Source

2025-08-18

Bug Fixes
  • Resolve illegal instruction error on arm64 architectures (#​6055)
  • Resolve sourcemap generation performance regression (#​6057)
Pull Requests

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
privatenumber/tsx (tsx)

v4.20.4

Compare Source

vercel/turborepo (turbo)

v2.5.6: Turborepo v2.5.6

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.5...v2.5.6

v2.5.5: Turborepo v2.5.5

Compare Source

What's Changed

Docs
Examples
Changelog

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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) July 12, 2025 02:03
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from b5c3ecf to e0804f1 Compare July 19, 2025 02:04
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 2469cd4 to 57dc71a Compare July 23, 2025 03:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 3e1b342 to 78ede6b Compare August 2, 2025 11:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 1a1bb7c to 1e02704 Compare August 12, 2025 13:05
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 8e55e18 to 482494f Compare August 19, 2025 15:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from 482494f to a8c5acc Compare August 20, 2025 17:56
@renovate renovate bot force-pushed the renovate/devdependencies branch from a8c5acc to c351f00 Compare August 21, 2025 18:48
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