Skip to content

Commit

Permalink
Upgrade dependencies (#999)
Browse files Browse the repository at this point in the history
* Chore: upgrade yarn@4.2.2

* Chore upgrade lerna/changesets

Closes #994
Closes #998

* chore(deps): bump ejs from 3.1.9 to 3.1.10

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore: run tests with node@22

* Chore: upgrade workflows to use node@20

* Chore: upgrade debug

* Chore: changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
steveukx and dependabot[bot] authored Jun 9, 2024
1 parent f5196e9 commit 4aceb15
Show file tree
Hide file tree
Showing 9 changed files with 481 additions and 441 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-points-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'simple-git': patch
---

Upgrade dependencies and build tools
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- run: yarn install --immutable
- run: yarn build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 21]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: node --version
- run: git --version
- run: yarn install --immutable
- run: yarn build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- run: yarn install --immutable
- run: yarn prettier --check .
593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"lerna": "^8.1.2",
"@changesets/cli": "^2.27.5",
"lerna": "8.1.3",
"prettier": "^3.2.5"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
4 changes: 2 additions & 2 deletions simple-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.4"
"debug": "^4.3.5"
},
"devDependencies": {
"@kwsites/promise-result": "^1.1.0",
"@simple-git/babel-config": "^1.0.0",
"@types/debug": "^4.1.5",
"@types/debug": "^4.1.12",
"@types/jest": "^29.2.2",
"@types/node": "^16",
"esbuild": "^0.14.10",
Expand Down
Loading

0 comments on commit 4aceb15

Please sign in to comment.