Skip to content

Commit

Permalink
update nvm to 20. update grunt-contrib-connect to 5 (#956)
Browse files Browse the repository at this point in the history
* update nvm to 20. update grunt-contrib-connect to 5

* fixy? add 20 and 22

* same deal with prettify

* no more node 14
  • Loading branch information
newhouse authored Jul 12, 2024
1 parent bbc5396 commit 653b549
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 168 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
include:
- node-version: 14
npm-version: 7
node-version: [16, 18, 20, 22]
# Not needed anymore/right now:
# include:
# - node-version: 14
# npm-version: 7
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.0.0
- BREAKING CHANGE: Drops support for Node 14
- Adds support for Node 20 and Node 22
- Dependency updates (mainly a CVE fix)

### 2.3.1
- Dependency updates

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectaql",
"version": "2.3.1",
"version": "3.0.0",
"description": "A powerful library for autogenerating static GraphQL API documentation",
"author": "Anvil Foundry Inc. <[email protected]>",
"homepage": "https://github.com/anvilco/spectaql",
Expand Down Expand Up @@ -98,7 +98,7 @@
"grunt": "~1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-connect": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.0.1",
Expand Down
3 changes: 3 additions & 0 deletions vendor-src/grunt-compile-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"handlebars": "^4.7.7",
"json5": "^2.2.0",
"lodash": "^4.17.21"
},
"resolutions": {
"grunt-contrib-jshint/jshint/cli/glob": "^7.2.3"
}
}
3 changes: 3 additions & 0 deletions vendor-src/grunt-prettify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
"grunt": "~1.5.3",
"js-beautify": "~1.14.7",
"lodash": "^4.17.21"
},
"resolutions": {
"grunt-contrib-jshint/jshint/cli/glob": "^7.2.3"
}
}
Loading

0 comments on commit 653b549

Please sign in to comment.