Skip to content

Commit

Permalink
Update release-it to newer packages (#395)
Browse files Browse the repository at this point in the history
* Update release-it to newer packages

* Update github actions

* Bump some packages

* Try node 14

* Downgrade release-it

* Update package.json
  • Loading branch information
RobbieTheWagner committed Nov 7, 2023
1 parent 03e542a commit 6e9b4d1
Show file tree
Hide file tree
Showing 6 changed files with 2,254 additions and 1,360 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: yarn install --frozen-lockfile
- run: yarn lint:js
working-directory: packages/ember-cli-code-coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
registry-url: 'https://registry.npmjs.org'
- name: auto-dist-tag
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 14.20.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"execa": "^4.0.3",
"fixturify-project": "^4.0.2",
"jest": "^26.4.2",
"release-it": "^14.0.2",
"release-it-lerna-changelog": "^2.4.0",
"release-it-yarn-workspaces": "^1.5.0",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"release-it": "^15.11.0",
"rimraf": "^2.6.2"
},
"publishConfig": {
Expand All @@ -41,11 +41,7 @@
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
},
"release-it-yarn-workspaces": {
"@release-it-plugins/workspaces": {
"additionalManifests": {
"dependencyUpdates": [
"test-packages/*/package.json"
Expand All @@ -55,6 +51,10 @@
"workspaces": [
"packages/*"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
Expand All @@ -68,7 +68,7 @@
},
"version": "2.0.1",
"volta": {
"node": "14.20.0",
"yarn": "1.22.15"
"node": "14.21.3",
"yarn": "1.22.19"
}
}
14 changes: 6 additions & 8 deletions packages/ember-cli-code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-istanbul": "^6.1.1",
"body-parser": "^1.19.0",
"ember-cli-babel": "^7.26.6",
"express": "^4.17.3",
"fs-extra": "^9.0.0",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
"istanbul-lib-coverage": "^3.2.1",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.6",
"node-dir": "^0.1.17",
"walk-sync": "^2.1.0"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/test-setup": "^0.43.5",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.11.3",
Expand Down Expand Up @@ -85,8 +85,6 @@
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^1.6.0",
"release-it": "^13.6.0",
"release-it-lerna-changelog": "^2.3.0",
"sinon": "^4.2.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 6e9b4d1

Please sign in to comment.