fix(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @rive-app/canvas (source) | ^2.15.2 -> ^2.15.6 |
dependencies | patch | ||||
| @sveltejs/kit (source) | ^2.5.7 -> ^2.5.8 |
devDependencies | patch | ||||
| @tauri-apps/api | ^1.5.4 -> ^1.5.6 |
dependencies | patch | ||||
| @tauri-apps/cli | ^1.5.12 -> ^1.5.14 |
devDependencies | patch | ||||
| @typescript-eslint/eslint-plugin (source) | ^7.8.0 -> ^7.9.0 |
devDependencies | minor | ||||
| @typescript-eslint/parser (source) | ^7.8.0 -> ^7.9.0 |
devDependencies | minor | ||||
| eslint (source) | ^9.1.1 -> ^9.2.0 |
devDependencies | minor | ||||
| eslint-plugin-svelte (source) | ^2.38.0 -> ^2.39.0 |
devDependencies | minor | ||||
| overlayscrollbars (source) | ^2.7.3 -> ^2.8.0 |
dependencies | minor | ||||
| sass | ^1.76.0 -> ^1.77.1 |
devDependencies | minor | ||||
| serde (source) | 1.0.200 -> 1.0.202 |
dependencies | patch | ||||
| serde_json | 1.0.116 -> 1.0.117 |
dependencies | patch | ||||
| stylelint (source) | ^16.4.0 -> ^16.5.0 |
devDependencies | minor | ||||
| svelte (source) | ^4.2.15 -> ^4.2.17 |
devDependencies | patch | ||||
| svelte-check | ^3.7.0 -> ^3.7.1 |
devDependencies | patch | ||||
| tauri (source) | 1.6.2 -> 1.6.6 |
dependencies | patch | ||||
| tauri-build (source) | 1.5.1 -> 1.5.2 |
build-dependencies | patch | ||||
| vite (source) | ^5.2.10 -> ^5.2.11 |
devDependencies | patch | ||||
| worker-timers | ^7.1.7 -> ^7.1.8 |
dependencies | patch |
Release Notes
rive-app/rive-wasm (@rive-app/canvas)
v2.15.6
Commits
- fix advancing nested animations
34289df
v2.15.5
Fixed
- Fix an assert in contour_measure.cpp
#7210
Commits
- chore: tag 2.15.5
85a1e05 - remove harfbuzz flag
b462cef - Don't defer path update if Shape has a dependent skin
7a70b1f - Add strokes, gradients, and blend modes to path_fuzz
dfcb2e3
v2.15.4
Commits
v2.15.3
Commits
- chore: tag 2.15.3
bab22e6 - Add a "path_fuzz" mode to the PLS fuzzer
8d2a799 - Fix ios analyzer
104f088 - Add static/dynamic runtime config based on actual target config.
dd97a36 - fix state machine advanceAndApply
d747731 - Xxxx support target align from position
3f2bab1 - Handle NaN in PLS paths and transforms
3bd7b0b
sveltejs/kit (@sveltejs/kit)
v2.5.8
Patch Changes
- fix: prevent excessive Vite dependency optimizations on navigation (#12182)
tauri-apps/tauri (@tauri-apps/api)
v1.5.6: @tauri-apps/cli v1.5.6
[1.5.6]
Bug Fixes
-
5264e41d(#8082) Downgradedrust-minisignto0.7.3to fix signing updater bundles with empty passwords.
Dependencies
- Upgraded to
[email protected]
v1.5.5: @tauri-apps/api v1.5.5
Yarn Audit
yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 1.84s.
[1.5.5]
Enhancements
Bug Fixes
Yarn Publish
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
[36m
[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts[22m → [1m./dist, ./dist[22m...[39m
[32mcreated [1m./dist, ./dist[22m in [1m1.3s[22m[39m
[36m
[1msrc/index.ts[22m → [1m../../core/tauri/scripts/bundle.global.js[22m...[39m
[32mcreated [1m../../core/tauri/scripts/bundle.global.js[22m in [1m1.6s[22m[39m
[1/4] Bumping version...
info Current version: 1.5.5
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.46s.
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.9.0
🩹 Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.9.0
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.
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.39.0
Minor Changes
-
#749
da4d535Thanks @baseballyama! - feat: addsvelte/no-svelte-internalrule -
#758
6ee50c8Thanks @ota-meshi! - feat: Update svelte-eslint-parser to 0.36
KingSora/OverlayScrollbars (overlayscrollbars)
v2.8.0
Breaking Changes
- Although not a major release, I've decided to remove the
rtlScrollBehaviorfield from theEnvironmentobject. The reason for it is a switch of how the library now detects scroll coordinates for non default flow directions. The replacement for this field is thescrollCoordinatesfield of theStateobject for each instance.
Features
- Support non default flow directions (block and inline) not only
direction: rtl. #625 - A new field
scrollCoordinatesin theStateobject. It indicates the min. and max. scroll coordinates for the viewport. (useful for non default flow direction scrolling) - A new field
scrollCoordinatesChangedin theupdateHintsobject. It indicates whether the scroll coordinates changed in an update.
Improvements
- Fix a Firefox only behavior where releasing a scrollbar handle over an anchor would trigger the anchor and navigate to it.
- Change
zoomdetection: instead of thewindow.resizeevent, thewindow.matchMediaevent is used. - Greatly improve how dragging and releasing the scrollbar handle behaves for
scroll-snappedviewports.
Bug Fixes
- Fix a bug here pointer capture was released too early for wacom pen devices. #630
sass/dart-sass (sass)
v1.77.1
- Fix a crash that could come up with importers in certain contexts.
v1.77.0
- Don't throw errors for at-rules in keyframe blocks.
serde-rs/serde (serde)
v1.0.202
- Provide public access to RenameAllRules in serde_derive_internals (#2743)
v1.0.201
- Resolve unexpected_cfgs warning (#2737)
stylelint/stylelint (stylelint)
v16.5.0
- Added: regex support to
ignoreValuesforvalue-no-vendor-prefix(#7650) (@Mouvedia). - Fixed:
shorthand-property-no-redundant-valuesfalse negatives for functions (#7657) (@ybiquitous). - Fixed:
value-no-vendor-prefixfalse negatives/positives (#7654 & #7658) (@Mouvedia). - Fixed:
CosmiconfigResulttype error (#7661) (@ybiquitous).
sveltejs/svelte (svelte)
v4.2.17
Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode (#11584)
v4.2.16
Patch Changes
- fix: check if svelte component exists on custom element destroy (#11489)
vitejs/vite (vite)
v5.2.11
- feat: improve dynamic import variable failure error message (#16519) (f8feeea), closes #16519
- fix: dynamic-import-vars plugin normalize path issue (#16518) (f71ba5b), closes #16518
- fix: scripts and styles were missing from built HTML on Windows (#16421) (0e93f58), closes #16421
- fix(deps): update all non-major dependencies (#16488) (2d50be2), closes #16488
- fix(deps): update all non-major dependencies (#16549) (2d6a13b), closes #16549
- fix(dev): watch publicDir explicitly to include it outside the root (#16502) (4d83eb5), closes #16502
- fix(preload): skip preload for non-static urls (#16556) (bb79c9b), closes #16556
- fix(ssr): handle class declaration and expression name scoping (#16569) (c071eb3), closes #16569
- fix(ssr): handle function expression name scoping (#16563) (02db947), closes #16563
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.