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.1 #6

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

stefan-karger
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.1.

ℹ️ 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 10 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-08-08.
Release notes
Package name: solid-start
  • 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

@vercel
Copy link

vercel bot commented Aug 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
social-crm ❌ Failed (Inspect) Aug 30, 2023 2:03am

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