bullet-train-co / bullet_train

The Open Source Ruby on Rails SaaS Template
MIT License
1.67k stars 267 forks source link

[js] Update Node.js 20.18.0 → 22.11.0 #1734

Closed depfu[bot] closed 3 days ago

depfu[bot] commented 3 weeks ago

To take advantage of the new Node version you may need to do the following:

First install Node 22.11.0 (via whatever method you use (asdf is a good choice if you're looking for recommendations)) and ensure that you're seeing the correct version:

$ node --version
v22.11.0

Then install yarn globally and enable corepack so that you're on yarn version 4.2.2:

$ npm install -g yarn
$ corepack enable

Then make sure you're seeing the correct version:

$ yarn --version
4.2.2

Finally, you can install all of the JS dependencies:

$ yarn

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

Release Notes

22.11.0

More info than we can show here. View the full release notes

22.10.0

More info than we can show here. View the full release notes

22.9.0

More info than we can show here. View the full release notes

22.8.0

More info than we can show here. View the full release notes

22.7.0

More info than we can show here. View the full release notes

22.6.0

More info than we can show here. View the full release notes

22.5.0

More info than we can show here. View the full release notes

22.4.0

More info than we can show here. View the full release notes

22.3.0

More info than we can show here. View the full release notes

22.2.0

More info than we can show here. View the full release notes

22.1.0

More info than we can show here. View the full release notes

22.0.0

More info than we can show here. View the full release notes

21.0.0

More info than we can show here. View the full release notes

All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Pauses all engine updates and closes this PR
jagthedrummer commented 3 days ago

@depfu rebase