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: lint-staged/lint-staged
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.5.0
Choose a base ref
...
head repository: lint-staged/lint-staged
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.5.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 31, 2020

  1. fix: update dependencies (#921)

    * fix(deps): update dependencies
    
    * ci: add Node.js v15 to test matrix
    
    * ci: node.js v15 is not available in Appveyor
    iiroj authored Oct 31, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7933b08 View commit details
Showing with 912 additions and 833 deletions.
  1. +2 −1 .github/workflows/main.yml
  2. +14 −14 package.json
  3. +896 −818 yarn.lock
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -20,11 +20,12 @@ jobs:
test:
strategy:
matrix:
# Test with Node.js v10 (LTS), v12 (LTS), and v14 (latest)
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest)
node:
- 10
- 12
- 14
- 15
# Test with Ubuntu and macOS
os:
- ubuntu-latest
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,13 +34,13 @@
"dependencies": {
"chalk": "^4.1.0",
"cli-truncate": "^2.1.0",
"commander": "^6.0.0",
"commander": "^6.2.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.1.1",
"debug": "^4.2.0",
"dedent": "^0.7.0",
"enquirer": "^2.3.6",
"execa": "^4.0.3",
"listr2": "^2.6.0",
"execa": "^4.1.0",
"listr2": "^3.2.2",
"log-symbols": "^4.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
@@ -49,22 +49,22 @@
"stringify-object": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "10.1.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.6.1",
"consolemock": "^1.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"jest": "^26.4.2",
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest-snapshot-serializer-ansi": "^1.0.0",
"prettier": "^2.1.0"
"prettier": "^2.1.2"
},
"config": {
"commitizen": {
1,714 changes: 896 additions & 818 deletions yarn.lock

Large diffs are not rendered by default.