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

[Snyk] Upgrade solid-start from 0.2.32 to 0.3.9 #56

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

Conversation

X-oss-byte
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade solid-start from 0.2.32 to 0.3.9.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 18 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-11-01.
Release notes
Package name: solid-start
  • 0.3.9 - 2023-11-01
  • 0.3.8 - 2023-10-23
  • 0.3.7 - 2023-10-17
  • 0.3.6 - 2023-09-21
  • 0.3.5 - 2023-08-29
  • 0.3.4 - 2023-08-23
  • 0.3.3 - 2023-08-14
  • 0.3.2 - 2023-08-11
  • 0.3.1 - 2023-08-08

    This release has a ton of code changes that had been orphaned on an experimental branch. Mostly around Islands router. Biggest update for those is those feature options are under experimental option now, and Islands use use client. This may not be the final API but it allows us to take the next steps.

    // new config
    import solid from "solid-start/vite";
    import { defineConfig } from "vite";
    export default defineConfig({
      plugins: [
        solid({
          experimental: { islands: true, islandsRouter: true },
        })
      ]
    });

    We have updated Docs, and added Movies and Notes apps. These only really work under this Islands mode and will serve as a basis as we fill in the features as we work on the R&D that is being funding by the Chrome team.

    Now that codebase is completely merged, we can resume our rebase effort with all the code in place. So to be clear this release is still the same SolidStart and is not built on another system.

    We have also changed the base version of SolidStart to be Node 18. This simplifies the need for polyfills and 16 is end of life next month anyway.

  • 0.3.0 - 2023-08-08
  • 0.3.0-alpha.7 - 2023-06-02
  • 0.3.0-alpha.6 - 2023-05-27
  • 0.3.0-alpha.5 - 2023-05-17
  • 0.3.0-alpha.4 - 2023-05-04
  • 0.3.0-alpha.3 - 2023-04-20
  • 0.3.0-alpha.2 - 2023-04-19
  • 0.3.0-alpha.1 - 2023-04-18
  • 0.3.0-alpha.0 - 2023-04-18
  • 0.2.32 - 2023-08-10
from solid-start GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

stackblitz bot commented Nov 25, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Nov 25, 2023

⚠️ No Changeset found

Latest commit: e2304c2

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants