-
Notifications
You must be signed in to change notification settings - Fork 985
chore(deps): update all non-major dependencies (v3) #4391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
✅ Deployed ui3
|
commit: |
673eef7 to
cf99143
Compare
cf99143 to
1a7e1f0
Compare
1a7e1f0 to
b4753e6
Compare
b4753e6 to
7f52132
Compare
7f52132 to
351167a
Compare
351167a to
9905ccd
Compare
9905ccd to
deefb84
Compare
deefb84 to
d903511
Compare
d903511 to
0be20f4
Compare
0be20f4 to
0768581
Compare
0768581 to
31c21bf
Compare
31c21bf to
500e668
Compare
500e668 to
297b452
Compare
297b452 to
211152b
Compare
211152b to
0aa0aa7
Compare
0aa0aa7 to
d7efa79
Compare
d7efa79 to
4e50fa4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.2.51->^1.2.54^1.2.39->^1.2.41^1.14.0->^1.15.0^2.0.10->^2.0.11^12.0.0->^12.2.0^9.29.0->^9.30.0^1.3.0->^1.3.1^0.11.0->^0.12.0^5.1.7->^5.1.810.12.2->10.12.4^3.6.0->^3.6.2^28.7.0->^28.8.0^4.20.5->^4.22.0Release Notes
nuxt/icon (@nuxt/icon)
v1.15.0Compare Source
🐞 Bug Fixes
_buildflag - by @danielroe in https://github.com/nuxt/icon/issues/409 (aaa6c)View changes on GitHub
unjs/unhead (@unhead/vue)
v2.0.11Compare Source
🐞 Bug Fixes
View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)
v12.2.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.1.1...v12.2.0
v12.1.1Compare Source
What's Changed
v37prebuilds by @m4heshd in https://github.com/WiseLibs/better-sqlite3/pull/1386Full Changelog: WiseLibs/better-sqlite3@v12.1.0...v12.1.1
v12.1.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.0.0...v12.1.0
eslint/eslint (eslint)
v9.30.0Compare Source
motiondivision/motion-vue (motion-v)
v1.3.1Compare Source
🐞 Bug Fixes
View changes on GitHub
nuxtlabs/nuxt-component-meta (nuxt-component-meta)
v0.12.0Compare Source
8644efb)nuxt-modules/og-image (nuxt-og-image)
v5.1.8Compare Source
🐞 Bug Fixes
#imports- by @harlan-zw (f2788)View changes on GitHub
pnpm/pnpm (pnpm)
v10.12.4Compare Source
Patch Changes
Fix
pnpm licensescommand for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm installafterpnpm fetchshould 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
v10.12.3Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
unplugin/unplugin-vue-components (unplugin-vue-components)
v28.8.0Compare Source
🚀 Features
🐞 Bug Fixes
extractImportssupports reading CRLF files (#848 - by @289420843 in https://github.com/unplugin/unplugin-vue-components/issues/848 (0eddf)View changes on GitHub
cloudflare/workers-sdk (wrangler)
v4.22.0Compare Source
Minor Changes
#7871
f2a8d4aThanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxythis change makes sure that that
getPlatformProxy, when the input configurationfile contains an assets field, correctly returns the appropriate asset binding proxy
example:
Patch Changes
#9717
d2f2f72Thanks @nikitassharma! - Containers should default to a "dev" instance type when no instance type is specified in the wrangler config#9620
1b967eaThanks @gpanders! - Simplify containers images list output format#9684
94a340eThanks @WillTaylorDev! - Select only successfully deployed deployments when tailing.v4.21.2Compare Source
Patch Changes
#9731
75b75f3Thanks @gabivlj! - containers: Check for container scopes before running a container command to give a better error#9641
fdbc9f6Thanks @IRCody! - Update container builds to use a more robust method for detecting if the currently built image already exists.#9736
55c83a7Thanks @gabivlj! - containers: Do not check scopes if not defined#9667
406fba5Thanks @IRCody! - Fail earlier in the deploy process when deploying a container worker if docker is not detected.v4.21.1Compare Source
Patch Changes
#9626
9c938c2Thanks @penalosa! - Supportwrangler version uploadfor Python Workers#9718
fb83341Thanks @mhart! - fix error message when docker daemon is not running#9689
b137a6fThanks @emily-shen! - fix: correctly pass container engine config to miniflare#9722
29e911aThanks @emily-shen! - Update containers config schema.Deprecates
containers.configurationin favour of top level fields. Makes top levelimagerequired. Deprecatesinstancesanddurable_objects. Makesnameoptional.#9666
f3c5791Thanks @IRCody! - Add a reasonable default name for containers that have no defined name.Updated dependencies [
b137a6f]:v4.21.0Compare Source
Minor Changes
#9692
273952fThanks @dom96! - Condenses Python vendored modules in output table#9654
2a5988cThanks @dom96! - Python Workers now automatically bundle .so files from vendored packagesPatch Changes
#9695
0e64c35Thanks @emily-shen! - Move hotkey registration later in dev start upThis should have no functional change, but allows us to conditionally render hotkeys based on config.
#9098
ef20754Thanks @jseba! - Migrate Workers Containers commands to Containers API EndpointsThe Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
with a reduced scoping and new token.
#9712
2a4c467Thanks @emily-shen! - Makewrangler containercommands printopen-betastatusConfiguration
📅 Schedule: Branch creation - "on Monday" (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.