fix(deps): update all non-major dependencies #851
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:
^1.12.3->^1.13.3^0.8.0->^0.9.01.0.0-beta.35->1.0.0-beta.38^22.18.1->^22.18.6^19.1.12->^19.1.13^17.21.3->^17.23.1^11.3.1->^11.3.2^16.3.0->^16.4.0^0.30.18->^0.30.1910.15.1->10.17.07.8.2->7.9.11.0.0-beta.35->1.0.0-beta.38^0.14.2->^0.15.2^8.42.0->^8.44.0^7.1.6->^7.1.11^7.1.4->^7.1.6^7.1.5->^7.1.6^4.34.0->^4.38.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.3Compare Source
Patch Changes
#10664
924fddeThanks @jamesopstad! - Avoid mutating the Worker config during build.Updated dependencies [
b59e3e1,a4e2439,1cc258e,f76da43,b30263e,b30263e,769ffb1,e9b0c66,6caf938,88132bc]:v1.13.2Compare Source
Patch Changes
#10632
60631d5Thanks @jamesopstad! - Ensure that correct error messages and stack traces are displayed.Updated dependencies [
3029b9a,783afeb,31ec996]:v1.13.1Compare Source
Patch Changes
d53a0bc,735785e,15c34e2]:v1.13.0Compare Source
Minor Changes
#10212
0837a8dThanks @jamesopstad! - Support packages and virtual modules in themainfield of the Worker config. The primary use case is to enable users to directly provide a file exported by a framework as the Worker entry module.#10604
135e066Thanks @penalosa! - Enable Remote Bindings without the need for theexperimental: { remoteBindings: true }propertyPatch Changes
0837a8d,da24079,ffa2600,135e066,e2b838f,30f558e,d8860ac,336a75d,51553ef]:v1.12.4Compare Source
Patch Changes
#10534
dceb550Thanks @dario-piotrowicz! - Ensure that preview config values are used for remote bindingsEnsure that if in some remote binding configuration provides a preview value (e.g.
preview_database_idfor D1 bindings) such value gets used instead of the standard ones#10552
3b78839Thanks @vicb! - Bumpunenvto 2.0.0-rc.21Updated dependencies [
dac302c,4e49d3e,dceb550,3b78839,5cb806f]:remix-run/remix (@remix-run/node-fetch-server)
v0.9.0Compare Source
statusTextin HTTP/1 responses (#10745)v0.8.1Compare Source
request.signalwhen the connection closes before the response completes (see #10726)rolldown/rolldown (@rolldown/pluginutils)
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 @shulaodav1.0.0-beta.37Compare Source
🚀 Features
scheduleBuildIfStalemethod (#6116) by @sapphi-redBundlerBuilder#build(#6104) by @shulaodaincrementalBuildmode (#6098) by @IWANABETHATGUYscheduleBuildIfStalemethod to DevEngine (#6087) by @sapphi-redMISSING_EXPORTwarning to suggesttypemodifier (#6085) by @sapphi-redPathsMutto batch watch/unwatch behaviors (#6075) by @hyf0treeshake.commonjsby default (#6072) by @IWANABETHATGUY🐛 Bug Fixes
aliasplugin (#6123) by @IWANABETHATGUY🚜 Refactor
__exportruntime helper to create target object internally (#6114) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
just lint(#6105) by @shulaodav1.0.0-beta.36Compare Source
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
this.addWatchFileand currently transformed module during transform hook (#6048) by @hyf0output.minify(#6062) by @IWANABETHATGUY🚜 Refactor
DevWatchOptionsfor enhanced file watching configuration (#6057) by @hyf0is_in_node_modulesfromrolldown_plugin_utils(#6066) by @shulaoda🧪 Testing
⚙️ Miscellaneous Tasks
test-node-rolldown-onlyjust command (#6055) by @IWANABETHATGUYjustfileis changed (#6049) by @IWANABETHATGUYSimplifyMinifyOptions(#6047) by @IWANABETHATGUYrepo-validation(#6053) by @IWANABETHATGUYjust lint-rust(#6050) by @hyf0justfile(#6038) by @hyf0AGENTS.mdandCLAUDE.md(#6039) by @hyf0eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.23.1Compare Source
🩹 Fixes
📚 Documentation
v17.23.0Compare Source
🌟 Features
v17.22.0Compare Source
🌟 Features
🩹 Fixes
URL.createObjectURL,URL.revokeObjectURLare supported (#471) (844155c)jprichardson/node-fs-extra (fs-extra)
v11.3.2Compare Source
UnhandledPromiseRejectionWarningthat could occur when calling.copy()in some cases (#1056, #1058)sindresorhus/globals (globals)
v16.4.0Compare Source
8b8a2d6rich-harris/magic-string (magic-string)
v0.30.19Compare Source
Bug Fixes
Features
replace(All)support replacement for functions when the first parameter is a string (#304) (fd1d887)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.v10.16.1Compare Source
Patch Changes
v10.16.0Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAgebut need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExcludesetting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders#9946.In the past,
pnpm listandpnpm whycould only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjsand invoked with the--find-by=<function name>flag when runningpnpm listorpnpm why.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
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.