Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5ec0cdb

Browse files
dependabot[bot]NatoBoram
andauthored
⬆️ Bump the minor-development group with 5 updates (#73)
* ⬆️ Bump the minor-development group with 5 updates Bumps the minor-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.32.0` | `9.34.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.1.0` | `24.3.0` | | [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.34.0` | | [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.8.0` | `7.9.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.42.0` | Updates `@eslint/js` from 9.32.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js) Updates `@types/node` from 24.1.0 to 24.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.32.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.32.0...v9.34.0) Updates `openapi-typescript` from 7.8.0 to 7.9.1 - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.9.1/packages/openapi-typescript) Updates `typescript-eslint` from 8.38.0 to 8.42.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.42.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: "@types/node" dependency-version: 24.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: eslint dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: openapi-typescript dependency-version: 7.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development - dependency-name: typescript-eslint dependency-version: 8.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-development ... Signed-off-by: dependabot[bot] <support@github.com> * 🏷️ import { defineConfig } from "eslint/config" --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Gendron <nato@coderabbit.ai>
1 parent d1224ef commit 5ec0cdb

File tree

2 files changed

+164
-163
lines changed

2 files changed

+164
-163
lines changed

‎eslint.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import eslint from "@eslint/js"
22
import prettier from "eslint-config-prettier"
3-
import globals from "globals"
3+
import {browser,node} from "globals"
44
import tseslint from "typescript-eslint"
5+
import { defineConfig } from "eslint/config"
56

6-
export default tseslint.config(
7+
export default defineConfig(
78
{
89
languageOptions: {
9-
globals: { ...globals.browser, ...globals.node },
10+
globals: { ...browser, ...node },
1011
parserOptions: { project: "./tsconfig.eslint.json" },
1112
},
1213
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /