chore(deps): update all non-major dependencies - autoclosed #56
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.0.4
->^7.1.2
^24.0.4
->^24.2.1
^10.2.0
->^10.2.2
^9.29.0
->^9.33.0
10.12.3
->10.14.0
^3.6.1
->^3.6.2
^0.12.9
->^0.14.0
^5.8.3
->^5.9.2
Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v7.1.2
Compare Source
🚀 Features
erasableSyntaxOnly
- by @sxzz (59bb1)View changes on GitHub
v7.1.1
Compare Source
🐞 Bug Fixes
unicorn/require-module-specifiers
- by @sxzz (1e14f)View changes on GitHub
v7.1.0
Compare Source
🚀 Features
View changes on GitHub
v7.0.6
Compare Source
No significant changes
View changes on GitHub
v7.0.5
Compare Source
🐞 Bug Fixes
vue/no-ref-as-operand
- by @sxzz (70d6c)View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.33.0
Compare Source
v9.32.0
Compare Source
v9.31.0
Compare Source
v9.30.1
Compare Source
v9.30.0
Compare Source
pnpm/pnpm (pnpm)
v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.v10.12.4
Compare Source
Patch Changes
Fix
pnpm licenses
command for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --json
prints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm install
afterpnpm fetch
should hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
rolldown/tsdown (tsdown)
v0.14.0
Compare Source
🚨 Breaking Changes
expandDirectories
for matchingfast-glob
's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4
Compare Source
🚀 Features
cjsDefault
option - by @sxzz (f503f)🐞 Bug Fixes
cjsDefault
is enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3
Compare Source
🚨 Minor Breaking Changes
dts.build
option should be enable manually fortsc -b
- by @sxzz (13146)🚀 Features
logLevel
&customLogger
option - by @sxzz (724d1)warnOnce
to logger - by @sxzz (eb4fb)ignoreWatch
- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch
- by @sxzz (d0e31)View changes on GitHub
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
v0.13.0
Compare Source
🚨 Breaking Changes
🚀 Features
banner
&footer
options - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21)cjsDts
to input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
This PR was generated by Mend Renovate. View the repository job log.