Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.0` | `7.3.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.0` | `7.3.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.14.54` | `0.20.2` |
| [karma-esbuild](https://github.com/marvinhagemeister/karma-esbuild) | `2.2.5` | `2.3.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` |


Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.3.0
- [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.3.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.0 to 7.3.0
- [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.3.0/packages/parser)

Updates `esbuild` from 0.14.54 to 0.20.2
- [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.2)

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)

Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: typescript
  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 18, 2024
1 parent e9edd04 commit a164726
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 263 deletions.
10 changes: 5 additions & 5 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.3.0",
"@typescript-eslint/parser": "7.3.0",
"chai": "4.3.10",
"copy": "0.3.2",
"esbuild": "0.14.54",
"esbuild": "0.20.2",
"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 All @@ -75,7 +75,7 @@
"pinst": "3.0.0",
"rimraf": "5.0.5",
"tslib": "2.6.2",
"typescript": "5.3.3",
"typescript": "5.4.2",
"yargs": "17.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a164726

Please sign in to comment.