Skip to content

build: bump the all group across 1 directory with 4 updates - #779

Open
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/src/Resources/app/administration/all-22baf160e3
Open

build: bump the all group across 1 directory with 4 updates#779
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/src/Resources/app/administration/all-22baf160e3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 4 updates in the /src/Resources/app/administration directory: @shopware-ag/meteor-admin-sdk, eslint-plugin-jest, globals and typescript-eslint.

Updates @shopware-ag/meteor-admin-sdk from 6.9.1 to 6.12.0

Release notes

Sourced from @​shopware-ag/meteor-admin-sdk's releases.

@​shopware-ag/meteor-admin-sdk@​6.12.0

Minor Changes

  • #1306 579d59a Thanks @​arnoldstoba! - Inside app iframes the SDK now marks the document root with a data-embedded attribute and unsets the body background, so embedded apps no longer paint an opaque light background over dark Administration themes. Documents that already declare data-embedded keep their own value. The theme sync additionally mirrors the resolved theme onto the document root's color-scheme, which keeps embedded iframes transparent (a color-scheme mismatch makes the browser paint an opaque backdrop behind the iframe).

@​shopware-ag/meteor-admin-sdk@​6.11.0

Minor Changes

  • #1284 2875130 Thanks @​arnoldstoba! - Apps now follow the Administration color theme automatically: on startup the SDK mirrors the resolved theme onto the document root's data-theme attribute and keeps it in sync, so theme-aware styles (e.g. Meteor tokens) work without any app code changes. Apps that declare data-theme themselves are left untouched. For explicit control, the Context API exposes context.getTheme(), context.subscribeTheme(), and context.syncTheme().

@​shopware-ag/meteor-admin-sdk@​6.10.0

Minor Changes

  • #1270 0d8dde1 Thanks @​socrec! - Add an optional visible flag to ui.tabs().addTabItem() so an extension can register its tab hidden, and a new ui.tabs().setVisibility() method to show or hide it afterwards. When visible is omitted the tab is shown, so existing extensions are unaffected.
Commits

Updates eslint-plugin-jest from 29.15.5 to 29.16.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.16.0

29.16.0 (2026-07-24)

Features

  • valid-expect-with-promise: add checkThenables option for custom promises (#1996) (692c748)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.16.0 (2026-07-24)

Features

  • valid-expect-with-promise: add checkThenables option for custom promises (#1996) (692c748)
Commits
  • 98206fb chore(release): 29.16.0 [skip ci]
  • 692c748 feat(valid-expect-with-promise): add checkThenables option for custom promi...
  • 4d690c3 chore(deps): update yarn to v4.17.1 (#1990)
  • 224b92c chore(deps): update actions/setup-node action to v7 (#1993)
  • See full diff in compare view

Updates globals from 17.7.0 to 17.9.0

Release notes

Sourced from globals's releases.

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

Commits

Updates typescript-eslint from 8.65.0 to 8.66.0

Release notes

Sourced from typescript-eslint's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.66.0 (2026-08-03)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all group with 4 updates in the /src/Resources/app/administration directory: [@shopware-ag/meteor-admin-sdk](https://github.com/shopware/meteor), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [globals](https://github.com/sindresorhus/globals) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@shopware-ag/meteor-admin-sdk` from 6.9.1 to 6.12.0
- [Release notes](https://github.com/shopware/meteor/releases)
- [Commits](https://github.com/shopware/meteor/compare/@shopware-ag/meteor-admin-sdk@6.9.1...@shopware-ag/meteor-admin-sdk@6.12.0)

Updates `eslint-plugin-jest` from 29.15.5 to 29.16.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.15.5...v29.16.0)

Updates `globals` from 17.7.0 to 17.9.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.9.0)

Updates `typescript-eslint` from 8.65.0 to 8.66.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.66.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@shopware-ag/meteor-admin-sdk"
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: globals
  dependency-version: 17.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code run/acceptance Run the acceptance test suite. labels Aug 12, 2026
@dependabot
dependabot Bot had a problem deploying to acceptance-production August 12, 2026 13:53 Failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code run/acceptance Run the acceptance test suite.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant