Skip to content

chore(deps): bump the deps group across 1 directory with 4 updates #4645

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2025

Bumps the deps group with 4 updates in the /solid-start directory: @solidjs/router, @solidjs/start, solid-js and vinxi.

Updates @solidjs/router from 0.15.1 to 0.15.3

Changelog

Sourced from @​solidjs/router's changelog.

0.15.3

Patch Changes

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

0.15.2

Patch Changes

  • fe5c83e: Add JSdoc
  • 9a5e350: Vite 6 compatibility
  • 20ad18f: only clear completed actions on navigation
Commits

Updates @solidjs/start from 1.0.10 to 1.1.3

Release notes

Sourced from @​solidjs/start's releases.

@​solidjs/start@​1.1.3

Patch Changes

  • ffd7cba: fix nested route with escaping resolved incorrectly (#1829). before /routes/nested/(ignored)route.tsx resolved to /nestedroute, and now it resolves to /nested/route.

@​solidjs/start@​1.1.2

Patch Changes

  • 0c9bc47: Fix issue with anonymous default exports
  • 26e97be: Fix ssr for tanstack router

v1.1.1 - Constantly Exported

Patch Changes

  • efd762e: Bump tanstack server functions plugin This fixes export const in top-level "use server" files. The bundler warning for top-level "use server" is still there, but still code-removal works.

v1.1.0 - Gear 5

gear 5

At last our first post 1.0 minor release!!

It took us some time but it is an important one. It includes the update to Vite 6 along with tons of bug fixes around Server functions. But the most important thing is over this time we've doubled down to make sure that we have a proper team supporting this project. This includes setting up the people and infrastructure for SolidStart to work independently from the core project. So we are cranking stuff up to Gear 5 to improve our release cadence and overall responsiveness.

We've been working very closely with @​tannerlinsley and the Tanstack Start team in ushering the future of Metaframeworks and I'd almost call it one shared team at this point. That's the direction things are heading. These are more than sister projects but part of a unified picture for the future. More details of that will be revealed as the is collaboration continues.

Huge thanks to the SolidStart team for making this all possible: @​birkskyum, @​atilafassina, @​katywings, @​brenelz. PRs from @​christhornham, @​AirBorne04, @​edivados, @​loetjvr. As well as continued support from core team members @​lxsmnsyc and @​nksaraf.

Enjoy! @​ryansolid

Minor Changes

  • 4ec5d9b: - Added "OPTIONS" to the HTTP_METHODS array in packages/start/config/fs-router.js. I made this change so developers can handle preflight OPTIONS requests when using SolidStart as a public facing REST API. Existing users will not have to change their code. This change only adds an additional feature.
  • b434665: Vite 6 support
  • 600c115: move the RequestEventLocals definition into the App namespace for easier end user retyping

Patch Changes

  • 00c6d33: update vinxi to 0.5.3

  • df32b0d: Await internal sendWebResponse calls for middlewares that return responses.

  • cda037b: Return 404 when server-function is not found

... (truncated)

Changelog

Sourced from @​solidjs/start's changelog.

1.1.3

Patch Changes

  • ffd7cba: fix nested route with escaping resolved incorrectly (#1829). before /routes/nested/(ignored)route.tsx resolved to /nestedroute, and now it resolves to /nested/route.

1.1.2

Patch Changes

  • 0c9bc47: Fix issue with anonymous default exports
  • 26e97be: Fix ssr for tanstack router

1.1.1

Patch Changes

  • efd762e: Bump tanstack server functions plugin This fixes export const in top-level "use server" files. The bundler warning for top-level "use server" is still there, but still code-removal works.

1.1.0

Minor Changes

  • 4ec5d9b: - Added "OPTIONS" to the HTTP_METHODS array in packages/start/config/fs-router.js. I made this change so developers can handle preflight OPTIONS requests when using SolidStart as a public facing REST API. Existing users will not have to change their code. This change only adds an additional feature.
  • b434665: Vite 6 support
  • 600c115: move the RequestEventLocals definition into the App namespace for easier end user retyping

Patch Changes

  • 00c6d33: update vinxi to 0.5.3

  • df32b0d: Await internal sendWebResponse calls for middlewares that return responses.

  • cda037b: Return 404 when server-function is not found

  • a97093f: Move getServerFunctionMeta from @solidjs/start/server to @solidjs/start to fix circular import issues.

    The old export at @solidjs/start/server still exists, but is deprecated and will be removed in a future release.

  • 5a166a4: Adopt tanstack server functions plugin

1.0.11

Patch Changes

  • 8e0c56c: forward set cookies through single-flight
  • 9536d74: update vite-plugin-solid of start

... (truncated)

Commits

Updates solid-js from 1.9.3 to 1.9.5

Commits

Updates vinxi from 0.5.1 to 0.5.3

Release notes

Sourced from vinxi's releases.

vinxi@0.5.3

Patch Changes

  • 09cd59b1: enable vite mode flag via cli
  • 696defe4: Fix a regression that caused css imported with sideeffects such as ?url, to be rendered during ssr (in dev).
  • fd93107b: fix: use CLI-given config file

vinxi@0.5.2

Patch Changes

  • b85ab82c: Update unstorage
Changelog

Sourced from vinxi's changelog.

0.5.3

Patch Changes

  • 09cd59b1: enable vite mode flag via cli
  • 696defe4: Fix a regression that caused css imported with sideeffects such as ?url, to be rendered during ssr (in dev).
  • fd93107b: fix: use CLI-given config file

0.5.2

Patch Changes

  • b85ab82c: Update unstorage
Commits
  • 5d36b3a RELEASING: Releasing 28 package(s)
  • c2b9f3d Merge pull request #439 from carvajalconsultants/main
  • dbb7601 Merge branch 'main' into main
  • f26182a Merge pull request #446 from IainMcHugh/enable-vite-mode-flag
  • 696defe fix: exclude css with sideeffects from ssr during dev
  • b3591c8 RELEASING: Releasing 28 package(s)
  • f2c749d Merge pull request #437 from birkskyum/update-unstorage
  • b6d9643 fix: delete url parameter for ssrLoadModule calls in findStylesInModuleGraph
  • 7c65771 fix: use CLI-given config file
  • 2fe3158 jsdoc format mode is optional
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 4 updates in the /solid-start directory: [@solidjs/router](https://github.com/solidjs/solid-router), [@solidjs/start](https://github.com/solidjs/solid-start/tree/HEAD/packages/start), [solid-js](https://github.com/solidjs/solid) and [vinxi](https://github.com/nksaraf/vinxi/tree/HEAD/packages/vinxi).


Updates `@solidjs/router` from 0.15.1 to 0.15.3
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `@solidjs/start` from 1.0.10 to 1.1.3
- [Release notes](https://github.com/solidjs/solid-start/releases)
- [Changelog](https://github.com/solidjs/solid-start/blob/main/packages/start/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-start/commits/@solidjs/start@1.1.3/packages/start)

Updates `solid-js` from 1.9.3 to 1.9.5
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.9.3...v1.9.5)

Updates `vinxi` from 0.5.1 to 0.5.3
- [Release notes](https://github.com/nksaraf/vinxi/releases)
- [Changelog](https://github.com/nksaraf/vinxi/blob/main/packages/vinxi/CHANGELOG.md)
- [Commits](https://github.com/nksaraf/vinxi/commits/vinxi@0.5.3/packages/vinxi)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@solidjs/start"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: vinxi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2025
Copy link

codesandbox bot commented Mar 4, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants