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.010.16.1->10.17.01.0.0-beta.37->1.0.0-beta.39^2.1.0->^2.1.2^8.8.1->^8.8.3Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.12Compare Source
v1.3.10Compare Source
giggio/node-chromedriver (chromedriver)
v140.0.3Compare Source
lint-staged/lint-staged (lint-staged)
v16.2.0Compare Source
Minor Changes
#1615
99eb742Thanks @iiroj! - Added a new option--fail-on-changesto make lint-staged exit with code 1 when tasks modify any files, making theprecommithook fail. This is similar to thegit diff --exit-codeoption. Using this flag also implies the--no-revertflag 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
cd05fd3Thanks @rlorenzo! - Added a new option--continue-on-errorso 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
82fcc07Thanks @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
a5ecc06Thanks @iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, theDEBUGenvironment variable is no longer supported — use the--debugto enable debugging#1636
8db2717Thanks @iiroj! - Added a new option--hide-unstagedso 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-stagedisn't meaningful and behaves the same as just--hide-unstaged.Thanks to @ItsNickBarry for the idea and initial implementation in #1552.
#1648
7900b3bThanks @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
7f9e485Thanks @dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.#1626
99d5a9bThanks @iiroj! - Due to recent phishing attacks, for example [email protected] 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
035bbf2Thanks @outslept! - Increase performance by listing staged files and searching for configuration concurrently.#1645
deba3adThanks @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=trueorNO_COLOR=trueenv variables.pnpm/pnpm (pnpm)
v10.17.0Compare Source
Minor Changes
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAgeis 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.39Compare Source
🚀 Features
/* @​vite-ignore */comment for dynamic imports (#6264) by @IWANABETHATGUY#__NO_SIDE_EFFECTS__annotation for export default function declaration (#6239) by @IWANABETHATGUY@vite-ignorecomment (#6240) by @shulaodaexhaustiveoption (#6236) by @shulaoda🐛 Bug Fixes
ensure_latest_build_outputshould work correctly wheneagerBuild: false(#6262) by @hyf0🚜 Refactor
build.rsto task generator (#6284) by @shulaodaSpanExt(#6266) by @IWANABETHATGUY@rolldown-ignoreignore comment support (#6265) by @IWANABETHATGUYAddress::from(#6245) by @IWANABETHATGUYstmt_info_idxin StmtInfo (#6244) by @IWANABETHATGUYCrossModuleOptimizationRunnerContextin cross_module_optimization (#6243) by @IWANABETHATGUYWatcherEventServicetoBuildDriverService(#6232) by @hyf0this.loadusing futures instead of callbacks (#6222) by @sapphi-redruntime_resolve_baseoption (#6226) by @sapphi-red📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
cargo publish --workspacework (#6281) by @Boshencargo publish --dry-run --workspace(#6279) by @Boshen❤️ New Contributors
v1.0.0-beta.38Compare Source
💥 BREAKING CHANGES
🚀 Features
scan_modeinbundler.scan(#6204) by @IWANABETHATGUYfalseinresolve.aliasto ignore resolution (#6203) by @shulaodagetJsonSchema(#6186) by @shulaodato_string_literal(#6178) by @sapphi-redByteLocator#byte_offset(#6169) by @shulaodaskip_writeoption (#6151) by @sapphi-red🐛 Bug Fixes
jsx.pragmaFraginstead ofjsx.pragmaFlag(#6200) by @sapphi-redmemberExpression(#6192) by @IWANABETHATGUYbyte_sliceinstead ofslicefor correct span handling (#6185) by @shulaodaminifyInternalExports(#6166) by @sapphi-redevalorargumentsin strict mode (#6140) by @IWANABETHATGUYprocessis not defined in repl (#6147) by @IWANABETHATGUY💼 Other
rolldownwith.wasmbinding (#6153) by @hyf0build.tsto prepare to support buildrolldownpackage with wasi binding (#6152) by @hyf0🚜 Refactor
FlatOptionsin whole build session (#6211) by @IWANABETHATGUYcommentsin ScopeHoistingFinalizerContext (#6205) by @IWANABETHATGUYcross_module_inline_consttocross_module_optimization(#6193) by @IWANABETHATGUYclassandfunctionvisitor 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/browserbuild if no node related changes detected (#6189) by @sapphi-red@rolldown/browserbuild without errors (#6155) by @hyf0type_aliases.rs(#6133) by @shulaodabahmutov/start-server-and-test (start-server-and-test)
v2.1.2Compare Source
Bug Fixes
v2.1.1Compare Source
Bug Fixes
google/zx (zx)
v8.8.3: — Sealing GasketCompare Source
Continues #1339 to prevent injections via
Proxyinput 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.