Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.23.0
->1.24.0
1.23.0
->1.24.0
1.23.0
->1.24.0
1.23.0
->1.24.0
1.23.0
->1.24.0
v4.0.0
->v4.0.1
Release Notes
swissquote/crafty (@swissquote/crafty)
v1.24.0
Compare Source
Highlights
Drop Node 16 support
In alignment with Node.js release schedule, Crafty stops supporting Node 16, but supports version 18 and 20
Improve IDE Mode
When running
crafty ide
a few files are created inside your repository so that your IDE knows you're using eslint/prettier/jest.We got some feedback that this feature is confusing because every user needs to run it on their own machine.
Starting with this version,
stylelint.config.mjs
,prettier.config.mjs
, andjest.config.mjs
are created in a commit-friendly way, it will no longer contain the content of the configuration but will allow to commit and get a pleasant out-of-the-box experience for newcomersUpdate supported browsers list
As is the case every year, we update the list of supported browsers. The
browserslist
query is now the following:Update to TypeScript 5.3
As it is usual, TypeScript brings a lot of updates in this new version.
What's Changed
Full Changelog: swissquote/crafty@v1.23.0...v1.24.0
actions/setup-node (actions/setup-node)
v4.0.1
Compare Source
What's Changed
package.json
tonode-version-file
list of examples. by @TWiStErRob in https://github.com/actions/setup-node/pull/879New Contributors
Full Changelog: actions/setup-node@v4...v4.0.1
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.