paoloricciuti / sveltekit-search-params

The easiest way to read and WRITE from query parameters in sveltekit.
https://sveltekit-search-params.netlify.app
MIT License
547 stars 19 forks source link

chore(deps): update all non-major dependencies #111

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.47.0 -> 1.47.1 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.2.4 -> 3.2.5 age adoption passing confidence
@sveltejs/adapter-static (source) 3.0.4 -> 3.0.5 age adoption passing confidence
@sveltejs/kit (source) 2.5.26 -> 2.5.28 age adoption passing confidence
@sveltejs/package (source) 2.3.4 -> 2.3.5 age adoption passing confidence
eslint-plugin-svelte (source) 2.43.0 -> 2.44.0 age adoption passing confidence
typescript-eslint (source) 8.5.0 -> 8.6.0 age adoption passing confidence
vite (source) 5.4.4 -> 5.4.6 age adoption passing confidence
vitest (source) 2.1.0 -> 2.1.1 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test) ### [`v1.47.1`](https://redirect.github.com/microsoft/playwright/compare/v1.47.0...3d2ffd0fe97f23f480092054da5928539a3c5beb) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.47.0...v1.47.1)
sveltejs/kit (@​sveltejs/adapter-auto) ### [`v3.2.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/adapter-auto/CHANGELOG.md#325) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/adapter-auto@3.2.4...@sveltejs/adapter-auto@3.2.5) ##### Patch Changes - fix: import `node:process` instead of using globals ([#​12641](https://redirect.github.com/sveltejs/kit/pull/12641)) - Updated dependencies \[[`e798ef718f163bed4f93e1918bd8294f765376ad`](https://redirect.github.com/sveltejs/kit/commit/e798ef718f163bed4f93e1918bd8294f765376ad)]: - [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit)[@​2](https://redirect.github.com/2).5.28
sveltejs/kit (@​sveltejs/adapter-static) ### [`v3.0.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/adapter-static/CHANGELOG.md#305) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/adapter-static@3.0.4...@sveltejs/adapter-static@3.0.5) ##### Patch Changes - fix: import `node:process` instead of using globals ([#​12641](https://redirect.github.com/sveltejs/kit/pull/12641)) - Updated dependencies \[[`e798ef718f163bed4f93e1918bd8294f765376ad`](https://redirect.github.com/sveltejs/kit/commit/e798ef718f163bed4f93e1918bd8294f765376ad)]: - [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit)[@​2](https://redirect.github.com/2).5.28
sveltejs/kit (@​sveltejs/kit) ### [`v2.5.28`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2528) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.5.27...@sveltejs/kit@2.5.28) ##### Patch Changes - fix: import `node:process` instead of using globals ([#​12641](https://redirect.github.com/sveltejs/kit/pull/12641)) ### [`v2.5.27`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2527) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.5.26...@sveltejs/kit@2.5.27) ##### Patch Changes - fix: asynchronously instantiate components when using Svelte 5 ([#​12613](https://redirect.github.com/sveltejs/kit/pull/12613)) - fix: use `{@​render ...}` tag when generating default fallback page for svelte 5 apps ([#​12653](https://redirect.github.com/sveltejs/kit/pull/12653)) - fix: emulate `event.platform` even when the route does not exist ([#​12513](https://redirect.github.com/sveltejs/kit/pull/12513))
sveltejs/kit (@​sveltejs/package) ### [`v2.3.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/package/CHANGELOG.md#235) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/package@2.3.4...@sveltejs/package@2.3.5) ##### Patch Changes - fix: use input tsconfig when calling emitDts ([#​12612](https://redirect.github.com/sveltejs/kit/pull/12612)) - chore(deps): update dependency chokidar to v4 ([#​12671](https://redirect.github.com/sveltejs/kit/pull/12671))
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte) ### [`v2.44.0`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.44.0) [Compare Source](https://redirect.github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.43.0...eslint-plugin-svelte@2.44.0) ##### Minor Changes - [#​841](https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/841) [`85053a1`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/commit/85053a1af237b78548a0a52f9d73ed5af695c354) Thanks [@​jrmajor](https://redirect.github.com/jrmajor)! - feat: add config option for foreign elements in `svelte/html-self-closing` rule ##### Patch Changes - [#​853](https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/853) [`690c04e`](https://redirect.github.com/sveltejs/eslint-plugin-svelte/commit/690c04e5ce61999cb3846881cd8bd0b571fe2874) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - fix: update svelte-eslint-parser to 0.41.1
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.6.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#860-2024-09-16) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.5.0...v8.6.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vitejs/vite (vite) ### [`v5.4.6`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.6) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.5...v5.4.6) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) for details. ### [`v5.4.5`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.5) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.4...v5.4.5) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md) for details.
vitest-dev/vitest (vitest) ### [`v2.1.1`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1) #####    🐞 Bug Fixes - **browser**: - Make example test callbacks async  -  by [@​aqandrew](https://redirect.github.com/aqandrew) in [https://github.com/vitest-dev/vitest/issues/6484](https://redirect.github.com/vitest-dev/vitest/issues/6484) [(16aa7)](https://redirect.github.com/vitest-dev/vitest/commit/16aa76c2) - Optimize vitest-browser-vue correctly  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6490](https://redirect.github.com/vitest-dev/vitest/issues/6490) [(5cbb0)](https://redirect.github.com/vitest-dev/vitest/commit/5cbb0bba) - **workspace**: - Resolve glob pattern once to avoid name collision  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6489](https://redirect.github.com/vitest-dev/vitest/issues/6489) [(36b5a)](https://redirect.github.com/vitest-dev/vitest/commit/36b5aceb) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1)

Configuration

📅 Schedule: Branch creation - "before 7am on friday" (UTC), 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.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 42ce96ff8f4dcacee4ec3dc549bc1c9cca8f4260

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

coderabbitai[bot] commented 2 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: -- `I pushed a fix in commit , please review it.` -- `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: -- `@coderabbitai generate unit testing code for this file.` -- `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: -- `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` -- `@coderabbitai read src/utils.ts and generate unit testing code.` -- `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` -- `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
netlify[bot] commented 2 months ago

Deploy Preview for sveltekit-search-params ready!

Name Link
Latest commit 42ce96ff8f4dcacee4ec3dc549bc1c9cca8f4260
Latest deploy log https://app.netlify.com/sites/sveltekit-search-params/deploys/66ecdafd0e9ef500081030c2
Deploy Preview https://deploy-preview-111--sveltekit-search-params.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.