Skip to content

Commit

Permalink
fix: update dependencies (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 19, 2024
1 parent d15c63a commit bf34ca5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "type": "feat", "section": "🌟 Features", "hidden": false },
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },
{ "type": "docs", "section": "📚 Documentation", "hidden": false },

{ "type": "chore", "section": "🧹 Chores", "hidden": false },
{ "type": "perf", "section": "🧹 Chores", "hidden": false },
{ "type": "refactor", "section": "🧹 Chores", "hidden": false },
Expand Down
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"17.11.1"}
{ ".": "17.11.1" }
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,41 @@
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"enhanced-resolve": "^5.17.0",
"eslint-plugin-es-x": "^7.5.0",
"get-tsconfig": "^4.7.0",
"globals": "^15.8.0",
"ignore": "^5.2.4",
"enhanced-resolve": "^5.17.1",
"eslint-plugin-es-x": "^7.8.0",
"get-tsconfig": "^4.8.1",
"globals": "^15.11.0",
"ignore": "^5.3.2",
"minimatch": "^9.0.5",
"semver": "^7.5.3"
"semver": "^7.6.3"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint": "^8.56.7",
"@types/estree": "^1.0.5",
"@types/node": "^20.14.9",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/typescript-estree": "^7.15.0",
"eslint": "^9.6.0",
"@eslint/js": "^9.13.0",
"@types/eslint": "^9.6.1",
"@types/estree": "^1.0.6",
"@types/node": "^20.16.12",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/typescript-estree": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-doc-generator": "^1.6.1",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-n": "file:.",
"fast-glob": "^3.2.12",
"husky": "^9.0.0",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
"mocha": "^10.6.0",
"npm-run-all2": "^6.2.2",
"nyc": "^17.0.0",
"fast-glob": "^3.3.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdownlint-cli": "^0.42.0",
"mocha": "^10.7.3",
"npm-run-all2": "^6.2.4",
"nyc": "^17.1.0",
"opener": "^1.5.2",
"prettier": "^3.3.2",
"punycode": "^2.3.0",
"release-it": "^17.4.1",
"rimraf": "^5.0.7",
"prettier": "^3.3.3",
"punycode": "^2.3.1",
"release-it": "^17.10.0",
"rimraf": "^5.0.10",
"ts-ignore-import": "^4.0.1",
"type-fest": "^4.21.0",
"typescript": "~5.4"

This comment has been minimized.

Copy link
@aladdin-add

aladdin-add Oct 21, 2024

it's intentionally used ~ in #317.

I will check if it's resolved in ts v5.6.

This comment has been minimized.

Copy link
@MichaelDeBoey

MichaelDeBoey Oct 21, 2024

Author Member

Doh! 😕

CI was green & @scagood accepted, so I figured it was OK to merge

I'll pay extra attention to TS in future version bumps 👍

This comment has been minimized.

Copy link
@scagood

scagood Oct 21, 2024

Ive got to admit, I completely forgot!

It was a great catch @aladdin-add

This comment has been minimized.

Copy link
@MichaelDeBoey

MichaelDeBoey Oct 21, 2024

Author Member

Don't worry, forgetting this can happen to everyone

Just glad that we now know this

"type-fest": "^4.26.1",
"typescript": "~5.6"
},
"scripts": {
"build": "node scripts/update",
Expand Down

0 comments on commit bf34ca5

Please sign in to comment.