Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v39.3.13
Choose a base ref
...
head repository: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v39.3.14
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 19, 2022

  1. chore: add node 19 to engines

    RodEsp authored and brettz9 committed Oct 19, 2022

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    c3a3fac View commit details
  2. chore: test against node 19

    RodEsp authored and brettz9 committed Oct 19, 2022

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    fb7ef12 View commit details
  3. fix: update jsdoccomment

    brettz9 committed Oct 19, 2022
    Copy the full SHA
    5ccb32d View commit details
  4. chore(CI): drop Node 17

    brettz9 committed Oct 19, 2022
    Copy the full SHA
    e1c6884 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .travis.yml
  2. +2 −2 package.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ language: node_js
node_js:
- "14.17.0"
- "16"
- "17"
- "18"
- "19"
install:
- npm install --legacy-peer-deps
before_script: >
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"url": "http://gajus.com"
},
"dependencies": {
"@es-joy/jsdoccomment": "~0.32.0",
"@es-joy/jsdoccomment": "~0.33.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
@@ -48,7 +48,7 @@
"typescript": "^4.8.4"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18"
"node": "^14 || ^16 || ^17 || ^18 || ^19"
},
"keywords": [
"eslint",