fix(deps): update all non-major dependencies #11
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.19.27^18.2.74→^18.3.27^18.2.23→^18.3.7^1.14.2→^1.18.0^2.4.0→^2.4.17^1.6.1→^1.6.5v2.7.3→v2.8.2v4.1.1→v4.3.1v2.1.1→v2.6.0^1.6.8→^1.13.614.1.4→14.2.35^18.2.0→^18.3.1^18.2.0→^18.3.11.0→1.0.2281.0→1.0.1481.6.1→1.8.31.5.1→1.5.6^1.11.2→^1.11.3^5.4.3→^5.9.3Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4Compare Source
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.1Compare Source
v1.9.0Compare Source
v1.8.3Compare Source
v1.8.2Compare Source
v1.8.1Compare Source
v1.8.0Compare Source
v1.7.3Compare Source
v1.7.2Compare Source
v1.7.1Compare Source
v1.7.0Compare Source
tauri-apps/tauri (@tauri-apps/api)
v1.6.0: tauri v1.6.0Compare Source
Updating crates.io index
Cargo Audit
[1.6.0]
New Features
6e488378(#8474) Re-exportUrltype.Enhancements
8ce51cec(#7718) On Windows, retain command line args when relaunching the app after an update. Supports NSIS and WiX (without elevated update task).Bug Fixes
cc3d8e77(#8539) Fixes a deadlock when reading a stdout or stderr line returns an error.b546b42d(#8577) Preserve the order of JS object/map keys in IPC calls. This also fixes issues with the JShttpmodule when calling to servers that required a specific order ofFormBodycontents.8f8729d9(#8312) On macOS, allow cancelling maximization when doubleclick happens ondata-tauri-drag-regionby simply keeping the left moust button pressed and then moving the mouse away of the starting position of the click, which is consistent with the native behavior of macOS.Dependencies
tauri-runtime-wry@0.14.4Cargo Publish
v1.5.6: @tauri-apps/api v1.5.6Compare Source
Yarn Audit
[1.5.6]
Bug Fixes
3b69c1384(#9792) Revert #9706 which broke compatability betweentauricrate and the JS@tauri-apps/apinpm 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.executeAPI fromshellmodule.Bug Fixes
7f885bd5e(#9706) Fix The JSCommand.executeAPI fromshellmodule 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 ofextwhere 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.18.0Compare Source
Minor Changes
#1566
8b49b35Thanks @lfantone! -style: Add support for@starting-stylerulesEXAMPLE USAGE:
Patch Changes
#1646
0b2c09eThanks @plesiecki! - Swap the order ofcreateVar's overloads to enable inference ofVarDelcarationtype#1666
c6047fbThanks @askoufis! - Remove custom container properties typeThe
csstypepackage used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.v1.17.5Compare Source
Patch Changes
11a7c66Thanks @askoufis! - Updatecsstypedependency to^3.2.3v1.17.4Compare Source
Patch Changes
#1610
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsUpdated dependencies [
2b0be1b]:v1.17.3Compare Source
Patch Changes
#1596
f0533beThanks @cqh963852! -addFunctionSerializer: Fixargstype to support arrays of primitive values#1597
a7fccf8Thanks @drwpow! - Fix ESM import pathUpdated dependencies [
9d16de8,a7fccf8]:v1.17.2Compare Source
Patch Changes
#1557
134117dThanks @askoufis! -css: Improve type-checking performance of string literal types that include CSS variables#1560
c66be53Thanks @andjsrk! - Remove unnecessary intersections in a few typesUpdated dependencies [
134117d]:v1.17.1Compare Source
Patch Changes
c432ff3Thanks @askoufis! - Fixes a bug where@containerqueries insideselectorswere not being generatedv1.17.0Compare Source
Minor Changes
#1092
fd673f6Thanks @z4o4z! -keyframes: Add support for avarsproperty to steps withinkeyframesdeclarationsExample usage:
#1512
4abfc0bThanks @askoufis! -createTheme,createGlobalTheme: Add support for assigning themes to a layerThemes can now be assigned to a layer by name using the
@layerkey at the top-level of the theme definition.EXAMPLE USAGE:
This will generate the following CSS:
#1092
fd673f6Thanks @z4o4z! -createVar: Add support for defining@propertyrulesExample usage:
This will generate the following CSS:
v1.16.1Compare Source
Patch Changes
103ce57Thanks @askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classnamev1.16.0Compare Source
Minor Changes
#1475
cd9d8b2Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicatoras a valid pseudo-element#1450
7b256d2Thanks @wuz! - AddcreateViewTransitionAPIcreateViewTransitioncreates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.v1.15.5Compare Source
Patch Changes
6432199fa0717f424fb3f45fbe36410b03b01c1cThanks @askoufis! - Speed up dev prefix generation for long file pathsv1.15.4Compare Source
Patch Changes
#1463
61878f5fb21a33190ef242551c639e216ba4748aThanks @askoufis! - Export types withexport { type T }syntaxUpdated dependencies [
61878f5fb21a33190ef242551c639e216ba4748a]:v1.15.3Compare Source
Patch Changes
#1425
b86f3f59c86420e12593996a14f8cdb5db2f7c25Thanks @askoufis! - Fixes a bug where declarations with identical selectors would not be merged correctly inside conditional rules#1410
99e974b2ae56e1e851b376988216b7bd30813813Thanks @pengooseDev! - Fixes a bug causing incorrect type inference when callingcreateThemewith a theme contractv1.15.2Compare Source
Patch Changes
#1335
b8a99e4980710a34692034d5da43e584edbc3d17Thanks @askoufis! - Addtypesfield topackage.jsonUpdated dependencies [
b8a99e4980710a34692034d5da43e584edbc3d17]:v1.15.1Compare Source
Patch Changes
#1386
e58cf9013c6f6cdfacb2a7936b3354e71138e9fbThanks @askoufis! - Replaceoutdentdependency withdedent#1385
3df9b4ebc5ad7e03e5c908c10216447b7089132aThanks @askoufis! - Replacechalkdependency withpicocolorsv1.15.0Compare Source
Minor Changes
#1379
df9fe3ee3fc0057bc14a2333a405f8229f80c214Thanks @ronci! - Add support for passing multiple font face rules toglobalFontFaceEXAMPLE USAGE:
vanilla-extract-css/vanilla-extract (@vanilla-extract/next-plugin)
v2.4.17Compare Source
Patch Changes
v2.4.16Compare Source
Patch Changes
v2.4.15Compare Source
Patch Changes
v2.4.14Compare Source
Patch Changes
#1610
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsUpdated dependencies [
2b0be1b]:v2.4.13Compare Source
Patch Changes
#1602
7a78ebeThanks @Pnlvfx! - Fixrequire is not definederror in ESM bundles by callingcreateRequireUpdated dependencies [
7a78ebe]:v2.4.12Compare Source
Patch Changes
#1597
a7fccf8Thanks @drwpow! - Fix ESM import pathUpdated dependencies [
a7fccf8]:v2.4.11Compare Source
Patch Changes
v2.4.10Compare Source
Patch Changes
v2.4.9Compare Source
Patch Changes
v2.4.8Compare Source
Patch Changes
v2.4.7Compare Source
Patch Changes
v2.4.6Compare Source
Patch Changes
v2.4.5Compare Source
Patch Changes
v2.4.4Compare Source
Patch Changes
v2.4.3Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 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.