image-display-control-web-component
image-display-control-web-component copied to clipboard
chore: bump the all-deps group across 1 directory with 3 updates
Bumps the all-deps group with 3 updates in the /image-display-control directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and rollup.
Updates @typescript-eslint/eslint-plugin from 8.29.1 to 8.31.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
- typescript-eslint: address bugs in
config()around global ignores (#11065)- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.30.0
see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
❤️ Thank You
- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
🩹 Fixes
- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
2cc7656chore(release): publish 8.31.080bd7a5feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...1a3ab0dchore(eslint-plugin): migrate to vitest (#10579)9531492chore(release): publish 8.30.1152def7fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)b3688bechore(release): publish 8.30.03ccd79cfeat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...128d95bfix(eslint-plugin): [promise-function-async] use a different error message fo...69e2f6cfeat: support stringly-typed extends (#10973)- See full diff in compare view
Updates @typescript-eslint/parser from 8.29.1 to 8.31.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
- typescript-eslint: address bugs in
config()around global ignores (#11065)- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.30.0
see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.31.0 (2025-04-21)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
2cc7656chore(release): publish 8.31.09531492chore(release): publish 8.30.1b3688bechore(release): publish 8.30.0f1ceadechore: remove unused downlevel-dts (#11034)6e03f7cchore: corrected vitest.config.base compiler inclusion (#11067)c438c50chore(parser): migrate fromjesttovitest(#10775)- See full diff in compare view
Updates rollup from 4.40.0 to 4.40.1
Release notes
Sourced from rollup's releases.
v4.40.1
4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi)- #5931: chore: add new
./package.jsonentry (@JounQin,@lukastaegert)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi)- #5931: chore: add new
./package.jsonentry (@JounQin,@lukastaegert)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Commits
1e6c40f4.40.103f34b0fix: generate the separate chunk for the entry module with explicated chunk f...a74916bAvoid chunks TLA dynamic import circular when TLA dynamic import used in non-...99d4beechore: add new./package.jsonentry (#5931)8e0d034fix(assetFileNames): reduce max hash size to 21 (#5921)7fc5036fix(deps): lock file maintenance minor/patch updates (#5936)ec5e45afix(deps): update rust crate swc_compiler_base to v18 (#5926)f53d9defix(deps): lock file maintenance minor/patch updates (#5928)6a924c0fix(deps): lock file maintenance minor/patch updates (#5927)- See full diff 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions