Bump @typescript-eslint/eslint-plugin from 8.5.0 to 8.11.0 in /src/vscode-bicep
Bumps @typescript-eslint/eslint-plugin from 8.5.0 to 8.11.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.11.0
8.11.0 (2024-10-21)
🚀 Features
- eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
- eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
🩹 Fixes
- eslint-plugin: [class-literal-property-style] don't report nodes with
overridekeyword (#10135)- rule-tester: allow custom filename outside directory (#10147)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Lotfi Meklati
@lotmek- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.10.0
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
🩹 Fixes
- typescript-eslint: propagate
namefield to extended configs inconfighelper (#10094)❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.9.0
8.9.0 (2024-10-14)
🚀 Features
- rule-tester: hooks for test cases (#10109)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.11.0 (2024-10-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)
- eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
🩹 Fixes
- eslint-plugin: [class-literal-property-style] don't report nodes with
overridekeyword (#10135)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.9.0 (2024-10-14)
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressionsis enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
... (truncated)
Commits
79c27a8chore(release): publish 8.11.0c8e7c27feat(eslint-plugin): [no-unnecessary-type-parameters] add suggestion fixer (#...9a182d0feat(eslint-plugin): [no-base-to-string] add support for catching toLocaleStr...8d35958chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)0cbd4cdfix(eslint-plugin): [class-literal-property-style] don't report nodes with `o...127066achore: coverage issues caused by usingexportassignments (#10151)7effdeachore(release): publish 8.10.0f9c49e3feat: support TypeScript 5.6 (#9972)d09d36ddocs: inject option descriptions into rule docs when possible (#9925)373c63achore(eslint-plugin): [no-unnecessary-condition] remove dead suggestion id (#...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Test this change out locally with the following install scripts (Action run 11581251682)
VSCode
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 11581251682 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 11581251682"
Azure CLI
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 11581251682 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 11581251682"
Dotnet Test Results
72 files - 36 72 suites - 36 29m 17s ⏱️ - 15m 21s 11 377 tests - 21 11 377 ✅ - 21 0 💤 ±0 0 ❌ ±0 26 485 runs - 13 226 26 485 ✅ - 13 226 0 💤 ±0 0 ❌ ±0
Results for commit 7e13ed92. ± Comparison against base commit 9f0de267.
:recycle: This comment has been updated with latest results.
Forcing rebuild
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Forcing rebuild
Forcing rebuild
@dependabot recreate
Forcing rebuild
Superseded by #15444.