Skip to content

Commit

Permalink
fix: updated core dep of @semrel-extra/topo, execa, semver and dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 14, 2024
1 parent e5ff2e6 commit 0e8b914
Show file tree
Hide file tree
Showing 6 changed files with 3,117 additions and 1,320 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ coverage
__fixtures__

.github/ISSUE_TEMPLATE

taze.config.js
4 changes: 1 addition & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"extends": [
"github>anolilab/renovate-config"
]
extends: ["github>anolilab/renovate-config"],
}
80 changes: 41 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,76 +44,88 @@
"test:bench": "vitest bench",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"update:deps": "taze",
"validate:package": "pnpx publint"
},
"dependencies": {
"@semrel-extra/topo": "^1.14.0",
"@semrel-extra/topo": "^1.14.1",
"blork": "^9.3.0",
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"execa": "^8.0.1",
"execa": "^9.1.0",
"git-log-parser": "^1.2.0",
"lodash-es": "^4.17.21",
"resolve-from": "^5.0.0",
"semver": "^7.5.4",
"semver": "^7.6.2",
"signale": "^1.4.0",
"stream-buffers": "^3.0.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@anolilab/commitlint-config": "^5.0.2",
"@anolilab/eslint-config": "^15.0.2",
"@anolilab/lint-staged-config": "^2.1.6",
"@anolilab/prettier-config": "^5.0.13",
"@anolilab/textlint-config": "^8.0.15",
"@babel/core": "^7.23.5",
"@anolilab/commitlint-config": "^5.0.3",
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/lint-staged-config": "^2.1.7",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/textlint-config": "^8.0.16",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.4",
"@semantic-release/npm": "^11.0.1",
"@vitest/coverage-v8": "^0.34.6",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.1",
"@vitest/coverage-v8": "^1.6.0",
"commitizen": "^4.3.0",
"commitlint": "^18.4.3",
"commitlint": "^19.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.55.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest-globals": "^1.4.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"file-url": "^4.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"secretlint": "8.0.0",
"semantic-release": "^22.0.8",
"sort-package-json": "^2.6.0",
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0",
"taze": "^0.13.8",
"tempy": "^3.1.0",
"textlint": "^13.4.1",
"vitest": "^0.34.6"
"textlint": "^14.0.4",
"vitest": "^1.6.0"
},
"peerDependencies": {
"semantic-release": "^20.0 || ^21.0 || >=22.0.3"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@9.1.1",
"engines": {
"node": ">=18 || >=20.6.1"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"pnpm": {
"overrides": {
"chai": ">=5.1.1",
"chrono-node@<2.2.4": ">=2.7.5",
"get-func-name@<2.0.1": ">=3.0.0",
"got@<11.8.5": ">=14.2.1",
"postcss@<8.4.31": ">=8.4.38",
"trim@<0.0.3": ">=1.0.1"
}
},
"anolilab": {
"eslint-config": {
"plugin": {},
Expand All @@ -127,15 +139,5 @@
"verify-node-version.cjs"
]
}
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"trim@<0.0.3": ">=0.0.3",
"chrono-node@<2.2.4": ">=2.2.4",
"get-func-name@<2.0.1": ">=3.0.0",
"chai": ">=4.3.10",
"postcss@<8.4.31": ">=8.4.31"
}
}
}
Loading

0 comments on commit 0e8b914

Please sign in to comment.