chore(deps): update all non-major dependencies #1318
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.25.2
->^7.25.7
^1.11.6
->^1.11.7
^1.11.6
->^1.11.7
^1.11.6
->^1.11.7
v4.1.7
->v4.2.0
^5.0.0
->^5.1.1
^50.2.4
->^50.3.1
^1.12.0
->^1.13.0
^0.3.11
->^0.3.12
9.11.0
->9.12.0
^10.0.5
->^10.0.6
^4.22.4
->^4.24.0
^5.33.0
->^5.34.1
^3.12.0
->^3.13.1
^1.4.2
->^1.5.1
~5.4.7
->~5.4.8
~5.4.7
->~5.4.8
^2.1.1
->^2.1.2
^2.1.1
->^2.1.2
Release Notes
babel/babel (@babel/plugin-transform-typescript)
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)unjs/unhead (@unhead/schema)
v1.11.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
actions/checkout (actions/checkout)
v4.2.0
Compare Source
Rich-Harris/devalue (devalue)
v5.1.1
Compare Source
v5.1.0
Compare Source
sideEffects: false
topackage.json
(#81)gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.3.1
Compare Source
Bug Fixes
check-alignment
: handle zero indent; fixes #1322 (34866bc)v50.3.0
Compare Source
Features
require-param
: addignoreWhenAllParamsMissing
option; fixes #1317 (3b18435)v50.2.5
Compare Source
Bug Fixes
require-jsdoc
: allowTSTypeAliasDeclaration
to be detected for export; fixes #1319 (909de73)unjs/h3 (h3)
v1.13.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
URLSearchParams
(#888)❤️ Contributors
unjs/nypm (nypm)
v0.3.12
Compare Source
compare changes
🚀 Enhancements
bun.lock
(#153)🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v9.12.0
: pnpm 9.12Compare Source
Minor Changes
Fix peer dependency resolution dead lock #8570. This change might change some of the keys in the
snapshots
field insidepnpm-lock.yaml
but it should happen very rarely.pnpm outdated
command supports now a--sort-by=name
option for sorting outdated dependencies by package name #8523.Added the ability for
overrides
to remove dependencies by specifying"-"
as the field value #8572. For example, to removelodash
from the dependencies, use this configuration inpackage.json
:Patch Changes
pnpm list --json pkg
showed"private": false
for a private package #8519.libc
that differ frompnpm.supportedArchitectures.libc
are not downloaded #7362.ENOENT
errors caused by runningstore prune
in parallel #8586.pnpm bugs
#8596.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
csstools/postcss-plugins (postcss-preset-env)
v10.0.6
Compare Source
October 4, 2024
postcss-custom-media
to11.0.2
(patch)rollup/rollup (rollup)
v4.24.0
Compare Source
2024-10-02
Features
Pull Requests
v4.23.0
Compare Source
2024-10-01
Features
Pull Requests
v4.22.5
Compare Source
2024-09-27
Bug Fixes
Pull Requests
terser/terser (terser)
v5.34.1
Compare Source
v5.34.0
Compare Source
drop_console
: emit an empty function if the return value ofconsole.METHOD(...)
may be called.unjs/unimport (unimport)
v3.13.1
Compare Source
Bug Fixes
v3.13.0
Compare Source
Bug Fixes
Features
export type * as
syntax (#379) (1d346ff)unjs/untyped (untyped)
v1.5.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v1.5.0
Compare Source
compare changes
🚀 Enhancements
💅 Refactors
🏡 Chore
🤖 CI
❤️ Contributors
vitejs/vite (vite)
v5.4.8
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vite-node)
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)--cpu-prof
and--heap-prof
not working by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/pull/6555 (2e4d894)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.