chore(deps): lock file maintenance npm packages #85
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:
4.10.1
->4.11.0
1.0.6
->1.0.7
22.13.10
->22.13.14
9.22.0
->9.23.0
5.46.0
->5.46.3
^0.39.0 || ^0.40.0 || ^0.41.0 || ^0.42.0 || ^0.43.0 || ^0.44.0 || ^0.45.0 || ^0.47.0 || ^0.48.0 || ^0.49.0 || ^0.51.0 || ^0.52.0 || ^0.56.0 || ^0.58.0
->^0.39.0 || ^0.40.0 || ^0.41.0 || ^0.42.0 || ^0.43.0 || ^0.44.0 || ^0.45.0 || ^0.47.0 || ^0.48.0 || ^0.49.0 || ^0.51.0 || ^0.52.0 || ^0.56.0 || ^0.58.0 || ^0.61.0
0.58.1
->0.61.2
10.6.4
->10.7.0
2.11.1
->2.12.1
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.11.0
Compare Source
🚀 Features
View changes on GitHub
v4.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.23.0
Compare Source
webpro-nl/knip (knip)
v5.46.3
Compare Source
webpack.ProvidePlugin
(resolves #840) (6a69543
)cache
to pnpm commands (resolves #1010) (5f2efd4
)rootDir
set (resolves #1007) (7ba16e1
)v5.46.2
Compare Source
v5.46.1
Compare Source
cd8ffbb
)76d4760
)11344c3
)9d4f456
)670ed17
)3f26627
)93c724a
)97a7465
)b0dbfe4
) - thanks @Its4Nik!6f7e0c5
)1e194ab
)186f57f
)isTypeOnly
to namespace import (#995) (af19fa5
)c50e19a
) - thanks @remcohaszing!dir
to more input types (resolves #998) (e43f88d
)82b4aa1
) - thanks @remcohaszing!c7cc382
) - thanks @remcohaszing!4b952cd
) - thanks @tbashiyy!c97bf7c
)85d4967
)168a4ac
)697a326
)91eb9ad
)0a54fc3
)oxc-project/oxc (oxc-parser)
v0.61.2
Bug Fixes
89cb368
ast/estree: Add decorators field toAssignmentPattern
(#9967) (therewillbecode)4980b73
ast/estree: Add missing estree fields toTSIndexSignature
andTSIndexSignatureName
(#9968) (therewillbecode)b9f80b9
ast/estree: FixTSFunctionType
andTSCallSignatureDeclaration
(#9959) (therewillbecode)0cdeedd
ast/estree: FixArrayPattern
(#9956) (therewillbecode)6fcd342
ast/estree: FixFormalParameter
(#9954) (therewillbecode)9d1035e
ast/estree: Fix TS type def forTSThisParameter
(#9942) (overlookmotel)8228b74
ast/estree: FixFunction.this_param
(#9913) (hi-ogawa)d69cc34
ast/estree: FixBindingIdentifier
(#9822) (hi-ogawa)5631ebd
ast/extree: FixTSModuleDeclaration.global
(#9941) (overlookmotel)Refactor
db642eb
ast/estree: Shorten raw deser code (#9944) (overlookmotel)v0.61.0
c631291
parser: [BREAKING] ParseTSImportAttributes
asObjectExpression
(#9902) (Boshen)Features
6565fc4
napi: Feature gate allocator (#9921) (Boshen)2cedfe4
napi: Add codeframe to napi error (#9893) (Boshen)a9a47a6
parser: Add regex cargo feature to oxc_parser (#9879) (Toshit)59c8f71
parser,codegen: Handle lone surrogate in string literal (#9918) (Boshen)Bug Fixes
28a2ed3
estree/ast: FixIdentifierName
andIdentifierReference
(#9863) (hi-ogawa)Performance
5f97f28
ast/estree: Speed up raw deser forJSXElement
(#9895) (overlookmotel)Documentation
590a258
napi/parser: Add stackblitz link for wasm build (Boshen)Refactor
961b95d
napi: Move common code tooxc_napi
(#9875) (Boshen)233c1fc
napi/playground: Add JSON.parse wrapper (#9880) (Hiroshi Ogawa)Testing
040e993
napi: Refactor NAPI parser benchmarks (#9911) (overlookmotel)e637e2e
napi/parser: Tweak vitest config (#9878) (Hiroshi Ogawa)v0.60.0
Features
aa3dff8
napi: Add mimalloc to parser and transformr (#9859) (Boshen)Performance
2d63704
ast: Re-orderVariableDeclarationKind
variants (#9853) (overlookmotel)Refactor
7106e5d
napi: Disable unused browser fs (#9848) (hi-ogawa)pnpm/pnpm (pnpm)
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
tofoo@2.1.0
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5
Compare Source
toplenboren/simple-git-hooks (simple-git-hooks)
v2.12.1
Compare Source
What's Changed
Full Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1
Configuration
📅 Schedule: Branch creation - "before 8am on monday" in timezone Asia/Shanghai, 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.
This PR was generated by Mend Renovate. View the repository job log.