Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nvm to 20. update grunt-contrib-connect to 5 #956

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading