Skip to content

Dependencies: Upgrade to node18 in a backwards compatible way#24426

Merged
ndelangen merged 3 commits into
valentin/update-to-node-18from
norbert/node18
Oct 10, 2023
Merged

Dependencies: Upgrade to node18 in a backwards compatible way#24426
ndelangen merged 3 commits into
valentin/update-to-node-18from
norbert/node18

Conversation

@ndelangen
Copy link
Copy Markdown
Member

What I did

I upgraded the node version to version 18

This should unlock us from updating to vite 5
As well as to angular 17

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

  • we should do a manual test with a unlinked project using node 16, and a unlinked sandbox with node 18

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

🦋 Canary release

This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the @storybookjs/core team here.

core team members can create a canary release here or locally with gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>

@ndelangen ndelangen self-assigned this Oct 10, 2023
@ndelangen ndelangen added dependencies ci:daily Run the CI jobs that normally run in the daily job. labels Oct 10, 2023
@ndelangen ndelangen changed the base branch from next to valentin/update-to-node-18 October 10, 2023 13:14
Comment thread .github/workflows/generate-sandboxes-main.yml Outdated
@valentinpalkovic valentinpalkovic force-pushed the valentin/update-to-node-18 branch from 13c745e to 483eb52 Compare October 10, 2023 13:18
@ndelangen ndelangen changed the title upgrade to node18 in a backwards compatible way Dependencies: Upgrade to node18 in a backwards compatible way Oct 10, 2023
@ndelangen ndelangen changed the base branch from valentin/update-to-node-18 to next October 10, 2023 13:25
Comment thread .github/workflows/generate-sandboxes-main.yml Outdated
Comment thread .github/workflows/generate-sandboxes-next.yml Outdated
# Conflicts:
#	code/addons/interactions/package.json
#	code/builders/builder-vite/package.json
#	code/builders/builder-webpack5/package.json
#	code/frameworks/angular/package.json
#	code/frameworks/html-vite/package.json
#	code/frameworks/html-webpack5/package.json
#	code/frameworks/nextjs/package.json
#	code/frameworks/preact-vite/package.json
#	code/frameworks/preact-webpack5/package.json
#	code/frameworks/react-vite/package.json
#	code/frameworks/react-webpack5/package.json
#	code/frameworks/server-webpack5/package.json
#	code/frameworks/svelte-vite/package.json
#	code/frameworks/sveltekit/package.json
#	code/frameworks/vue-webpack5/package.json
#	code/frameworks/vue3-vite/package.json
#	code/frameworks/vue3-webpack5/package.json
#	code/frameworks/web-components-vite/package.json
#	code/frameworks/web-components-webpack5/package.json
#	code/lib/core-common/package.json
#	code/lib/core-server/package.json
#	code/lib/core-webpack/package.json
#	code/lib/theming/package.json
#	code/lib/types/package.json
#	code/package.json
#	code/presets/create-react-app/package.json
#	code/presets/html-webpack/package.json
#	code/presets/preact-webpack/package.json
#	code/presets/react-webpack/package.json
#	code/presets/server-webpack/package.json
#	code/presets/vue-webpack/package.json
#	code/presets/vue3-webpack/package.json
#	code/presets/web-components-webpack/package.json
#	code/renderers/react/package.json
#	code/renderers/web-components/package.json
#	code/yarn.lock
#	scripts/package.json
#	scripts/yarn.lock
@ndelangen ndelangen changed the base branch from next to valentin/update-to-node-18 October 10, 2023 14:19
@ndelangen ndelangen merged commit f67071f into valentin/update-to-node-18 Oct 10, 2023
@ndelangen ndelangen deleted the norbert/node18 branch October 10, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants