Skip to content

Commit

Permalink
fix(deps): update dependency @rushstack/eslint-plugin to ^0.16.0
Browse files Browse the repository at this point in the history
##### [v0.16.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0160)

Wed, 14 Aug 2024 22:37:32 GMT

##### Minor changes

-   Add 4 new ESLint rules: "[@rushstack/no-backslash-imports](https://github.com/rushstack/no-backslash-imports)", used to prevent backslashes in import and require statements; "[@rushstack/no-external-local-imports](https://github.com/rushstack/no-external-local-imports)", used to prevent referencing external depedencies in import and require statements; "[@rushstack/no-transitive-dependency-imports](https://github.com/rushstack/no-transitive-dependency-imports)", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and "[@rushstack/normalized-imports](https://github.com/rushstack/normalized-imports)", used to ensure that the most direct path to a dependency is provided in import and require statements
##### [v0.15.2](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0152)

Sat, 27 Jul 2024 00:10:27 GMT

##### Patches

-   Include CHANGELOG.md in published releases again
##### [v0.15.1](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0151)

Sat, 17 Feb 2024 06:24:34 GMT

##### Patches

-   Fix broken link to API documentation
##### [v0.15.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0150)

Wed, 07 Feb 2024 01:11:18 GMT

##### Minor changes

-   Allow using `as const` in `typedef-var`
##### [v0.14.0](https://github.com/microsoft/rushstack/blob/HEAD/eslint/eslint-plugin/CHANGELOG.md#0140)

Tue, 16 Jan 2024 18:30:10 GMT

##### Minor changes

-   Add support for TypeScript 5.3 with [@typescript-eslint](https://github.com/typescript-eslint) 6.19.x
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent e66e8f2 commit a30e137
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@eslint/js": "^8.57.0",
"@next/eslint-plugin-next": "^14.1.4",
"@rushstack/eslint-config": "^3.4.1",
"@rushstack/eslint-plugin": "^0.13.1",
"@rushstack/eslint-plugin": "^0.16.0",
"@rushstack/eslint-plugin-packlets": "^0.8.1",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@types/eslint": "^8.44.7",
Expand Down
91 changes: 78 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a30e137

Please sign in to comment.