Skip to content

Commit

Permalink
fix(deps): update npm dependencies (#297)
Browse files Browse the repository at this point in the history
* fix(deps): update npm dependencies

* add changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takashi Sato <takashi@tks.st>
  • Loading branch information
renovate[bot] and tksst authored Mar 13, 2024
1 parent 59a820e commit 684c023
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 62 deletions.
10 changes: 10 additions & 0 deletions .changeset/update-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@tksst/eslint-config": minor
---

update dependencies:

- update @eslint/js@8.57.0 from 8.56.0
- update [@typescript-eslint/eslint-plugin@7.2.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.2.0) from 7.0.2
- update [@typescript-eslint/parser@7.2.0](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.2.0) from 7.0.2 (version bump only)
- update [eslint-plugin-regexp@2.3.0](https://github.com/ota-meshi/eslint-plugin-regexp/releases/tag/v2.3.0) from 2.2.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"test:unit": "run-s build _test_unit"
},
"dependencies": {
"@eslint/js": "8.56.0",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@eslint/js": "8.57.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-redos": "4.4.5",
"eslint-plugin-regexp": "2.2.0",
"eslint-plugin-regexp": "2.3.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-unicorn": "51.0.1",
"globals": "14.0.0"
Expand Down
121 changes: 63 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 684c023

Please sign in to comment.