gitlight icon indicating copy to clipboard operation
gitlight copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rive-app/canvas (source) ^2.15.2 -> ^2.15.6 age adoption passing confidence dependencies patch
@sveltejs/kit (source) ^2.5.7 -> ^2.5.8 age adoption passing confidence devDependencies patch
@tauri-apps/api ^1.5.4 -> ^1.5.6 age adoption passing confidence dependencies patch
@tauri-apps/cli ^1.5.12 -> ^1.5.14 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence devDependencies minor
eslint (source) ^9.1.1 -> ^9.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-svelte (source) ^2.38.0 -> ^2.39.0 age adoption passing confidence devDependencies minor
overlayscrollbars (source) ^2.7.3 -> ^2.8.0 age adoption passing confidence dependencies minor
sass ^1.76.0 -> ^1.77.1 age adoption passing confidence devDependencies minor
serde (source) 1.0.200 -> 1.0.202 age adoption passing confidence dependencies patch
serde_json 1.0.116 -> 1.0.117 age adoption passing confidence dependencies patch
stylelint (source) ^16.4.0 -> ^16.5.0 age adoption passing confidence devDependencies minor
svelte (source) ^4.2.15 -> ^4.2.17 age adoption passing confidence devDependencies patch
svelte-check ^3.7.0 -> ^3.7.1 age adoption passing confidence devDependencies patch
tauri (source) 1.6.2 -> 1.6.6 age adoption passing confidence dependencies patch
tauri-build (source) 1.5.1 -> 1.5.2 age adoption passing confidence build-dependencies patch
vite (source) ^5.2.10 -> ^5.2.11 age adoption passing confidence devDependencies patch
worker-timers ^7.1.7 -> ^7.1.8 age adoption passing confidence dependencies patch

Release Notes

rive-app/rive-wasm (@​rive-app/canvas)

v2.15.6

Compare Source

Commits
  • fix advancing nested animations 34289df

v2.15.5

Compare Source

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

Compare Source

Commits
  • chore: tag 2.15.4 70e26b2
  • Wasm fallback and min safari version 4e47118

v2.15.3

Compare Source

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

Compare Source

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

Compare Source

[1.5.6]

Bug Fixes
  • 5264e41d(#​8082) Downgraded rust-minisign to 0.7.3 to fix signing updater bundles with empty passwords.
Dependencies

v1.5.5: @​tauri-apps/api v1.5.5

Compare Source

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
  • 7f885bd5e(#​9706) Enhance the speed of The JS Command.execute API from shell module.
Bug Fixes
  • 7f885bd5e(#​9706) Fix The JS Command.execute API from shell module including extra new lines.

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

Compare Source

🩹 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

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.

eslint/eslint (eslint)

v9.2.0

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.39.0

Compare Source

Minor Changes
KingSora/OverlayScrollbars (overlayscrollbars)

v2.8.0

Compare Source

Breaking Changes
  • Although not a major release, I've decided to remove the rtlScrollBehavior field from the Environment object. 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 the scrollCoordinates field of the State object for each instance.
Features
  • Support non default flow directions (block and inline) not only direction: rtl. #​625
  • A new field scrollCoordinates in the State object. It indicates the min. and max. scroll coordinates for the viewport. (useful for non default flow direction scrolling)
  • A new field scrollCoordinatesChanged in the updateHints object. 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 zoom detection: instead of the window.resize event, the window.matchMedia event is used.
  • Greatly improve how dragging and releasing the scrollbar handle behaves for scroll-snapped viewports.
Bug Fixes
  • Fix a bug here pointer capture was released too early for wacom pen devices. #​630
sass/dart-sass (sass)

v1.77.1

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.
serde-rs/serde (serde)

v1.0.202

Compare Source

  • Provide public access to RenameAllRules in serde_derive_internals (#​2743)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)
serde-rs/json (serde_json)

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)
stylelint/stylelint (stylelint)

v16.5.0

Compare Source

sveltejs/svelte (svelte)

v4.2.17

Compare Source

Patch Changes
  • fix: correctly handle falsy values of style directives in SSR mode (#​11584)

v4.2.16

Compare Source

Patch Changes
  • fix: check if svelte component exists on custom element destroy (#​11489)
sveltejs/language-tools (svelte-check)

v3.7.1

Compare Source

  • fix: rework bindable types strategy (#​2361)
vitejs/vite (vite)

v5.2.11

Compare Source

chrisguttandin/worker-timers (worker-timers)

v7.1.8

Compare Source

all commits


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.

renovate[bot] avatar May 02 '24 07:05 renovate[bot]