Skip to content
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

chore(deps): update all non-major dependencies (main) - autoclosed #332

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.7 -> ^7.26.0 age adoption passing confidence
@babel/helper-module-imports (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/helper-module-transforms (source) ^7.25.7 -> ^7.26.0 age adoption passing confidence
@babel/helper-plugin-utils (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/helper-simple-access (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/plugin-proposal-decorators (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/plugin-syntax-import-assertions (source) ^7.25.7 -> ^7.26.0 age adoption passing confidence
@babel/plugin-syntax-jsx (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/plugin-transform-export-namespace-from (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/preset-typescript (source) ^7.25.7 -> ^7.26.0 age adoption passing confidence
@babel/template (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/traverse (source) ^7.25.7 -> ^7.25.9 age adoption passing confidence
@babel/types (source) ^7.25.7 -> ^7.26.0 age adoption passing confidence
@types/node (source) ^22.7.4 -> ^22.8.6 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.2 -> ^2.1.4 age adoption passing confidence
acorn ^8.12.1 -> ^8.14.0 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.13.0 age adoption passing confidence
pkg-types ^1.2.0 -> ^1.2.1 age adoption passing confidence
pnpm (source) 9.12.0 -> 9.12.3 age adoption passing confidence
preact (source) ^10.24.2 -> ^10.24.3 age adoption passing confidence
solid-js (source) ^1.9.1 -> ^1.9.3 age adoption passing confidence
tinyexec ^0.3.0 -> ^0.3.1 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
vitest (source) ^2.1.2 -> ^2.1.4 age adoption passing confidence
vue (source) ^3.5.11 -> ^3.5.12 age adoption passing confidence
webpack ^5.95.0 -> ^5.96.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env
babel/babel (@​babel/helper-module-imports)

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
acornjs/acorn (acorn)

v8.14.0

Compare Source

v8.13.0

Compare Source

eslint/eslint (eslint)

v9.13.0

Compare Source

unjs/pkg-types (pkg-types)

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • Optional fields from publishConfig (#​194)
  • tsconfig: Add missing references key (#​198)
🏡 Chore
✅ Tests
  • packagejson: Add tests for partial objects (e2dc735)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Johan Meester <johan.meester71@​gmail.com>
  • Kevin Deng 三咲智子 sxzz@sxzz.moe
pnpm/pnpm (pnpm)

v9.12.3

Compare Source

Patch Changes
  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search

v9.12.2

Compare Source

Patch Changes
  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

v9.12.1

Compare Source

Patch Changes
  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.
preactjs/preact (preact)

v10.24.3

Compare Source

Fixes
Performance
Maintenance
solidjs/solid (solid-js)

v1.9.3

Compare Source

v1.9.2

tinylibs/tinyexec (tinyexec)

v0.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@0.3.0...0.3.1

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vuejs/core (vue)

v3.5.12

Compare Source

Bug Fixes
Performance Improvements
webpack/webpack (webpack)

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/main-all-minor-patch branch 10 times, most recently from c792865 to 2d6c73e Compare October 23, 2024 07:40
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 10 times, most recently from bb38ed4 to 307f3f5 Compare October 31, 2024 22:22
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 307f3f5 to 9ccfefe Compare November 1, 2024 10:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (main) chore(deps): update all non-major dependencies (main) - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/main-all-minor-patch branch November 1, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants