fix(deps): update all non-major dependencies #450
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.
This PR contains the following updates:
^4.20241224.0
->^4.20241230.0
^0.17.0
->^0.18.0
^0.50.0
->^0.51.1
^8.10.146
->^8.10.147
^8.18.2
->^8.19.0
^8.18.2
->^8.19.0
^2.173.4
->^2.174.0
^2.173.4
->^2.174.0
^11.7.0
->^11.7.2
^2.173.4
->^2.174.0
^16.0.1
->^16.3.0
^4.6.15
->^4.6.16
^1.0.2
->^1.0.3
^8.18.2
->^8.19.0
^0.4.211
->^0.4.212
^6.0.6
->^6.0.7
^2.6.1
->^2.7.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20241230.0
Compare Source
honojs/vite-plugins (@hono/vite-dev-server)
v0.18.0
Compare Source
Minor Changes
3eae0ff4685f53067b32d78d1d9393bddce165eb
Thanks @meck93! - feat: add CSP support to vite'sinjectClientScript
optionchakra-ui/panda (@pandacss/dev)
v0.51.1
Compare Source
Patch Changes
9c1327e
: Redesigned the recipe report to be more readable and easier to understand. We simplified theJSX
andFunction
columns to be more concise.BEFORE
╔════════════════════════╤══════════════════════╤═════════╤═══════╤════════════╤═══════════════════╤══════════╗ ║ Recipe │ Variant Combinations │ Usage % │ JSX % │ Function % │ Most Used │ Found in ║ ╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢ ║ someRecipe (1 variant) │ 1 / 1 │ 100% │ 100% │ 0% │ size.small │ 1 file ║ ╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢ ║ button (4 variants) │ 7 / 9 │ 77.78% │ 63% │ 38% │ size.md, size.sm, │ 2 files ║ ║ │ │ │ │ │ state.focused, │ ║ ║ │ │ │ │ │ variant.danger, │ ║ ║ │ │ │ │ │ variant.primary │ ║ ╚════════════════════════╧══════════════════════╧═════════╧═══════╧════════════╧═══════════════════╧══════════╝
AFTER
╔════════════════════════╤════════════════╤═══════════════════╤═══════════════════╤══════════╤═══════════╗ ║ Recipe │ Variant values │ Usage % │ Most used │ Found in │ Used as ║ ╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢ ║ someRecipe (1 variant) │ 1 value │ 100% (1 value) │ size.small │ 1 file │ jsx: 100% ║ ║ │ │ │ │ │ fn: 0% ║ ╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢ ║ button (4 variants) │ 9 values │ 77.78% (7 values) │ size.md, size.sm, │ 2 files │ jsx: 63% ║ ║ │ │ │ state.focused, │ │ fn: 38% ║ ║ │ │ │ variant.danger, │ │ ║ ║ │ │ │ variant.primary │ │ ║ ╚════════════════════════╧════════════════╧═══════════════════╧═══════════════════╧══════════╧═══════════╝
v0.51.0
Compare Source
Patch Changes
d68ad1f
]typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.19.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
aws/aws-cdk (aws-cdk)
v2.174.0
Compare Source
Features
availabilityZoneDistribution
property to an AutoScalingGroup (#32100) (ecfce7c)Bug Fixes
@aws-cdk/cloud-assembly-schema
(#32704) (3b162fc)null
forexpiration
(#32554) (d4f6946)Reverts
Alpha modules (2.174.0-alpha.0)
Features
3_7_X
and3_7_X_KRAFT
(#32515) (cbacf4d)Bug Fixes
rangesOverlap
(#32269) (87e21d6), closes #32145 #32145WiseLibs/better-sqlite3 (better-sqlite3)
v11.7.2
Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.7.1...v11.7.2
capricorn86/happy-dom (happy-dom)
v16.3.0
Compare Source
🎨 Features
v16.2.9
Compare Source
👷♂️ Patch fixes
HTMLInputElement.defaultChecked
property - By @capricorn86 in task #1587v16.2.8
Compare Source
👷♂️ Patch fixes
HTMLFormElement
orHTMLSelectElement
- By @capricorn86 in task #1628v16.2.7
Compare Source
👷♂️ Patch fixes
<script>
and<style>
elements should not be decoded or encoded - By @capricorn86 in task #1564v16.2.6
Compare Source
👷♂️ Patch fixes
<form>
and<select>
elements - By @capricorn86 in task #1608v16.2.5
Compare Source
👷♂️ Patch fixes
HTMLFormElement
andHTMLSelectElement
was wrong which affected the methodsremove()
,replaceWith()
,before()
,after()
,append()
,prepend()
,replaceChildren()
andinsertAdjacentElement()
- By @capricorn86 in task #1637v16.2.4
Compare Source
👷♂️ Patch fixes
BrowserFrame.goto()
andDetachedBrowserFrame.goto()
- By @capricorn86 in task #1627v16.2.3
Compare Source
👷♂️ Patch fixes
HTMLTableCellElement.headers
property - By @capricorn86 in task #1634v16.2.2
Compare Source
👷♂️ Patch fixes
querySelector()
orquerySelectorAll()
as selector - By @chocolateboy in task #1640v16.2.1
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
when "withCredentials" is false - By @saitonakamura in task #1631v16.2.0
Compare Source
🎨 Features
Window.scrollBy()
andElement.scrollBy()
- By @OlaviSau in task #1623v16.1.0
Compare Source
🎨 Features
getElementsByClassName()
- By @kylehalleman in task #1551honojs/hono (hono)
v4.6.16
Compare Source
What's Changed
app.on(method,path[],middleware,handler)
type by @yusukebe in https://github.com/honojs/hono/pull/3802Full Changelog: honojs/hono@v4.6.15...v4.6.16
typescript-eslint/typescript-eslint (typescript-eslint)
v8.19.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vikejs/vike (vike)
v0.4.212
Compare Source
Bug Fixes
vitejs/vite (vite)
v6.0.7
Compare Source
minify
whenbuilder.sharedPlugins: true
(#19025) (f7b1964), closes #19025vite-ignore
attribute for inline script (#19062) (a492253), closes #19062eemeli/yaml (yaml)
v2.7.0
Compare Source
The library is now available on JSR as @eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.
Configuration
📅 Schedule: Branch creation - "* 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.