chore(deps): update all non-major dependencies #825
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^22.18.3
->^22.18.6
^1.3.9
->^1.3.12
^140.0.2
->^140.0.3
^16.1.6
->^16.2.0
10.16.1
->10.17.0
1.0.0-beta.37
->1.0.0-beta.39
^2.1.0
->^2.1.2
^8.8.1
->^8.8.3
Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.12
Compare Source
v1.3.10
Compare Source
giggio/node-chromedriver (chromedriver)
v140.0.3
Compare Source
lint-staged/lint-staged (lint-staged)
v16.2.0
Compare Source
Minor Changes
#1615
99eb742
Thanks @iiroj! - Added a new option--fail-on-changes
to make lint-staged exit with code 1 when tasks modify any files, making theprecommit
hook fail. This is similar to thegit diff --exit-code
option. Using this flag also implies the--no-revert
flag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.#1611
cd05fd3
Thanks @rlorenzo! - Added a new option--continue-on-error
so that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.#1637
82fcc07
Thanks @iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.#1647
a5ecc06
Thanks @iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, theDEBUG
environment variable is no longer supported — use the--debug
to enable debugging#1636
8db2717
Thanks @iiroj! - Added a new option--hide-unstaged
so that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags--hide-unstaged --no-hide-partially-staged
isn't meaningful and behaves the same as just--hide-unstaged
.Thanks to @ItsNickBarry for the idea and initial implementation in #1552.
#1648
7900b3b
Thanks @iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.Patch Changes
#1633
7f9e485
Thanks @dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.#1626
99d5a9b
Thanks @iiroj! - Due to recent phishing attacks, for example chalk@5.6.1 was released with malware. To avoid lint-staged's users being at risk the direct dependencies are pinned to exact versions, instead of allowing future patch versions with the caret (^
) range.#1588
035bbf2
Thanks @outslept! - Increase performance by listing staged files and searching for configuration concurrently.#1645
deba3ad
Thanks @iiroj! - Remove chalk as a dependency due to recent malware issue; read more at chalk/chalk#656.If you are having trouble with ANSI color codes when using lint-staged, you can try setting either
FORCE_COLOR=true
orNO_COLOR=true
env variables.pnpm/pnpm (pnpm)
v10.17.0
Compare Source
Minor Changes
The
minimumReleaseAgeExclude
setting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAge
check, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAge
is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.rolldown/rolldown (rolldown)
v1.0.0-beta.39
Compare Source
🚀 Features
/* @​vite-ignore */
comment for dynamic imports (#6264) by @IWANABETHATGUY#__NO_SIDE_EFFECTS__
annotation for export default function declaration (#6239) by @IWANABETHATGUY@vite-ignore
comment (#6240) by @shulaodaexhaustive
option (#6236) by @shulaoda🐛 Bug Fixes
ensure_latest_build_output
should work correctly wheneagerBuild: false
(#6262) by @hyf0🚜 Refactor
build.rs
to task generator (#6284) by @shulaodaSpanExt
(#6266) by @IWANABETHATGUY@rolldown-ignore
ignore comment support (#6265) by @IWANABETHATGUYAddress::from
(#6245) by @IWANABETHATGUYstmt_info_idx
in StmtInfo (#6244) by @IWANABETHATGUYCrossModuleOptimizationRunnerContext
in cross_module_optimization (#6243) by @IWANABETHATGUYWatcherEventService
toBuildDriverService
(#6232) by @hyf0this.load
using futures instead of callbacks (#6222) by @sapphi-redruntime_resolve_base
option (#6226) by @sapphi-red📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
cargo publish --workspace
work (#6281) by @Boshencargo publish --dry-run --workspace
(#6279) by @Boshen❤️ New Contributors
v1.0.0-beta.38
Compare Source
💥 BREAKING CHANGES
🚀 Features
scan_mode
inbundler.scan
(#6204) by @IWANABETHATGUYfalse
inresolve.alias
to ignore resolution (#6203) by @shulaodagetJsonSchema
(#6186) by @shulaodato_string_literal
(#6178) by @sapphi-redByteLocator#byte_offset
(#6169) by @shulaodaskip_write
option (#6151) by @sapphi-red🐛 Bug Fixes
jsx.pragmaFrag
instead ofjsx.pragmaFlag
(#6200) by @sapphi-redmemberExpression
(#6192) by @IWANABETHATGUYbyte_slice
instead ofslice
for correct span handling (#6185) by @shulaodaminifyInternalExports
(#6166) by @sapphi-redeval
orarguments
in strict mode (#6140) by @IWANABETHATGUYprocess
is not defined in repl (#6147) by @IWANABETHATGUY💼 Other
rolldown
with.wasm
binding (#6153) by @hyf0build.ts
to prepare to support buildrolldown
package with wasi binding (#6152) by @hyf0🚜 Refactor
FlatOptions
in whole build session (#6211) by @IWANABETHATGUYcomments
in ScopeHoistingFinalizerContext (#6205) by @IWANABETHATGUYcross_module_inline_const
tocross_module_optimization
(#6193) by @IWANABETHATGUYclass
andfunction
visitor toclass_decl
,function_decl
(#6176) by @IWANABETHATGUYBuildDiagnostic
(#6165) by @shulaodaRolldownBuild
(#6136) by @shulaodaEventKind::IoError
(#6134) by @shulaoda📚 Documentation
⚡ Performance
side_effects_free_function_symbol_ref
(#6206) by @IWANABETHATGUYinstantiate_chunk
(#6159) by @sapphi-red🧪 Testing
⚙️ Miscellaneous Tasks
if: always()
to wasi-test (#6190) by @sapphi-red@rolldown/browser
build if no node related changes detected (#6189) by @sapphi-red@rolldown/browser
build without errors (#6155) by @hyf0type_aliases.rs
(#6133) by @shulaodabahmutov/start-server-and-test (start-server-and-test)
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
google/zx (zx)
v8.8.3
: — Sealing GasketCompare Source
Continues #1339 to prevent injections via
Proxy
input or customtoString()
manipulations.v8.8.2
: — Leaking ValveCompare Source
Fixes potential cmd injection via
kill()
method for Windows platform. #1337 #1339. Affects the versions range8.7.1...8.8.1
.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.