Skip to content

Commit

Permalink
[Dependencies]: Bump the dependencies-dev group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies-dev group with 4 updates: [eslint](https://github.com/eslint/eslint), [globals](https://github.com/sindresorhus/globals), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint` from 9.1.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.1.0...v9.1.1)

Updates `globals` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.0.0...v15.1.0)

Updates `rollup` from 4.16.1 to 4.17.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.16.1...v4.17.0)

Updates `typescript-eslint` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and elchininet committed Apr 28, 2024
1 parent 9aa979b commit 665d3ac
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 148 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin-js": "^1.7.2",
"@types/node": "^20.12.7",
"eslint": "^9.1.0",
"globals": "^15.0.0",
"eslint": "^9.1.1",
"globals": "^15.1.0",
"husky": "^9.0.11",
"nyc": "^15.1.0",
"playwright-test-coverage": "^1.2.12",
"rollup": "^4.16.1",
"rollup": "^4.17.0",
"rollup-plugin-istanbul": "^5.0.0",
"rollup-plugin-ts": "^3.4.5",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0"
"typescript-eslint": "^7.7.1"
},
"dependencies": {
"home-assistant-query-selector": "^4.2.0"
Expand Down
Loading

0 comments on commit 665d3ac

Please sign in to comment.