Skip to content

Commit

Permalink
fix!: update linting related deps
Browse files Browse the repository at this point in the history
Updates all linting and release deps

BREAKING CHANGE: linting rules may have changed
  • Loading branch information
dependabot[bot] authored and achingbrain committed Jun 21, 2024
1 parent 88c2e60 commit ce225e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,36 +225,36 @@
"@electron/get": "^3.0.0",
"@polka/send-type": "^0.5.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@semantic-release/release-notes-generator": "^14.0.0",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-string": "^1.4.2",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"buffer": "^6.0.3",
"bytes": "^3.1.0",
"c8": "^9.0.0",
"c8": "^10.1.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bites": "^0.1.2",
"chai-parentheses": "^0.0.2",
"chai-string": "^1.5.0",
"chai-subset": "^1.6.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cors": "^2.8.5",
"depcheck": "^1.4.3",
"diff": "^5.1.0",
"electron-mocha-main": "^11.0.3",
"env-paths": "^3.0.0",
"esbuild": "^0.21.1",
"eslint": "^8.31.0",
"eslint-config-ipfs": "^6.0.0",
"eslint-config-ipfs": "^7.0.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsdoc": "^48.0.2",
Expand Down Expand Up @@ -284,8 +284,8 @@
"micromark-extension-gfm-table": "^2.0.0",
"micromark-extension-gfm-task-list-item": "^2.0.1",
"mocha": "^10.0.0",
"npm-package-json-lint": "^7.0.0",
"nyc": "^15.1.0",
"npm-package-json-lint": "^8.0.0",
"nyc": "^17.0.0",
"p-map": "^7.0.1",
"p-queue": "^8.0.1",
"p-retry": "^6.0.0",
Expand All @@ -298,7 +298,7 @@
"react-native-test-runner": "^5.0.0",
"read-pkg-up": "^11.0.0",
"rimraf": "^5.0.0",
"semantic-release": "^23.1.1",
"semantic-release": "^24.0.0",
"semantic-release-monorepo": "^8.0.2",
"semver": "^7.3.8",
"source-map-support": "^0.5.20",
Expand Down

0 comments on commit ce225e0

Please sign in to comment.