Skip to content

Commit

Permalink
perf(deps): upgrade rushjs and pnpm cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 7, 2024
1 parent 9a63b84 commit b72b105
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ indent_size = unset

[*.md]
max_line_length = unset
indent_size = 4
indent_style = space
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ shrinkwrap.json
dist
lib

# Prettier reformats code blocks inside Markdown, which affects rendered output
*.md

# Prettier reformats comments in json file which is not desired
tsconfig.json
tsconfig.*.json
Expand Down
4 changes: 3 additions & 1 deletion kc.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
]
},
"settings": {
"eslint.packageManager": "pnpm",
"files.associations": {
"*.json": "jsonc"
},
"npm.packageManager": "pnpm"
}
}
6 changes: 3 additions & 3 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* The latest version can found here: https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md
*/
"rushVersion": "5.129.5",
"rushVersion": "5.133.4",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
Expand All @@ -29,7 +29,7 @@
*
* The latest version can found here: https://github.com/pnpm/pnpm/releases
*/
"pnpmVersion": "9.4.0",
"pnpmVersion": "9.9.0",
/**
* Older releases of the Node.js engine may be missing features required by your system.
* Other releases may have bugs. In particular, the "latest" version will not be a
Expand All @@ -41,7 +41,7 @@
* LTS schedule: https://github.com/nodejs/release#release-schedule
* LTS versions: https://nodejs.org/en/blog/release
*/
"nodeSupportedVersionRange": ">=18.12.0 <19.0.0 || >=20.9.0 <21.0.0",
"nodeSupportedVersionRange": ">=18.12.0 <19.0.0 || >=20.9.0 <21.0.0 || >=20.0.0",
/**
* If the version check above fails, Rush will display a message showing the current
* node version and the supported version range. You can use this setting to provide
Expand Down

0 comments on commit b72b105

Please sign in to comment.