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

Upgrade node to v16 #137

Merged
merged 2 commits into from
Jun 24, 2022
Merged

Upgrade node to v16 #137

merged 2 commits into from
Jun 24, 2022

Conversation

nicomiicro
Copy link
Contributor

@nicomiicro nicomiicro commented Jun 24, 2022

Description

PR Checklist

  • The relevant Github Project (and/or label) has been assigned (applies only when there is one)
  • Preview deployment is not broken. Please visit the Cloudflare pages preview URL

Post Review Checklist

  • If your PR changes are significant please share the preview deployment URL with the product team in Slack's #product-swim for some manual testing before merging.

Is there a ticket for this change? If yes, please paste the notion link below

Notion link: https://www.notion.so/exsphere/Monthly-dependencies-upgrade-f92aeba4676b4fa9b1a2bb359240a746

@nicomiicro nicomiicro added the dependencies Pull requests that update a dependency file label Jun 24, 2022
@nicomiicro nicomiicro self-assigned this Jun 24, 2022
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1dcb2b4
Status: ✅  Deploy successful!
Preview URL: https://4577afb1.swim-ui.pages.dev
Branch Preview URL: https://upgrade-dependencies.swim-ui.pages.dev

View logs

@github-actions
Copy link

✨ Deployment complete! Take a peek over at https://aeca52af.ui-storybook.pages.dev

@nicomiicro nicomiicro changed the title Upgrade dependencies Upgrade node to v16 Jun 24, 2022
@nicomiicro nicomiicro marked this pull request as ready for review June 24, 2022 09:53
Copy link
Contributor

@cyphertrace cyphertrace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -0,0 +1,9 @@
/* eslint-disable */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file be in .gitignore ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope it seems this is the way yarn plugins work, you install it and it's part of your source in a way, see https://github.com/swim-io/swim/blob/master/.gitignore#L6-L13

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, I had the same on my PR, just saw that :D

@nicomiicro nicomiicro merged commit dd526e4 into master Jun 24, 2022
@nicomiicro nicomiicro deleted the upgrade-dependencies branch June 24, 2022 12:21
@@ -9,9 +11,9 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Noting this here from the README:

With Yarn 1 one can set engines.node field in the project's package.json to communicate the required Node version, but this feature is yarnpkg/berry#1177. Hopefully one day this will be implemented in Yarn core making the plugin obsolete.

@@ -60,7 +60,7 @@
"immer": "^9.0.14",
"moment": "^2.29.1",
"moralis": "^1.3.5",
"node-sass": "^4.12.0",
"node-sass": "^6",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants