Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@solidjs/router ^0.8.2 -> ^0.15.0 age adoption passing confidence
@suid/icons-material (source) ^0.6.9 -> ^0.8.0 age adoption passing confidence
@suid/material (source) ^0.15.0 -> ^0.18.0 age adoption passing confidence
@suid/vite-plugin (source) ^0.1.4 -> ^0.3.0 age adoption passing confidence
eslint-plugin-solid ^0.13.0 -> ^0.14.0 age adoption passing confidence
eslint-plugin-vitest ^0.3.0 -> ^0.5.0 age adoption passing confidence
pnpm (source) 9.2.0 -> 9.15.4 age adoption passing confidence
solid-devtools (source) ^0.28.0 -> ^0.33.0 age adoption passing confidence
vite-plugin-pwa ^0.16.4 -> ^0.21.0 age adoption passing confidence
vite-plugin-solid-svg ^0.7.0 -> ^0.8.0 age adoption passing confidence

Release Notes

solidjs/solid-router (@​solidjs/router)

v0.15.3

Patch Changes
  • 97184e4: more lenient on cache resuming (allow nested promises during hydration)

v0.15.2

Patch Changes

v0.15.1

Patch Changes
  • f3763aa: Export Submission at the top level
  • 813e6bd: fix onComplete return type

v0.15.0

Minor Changes
  • 6799556: rename cache to query, action onComplete

v0.14.10

Patch Changes

v0.14.9

Patch Changes
  • a22d7d2: fix preloadRoute to take string path
  • 6dd0473: support empty array/string to mean no revalidation

v0.14.8

Patch Changes
  • a3a36fb: Add query and param wrappers to support non-Proxy envs
  • 2475851: bump deps
  • 2f1fa18: improve anchor preload performance

v0.14.7

Patch Changes
  • 3594e45: fix iterator methods on useSubmissions

v0.14.6

Patch Changes
  • 0a964b6: Fix duplicated push history
  • c61231d: Fix scrollToHash to handle hashes starting with a number
  • 83b7093: remove extra code, fix #​406 slow perf on localeCompare

v0.14.5

Patch Changes
  • 5c87acc: fix partial matches in single flight mutations

v0.14.4

Patch Changes
  • 098dccb: fix #​474 improper search parameter resolution while routing
  • f8f30df: fix initial state including _depth

v0.14.3

Patch Changes
  • 19a21cc: fix async store references
  • f8aaf16: make url transform consistent
  • 86c3b1f: better handling of query only navigation

v0.14.2

Patch Changes
  • bc3d8e3: expose .latest from createAsync
  • fc6ac53: fix #​464 flaky hydration bail out
  • 3295502: fix hydration cancellation on browser events

v0.14.1

Patch Changes

v0.14.0

Minor Changes
  • e4a13f6: Response helpers return responses, cache/action filter them out
  • bd9f19a: default form actions to url encoded
  • 5d9263b: rename load to preload
Patch Changes
  • a7e4062: fix #​457 extra leading slashes on path
  • 4b4536e: add usePreloadRoute export
  • 8cc0530: hack the types to work a bit better with Response Unions

v0.13.6

Patch Changes
  • 7344f69: Handle absolute redirects within cache on server
  • 8263115: Forward absolute redirects inside cache from server to client
  • 8fbf74a: Treat window.location.hash as URI encoded
  • e9fd55d: fix #​449 No JS submissions not working
  • f311f4a: fix #​452 useSubmission types/references
  • 2f05f37: Make isRouting more reliable + other fixes
  • 618ef17: performance improvement leveraging redirects in loadfn
  • d81473a: usePreloadRoute method pre-release

v0.13.5

Patch Changes
  • bfb059f: types Route -> RouteDescription

v0.13.4

Patch Changes
  • 00e37fd: Export all types used in public API
  • 2e90de5: Fix HashRouter state reset with replace: false
  • 75472d2: Fix useCurrentMatches a getter function

v0.13.3

Patch Changes

v0.13.2

Patch Changes
  • 0a34883: preserve original path on optional segments
  • 94797e1: Fix types for cache functions with all optional arguments
  • 8a547a8: don't submit form when submit event is defaultPrevented

v0.13.1

Patch Changes
  • 8b766a9: restore params into root

v0.13.0

Minor Changes
Patch Changes
  • 83e827d: minimum types for submission flash
  • 6df4a7a: push root/rootLoad outside of route matching

v0.12.5

Patch Changes

v0.12.4

Patch Changes
  • 533b7a0: fix unintended early return in cache during server render

v0.12.3

Patch Changes
  • 02c6e7a: action to return fully processed response

v0.12.2

Patch Changes
  • 5e8cbdb: apply the right owner (who's aware of the router)

v0.12.1

Patch Changes
  • 6d0be9e: fix cache serialization to match returned value
  • 052d385: Run load functions with owner & context of Router component.

v0.12.0

Minor Changes
  • 17ea145: add createAsyncStorage, prev argument, remove store from cache

v0.11.5

Patch Changes
  • 0413594: fix memory router no native events
  • 97d387b: add rootLoad
  • 5a94e7d: fix Router types, make singleFlight optional

v0.11.4

Patch Changes
  • d67ccbb: single flight mutations
  • 76724af: pass revalidate through json helper

v0.11.3

Patch Changes
  • 9cc1a85: update response types to be always present

v0.11.2

Patch Changes
  • fab3cc0: fix renderToString for cache fns

v0.11.1

Patch Changes

v0.11.0

Minor Changes
swordev/suid (@​suid/icons-material)

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
Patch Changes

v0.7.0

Compare Source

Minor Changes
Patch Changes

v0.6.11

Compare Source

Patch Changes

v0.6.10

Compare Source

Patch Changes
swordev/suid (@​suid/material)

v0.18.0

Compare Source

Minor Changes
Patch Changes

v0.17.0

Compare Source

Minor Changes
Patch Changes

v0.16.0

Compare Source

Minor Changes
Patch Changes

v0.15.1

Compare Source

Patch Changes
swordev/suid (@​suid/vite-plugin)

v0.3.1

Compare Source

Patch Changes

v0.3.0

Compare Source

Minor Changes

v0.2.0

Compare Source

Minor Changes
Patch Changes

v0.1.5

Compare Source

Patch Changes
solidjs-community/eslint-plugin-solid (eslint-plugin-solid)

v0.14.5

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.4...v0.14.5

v0.14.4

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.3...v0.14.4

v0.14.3

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.2...v0.14.3

v0.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.1...v0.14.2

v0.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.14.0...v0.14.1

v0.14.0

Compare Source

What's Changed

This version brings support for ESLint v9 and some great improvements from the community. Thank you!

My current plan is to release v1 soon with few or no changes.

Full Changelog: solidjs-community/eslint-plugin-solid@v0.13.2...v0.14.0

v0.13.2

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.13.1...v0.13.2

v0.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: solidjs-community/eslint-plugin-solid@v0.13.0...v0.13.1

veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0

v0.4.1

Compare Source

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

Changes
  • Remove max-expect rule in favor of max-expects

v0.4.0

Compare Source

Bug Fixes

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0

v0.3.26

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.25...v0.3.26

v0.3.25

Compare Source

Bug Fixes
  • bench: avoid bench being recognized by expect-expect rule (#​389) (8da6473)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.24...v0.3.25

v0.3.24

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.23...v0.3.24

v0.3.23

Compare Source

Features

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.22...v0.3.23

v0.3.22

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.21...v0.3.22

v0.3.21

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.20...v0.3.21

v0.3.20

Compare Source

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.3.19...v0.3.20

v0.3.19

Compare Source

What's Changed

  • chore(p

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 7, 2023
@renovate renovate bot changed the title fix(deps): update dependency @solidjs/router to ^0.9.0 fix(deps): update all non-major dependencies Nov 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4a2d37f to cf58a9f Compare November 18, 2023 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf58a9f to b87d284 Compare December 7, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b87d284 to 1ac2513 Compare December 27, 2023 08:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ac2513 to e608d5e Compare February 1, 2024 03:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4564d92 to c089cdd Compare February 10, 2024 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f75aa24 to 7d16ede Compare February 22, 2024 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 80bd68b to b6d7db6 Compare March 3, 2024 05:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c8829a to f7d8c59 Compare March 13, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ad409af to c998daf Compare March 25, 2024 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c998daf to 0a3e4ee Compare March 25, 2024 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8c5e1fe to baa9a7c Compare April 8, 2024 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b0a60b6 to e70ff79 Compare April 16, 2024 01:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e70ff79 to fe4a81b Compare April 16, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 33856a0 to 9372c02 Compare October 16, 2024 17:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a364075 to b04af2d Compare November 3, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b04af2d to 14b9937 Compare November 12, 2024 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 921d4ff to 7812508 Compare November 15, 2024 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b752520 to fa405bb Compare November 20, 2024 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f84ec2f to 2458e24 Compare November 29, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fe0c24e to c789751 Compare December 11, 2024 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c789751 to 64081b1 Compare December 20, 2024 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9097f16 to 8cecb3c Compare January 3, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cecb3c to 091ae11 Compare January 6, 2025 02:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 091ae11 to df4113a Compare January 14, 2025 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df4113a to 89ecdd7 Compare January 22, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants