Skip to content

Commit 221ac40

Browse files
Bump the typescript group across 1 directory with 4 updates
Bumps the typescript group with 4 updates in the /airflow-core/src/airflow/ui directory: [@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), [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.60.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/v8.60.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.59.2 to 8.60.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/v8.60.0/packages/parser) Updates `@typescript-eslint/utils` from 8.59.2 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/utils) Updates `typescript-eslint` from 8.59.2 to 8.60.0 - [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/v8.60.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: "@typescript-eslint/parser" dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: "@typescript-eslint/utils" dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b66bf51 commit 221ac40

2 files changed

Lines changed: 142 additions & 110 deletions

File tree

airflow-core/src/airflow/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"@types/react": "^19.2.14",
8787
"@types/react-dom": "^19.2.3",
8888
"@types/react-syntax-highlighter": "^15.5.13",
89-
"@typescript-eslint/eslint-plugin": "^8.59.2",
90-
"@typescript-eslint/parser": "^8.59.2",
91-
"@typescript-eslint/utils": "^8.59.2",
89+
"@typescript-eslint/eslint-plugin": "^8.60.0",
90+
"@typescript-eslint/parser": "^8.60.0",
91+
"@typescript-eslint/utils": "^8.60.0",
9292
"@vitejs/plugin-react": "^6.0.1",
9393
"@vitejs/plugin-react-swc": "^4.2.3",
9494
"@vitest/coverage-v8": "^4.1.4",
@@ -112,7 +112,7 @@
112112
"prettier": "^3.8.1",
113113
"ts-morph": "^27.0.2",
114114
"typescript": "^6.0.3",
115-
"typescript-eslint": "^8.59.2",
115+
"typescript-eslint": "^8.60.0",
116116
"vite": "^8.0.8",
117117
"vite-plugin-css-injected-by-js": "^3.5.2",
118118
"vitest": "^4.1.4",

0 commit comments

Comments
 (0)