Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [esbuild](https://github.com/evanw/esbuild) and [karma-esbuild](https://github.com/marvinhagemeister/karma-esbuild).


Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)

Updates `esbuild` from 0.14.54 to 0.20.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md)
- [Commits](evanw/esbuild@v0.14.54...v0.20.1)

Updates `karma-esbuild` from 2.2.5 to 2.3.0
- [Release notes](https://github.com/marvinhagemeister/karma-esbuild/releases)
- [Commits](marvinhagemeister/karma-esbuild@v2.2.5...v2.3.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: karma-esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 28c2cec commit a229c21
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 253 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@types/chroma-js": "2.4.4",
"@types/mocha": "10.0.6",
"@types/resize-observer-browser": "0.1.11",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"chai": "4.3.10",
"copy": "0.3.2",
"esbuild": "0.14.54",
"esbuild": "0.20.1",
"esbuild-plugin-glslify": "1.0.1",
"eslint": "8.57.0",
"eslint-config-esnext": "4.1.0",
Expand All @@ -65,7 +65,7 @@
"karma": "6.4.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-esbuild": "2.2.5",
"karma-esbuild": "2.3.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"lit": "3.1.2",
Expand Down
Loading

0 comments on commit a229c21

Please sign in to comment.