Skip to content

Commit

Permalink
chore(npm): update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Coroliov Oleg committed Oct 6, 2022
1 parent 841d8cd commit 055750d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 27 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0

Expand All @@ -24,14 +24,14 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Read node version from `.nvmrc` file
id: nvmrc
uses: browniebroke/read-nvmrc-action@v1

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ steps.nvmrc.outputs.node_version }}

Expand All @@ -49,14 +49,14 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Read node version from `.nvmrc` file
id: nvmrc
uses: browniebroke/read-nvmrc-action@v1

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ steps.nvmrc.outputs.node_version }}

Expand All @@ -72,14 +72,14 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -99,6 +99,6 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@master
if: startsWith(matrix.node-version, '16')
if: startsWith(matrix.node-version, '18')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Read node version from `.nvmrc` file
id: nvmrc
uses: browniebroke/read-nvmrc-action@v1

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ steps.nvmrc.outputs.node_version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
# Pulls all commits (needed for semantic release to correctly version)
# See https://github.com/semantic-release/semantic-release/issues/1526
Expand All @@ -27,7 +27,7 @@ jobs:
uses: browniebroke/read-nvmrc-action@v1

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ steps.nvmrc.outputs.node_version }}

Expand Down
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
save-exact=false
scripts-prepend-node-path=true
package-lock=false
omit=optional
audit=false
fund=false
update-notifier=false
strict-peer-deps=true
legacy-peer-deps=false
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mapquest"
],
"engines": {
"node": ">=10"
"node": ">=12"
},
"main": "src/index.ts",
"husky": {
Expand Down Expand Up @@ -102,46 +102,46 @@
"world-countries": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/travis-cli": "^16.0.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/travis-cli": "^17.1.2",
"@goparrot/eslint-config": "^1.0.3",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.3",
"@types/lodash.isempty": "^4.4.6",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"@types/node": "^18.8.2",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.6",
"@types/supertest": "^2.0.10",
"axios": "^0.24.0",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.19.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"commitizen": "^4.2.3",
"conventional-github-releaser": "^3.1.5",
"dotenv": "^10.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"mocha": "^9.1.3",
"dotenv": "^16.0.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"reflect-metadata": ">=0.1.13",
"remark-cli": "^10.0.1",
"remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.1",
"remark-github": "^11.2.2",
"remark-lint-emphasis-marker": "^3.1.1",
"remark-lint-strong-marker": "^3.1.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sinon": "^12.0.1",
"sinon": "^14.0.1",
"source-map-support": "^0.5.21",
"standard-version": "^9.3.2",
"supertest": "^6.1.3",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.5.4"
}
}

0 comments on commit 055750d

Please sign in to comment.