fix(deps): update all non-major dependencies #11
+107
−92
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.6.4
->^1.9.4
^1.5.3
->^1.6.0
^1.5.11
->^1.6.3
^20.12.3
->^20.17.25
^18.2.74
->^18.3.19
^18.2.23
->^18.3.5
^1.14.2
->^1.17.1
^2.4.0
->^2.4.10
^1.6.1
->^1.6.3
v2.7.3
->v2.7.8
v4.1.1
->v4.2.2
v2.1.1
->v2.3.0
^1.6.8
->^1.11.3
14.1.4
->14.2.25
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
1.0
->1.0.219
1.0
->1.0.140
1.6.1
->1.8.2
1.5.1
->1.5.6
^1.11.2
->^1.11.3
^5.4.3
->^5.8.2
Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4
Compare Source
v1.9.3
Compare Source
v1.9.2
Compare Source
v1.9.1
Compare Source
v1.9.0
Compare Source
v1.8.3
Compare Source
v1.8.2
Compare Source
v1.8.1
Compare Source
v1.8.0
Compare Source
v1.7.3
Compare Source
v1.7.2
Compare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
tauri-apps/tauri (@tauri-apps/api)
v1.6.0
: @tauri-apps/cli v1.6.0Compare Source
[1.6.0]
New Features
253595a22
(#9809) Add RPM packaginga301be52d
(#9914) Use cargo's target directory to store and cache bundling tools whenbundle > useLocalToolsDir
option is active.Bug Fixes
08f57efef
(#10136) Fix parsing of cargo profile when using--profile=<profile>
syntax.674accad7
(#10015) Add missing dependencylibayatana-appindicator3.so.1
for rpm package.Dependencies
tauri-cli@1.6.0
v1.5.6
: @tauri-apps/api v1.5.6Compare Source
Yarn Audit
[1.5.6]
Bug Fixes
3b69c1384
(#9792) Revert #9706 which broke compatability betweentauri
crate and the JS@tauri-apps/api
npm package in a patch release where it should've been in a minor release.Yarn Publish
v1.5.5
: @tauri-apps/api v1.5.5Compare Source
Yarn Audit
[1.5.5]
Enhancements
7f885bd5e
(#9706) Enhance the speed of The JSCommand.execute
API fromshell
module.Bug Fixes
7f885bd5e
(#9706) Fix The JSCommand.execute
API fromshell
module including extra new lines.Yarn Publish
v1.5.4
: @tauri-apps/api v1.5.4Compare Source
Yarn Audit
[1.5.4]
Bug Fixes
e3b6d38d2
(#9166) Fixbasename(path, 'ext')
JS API when removing all occurances ofext
where it should only remove the last one.705da977a
(#9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.Yarn Publish
vanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.17.1
Compare Source
Patch Changes
c432ff3
Thanks @askoufis! - Fixes a bug where@container
queries insideselectors
were not being generatedv1.17.0
Compare Source
Minor Changes
#1092
fd673f6
Thanks @z4o4z! -keyframes
: Add support for avars
property to steps withinkeyframes
declarationsExample usage:
#1512
4abfc0b
Thanks @askoufis! -createTheme
,createGlobalTheme
: Add support for assigning themes to a layerThemes can now be assigned to a layer by name using the
@layer
key at the top-level of the theme definition.EXAMPLE USAGE:
This will generate the following CSS:
#1092
fd673f6
Thanks @z4o4z! -createVar
: Add support for defining [@property
][@property] rulesExample usage:
This will generate the following CSS:
v1.16.1
Compare Source
Patch Changes
103ce57
Thanks @askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classnamev1.16.0
Compare Source
Minor Changes
#1475
cd9d8b2
Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicator
as a valid pseudo-element#1450
7b256d2
Thanks @wuz! - AddcreateViewTransition
APIcreateViewTransition
creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.v1.15.5
Compare Source
Patch Changes
6432199fa0717f424fb3f45fbe36410b03b01c1c
Thanks @askoufis! - Speed up dev prefix generation for long file pathsv1.15.4
Compare Source
Patch Changes
#1463
61878f5fb21a33190ef242551c639e216ba4748a
Thanks @askoufis! - Export types withexport { type T }
syntaxUpdated dependencies [
61878f5fb21a33190ef242551c639e216ba4748a
]:v1.15.3
Compare Source
Patch Changes
#1425
b86f3f59c86420e12593996a14f8cdb5db2f7c25
Thanks @askoufis! - Fixes a bug where declarations with identical selectors would not be merged correctly inside conditional rules#1410
99e974b2ae56e1e851b376988216b7bd30813813
Thanks @pengooseDev! - Fixes a bug causing incorrect type inference when callingcreateTheme
with a theme contractv1.15.2
Compare Source
Patch Changes
#1335
b8a99e4980710a34692034d5da43e584edbc3d17
Thanks @askoufis! - Addtypes
field topackage.json
Updated dependencies [
b8a99e4980710a34692034d5da43e584edbc3d17
]:v1.15.1
Compare Source
Patch Changes
#1386
e58cf9013c6f6cdfacb2a7936b3354e71138e9fb
Thanks @askoufis! - Replaceoutdent
dependency withdedent
#1385
3df9b4ebc5ad7e03e5c908c10216447b7089132a
Thanks @askoufis! - Replacechalk
dependency withpicocolors
v1.15.0
Compare Source
Minor Changes
#1379
df9fe3ee3fc0057bc14a2333a405f8229f80c214
Thanks @ronci! - Add support for passing multiple font face rules toglobalFontFace
EXAMPLE USAGE:
vanilla-extract-css/vanilla-extract (@vanilla-extract/next-plugin)
v2.4.10
Compare Source
Patch Changes
v2.4.9
Compare Source
Patch Changes
v2.4.8
Compare Source
Patch Changes
v2.4.7
Compare Source
Patch Changes
v2.4.6
Compare Source
Patch Changes
v2.4.5
Compare Source
Patch Changes
v2.4.4
Compare Source
Patch Changes
v2.4.3
Compare Source
Patch Changes
v2.4.2
Compare Source
Patch Changes
v2.4.1
Compare Source
Patch Changes
vanilla-extract-css/vanilla-extract (@vanilla-extract/sprinkles)
v1.6.3
Compare Source
Patch Changes
61878f5fb21a33190ef242551c639e216ba4748a
Thanks @askoufis! - Export types withexport { type T }
syntaxv1.6.2
Compare Source
Patch Changes
b8a99e4980710a34692034d5da43e584edbc3d17
Thanks @askoufis! - Addtypes
field topackage.json
Swatinem/rust-cache (Swatinem/rust-cache)
v2.7.8
Compare Source
What's Changed
Full Changelog: Swatinem/rust-cache@v2.7.7...v2.7.8
v2.7.7
Compare Source
Full Changelog: Swatinem/rust-cache@v2.7.6...v2.7.7
v2.7.6
Compare Source
What's Changed
New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.5...v2.7.6
v2.7.5
Compare Source
What's Changed
deprecated
version ofnode
by @hamirmahal in https://github.com/Swatinem/rust-cache/pull/197New Contributors
Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Asia/Tokyo, 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.