Skip to content

Bump the non-major group across 1 directory with 6 updates - #50

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-5da320fd0b
Open

Bump the non-major group across 1 directory with 6 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/non-major-5da320fd0b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-major group with 6 updates in the / directory:

Package From To
@ui5/cli 4.0.55 4.0.57
@ui5/linter 1.21.2 1.23.1
eslint 10.4.1 10.6.0
globals 17.6.0 17.7.0
typescript-eslint 8.60.1 8.62.0
ui5-tooling-transpile 3.11.2 3.11.3

Updates @ui5/cli from 4.0.55 to 4.0.57

Release notes

Sourced from @​ui5/cli's releases.

v4.0.57

All changes

v4.0.56...v4.0.57

v4.0.56

Dependency Updates

  • Bump @​ui5/project from 4.0.16 to 4.0.17 d13f92d
  • Bump @​ui5/builder from 4.1.6 to 4.2.0 b5220c4
    • Changes contained in @​ui5/builder@4.2.0:

      Bug Fixes

      • lbt/bundle/Resolver: Ensure deterministic ordering of raw modules 88953bc

      Dependency Updates

      Features

      • flexChangesBundler: Add annotation changes in the flexibility-bundle 880a091

All changes

v4.0.55...v4.0.56

Changelog

Sourced from @​ui5/cli's changelog.

[v4.0.57] - 2026-06-23

[v4.0.56] - 2026-06-15

Dependency Updates

Commits
  • e72abbb Release 4.0.57
  • 4392d68 In-range update of npm dependencies
  • c3125b2 In-range update of npm dependencies
  • b2b63c5 In-range update of npm dependencies
  • 7e7f4df In-range update of npm dependencies
  • 99451ae Release 4.0.56
  • d13f92d [DEPENDENCY] Bump @​ui5/project from 4.0.16 to 4.0.17
  • b5220c4 [DEPENDENCY] Bump @​ui5/builder from 4.1.6 to 4.2.0
  • b15b990 In-range update of npm dependencies
  • f344a92 [INTERNAL] Remove Azure related gitignore config
  • Additional commits viewable in compare view

Updates @ui5/linter from 1.21.2 to 1.23.1

Release notes

Sourced from @​ui5/linter's releases.

v1.23.1

1.23.1 (2026-06-23)

Dependencies

  • lockfile: In-range update of npm dependencies (1aec977)
  • lockfile: In-range update of npm dependencies (7f41dec)

v1.23.0

1.23.0 (2026-06-22)

Features

  • Detect usage of deprecated enum string values (abeffc4)

Bug Fixes

  • Ignore allowed globals even when prefixed with a globalThis (#1058) (c0a8858)

Dependencies

  • Bump fast-xml-parser from 5.9.1 to 5.9.3 (c609ae2)
  • Bump yargs from 17.7.2 to 17.7.3 (82a4cc0)
  • lockfile: In-range update of npm dependencies (ef83e59)
  • lockfile: In-range update of npm dependencies (625656e)

v1.22.0

1.22.0 (2026-06-10)

Features

Dependencies

  • lockfile: In-range update of npm dependencies (388d2de)
Changelog

Sourced from @​ui5/linter's changelog.

1.23.1 (2026-06-23)

Dependencies

  • lockfile: In-range update of npm dependencies (1aec977)
  • lockfile: In-range update of npm dependencies (7f41dec)

1.23.0 (2026-06-22)

Features

  • Detect usage of deprecated enum string values (abeffc4)

Bug Fixes

  • Ignore allowed globals even when prefixed with a globalThis (#1058) (c0a8858)

Dependencies

  • Bump fast-xml-parser from 5.9.1 to 5.9.3 (c609ae2)
  • Bump yargs from 17.7.2 to 17.7.3 (82a4cc0)
  • lockfile: In-range update of npm dependencies (ef83e59)
  • lockfile: In-range update of npm dependencies (625656e)

1.22.0 (2026-06-10)

Features

Dependencies

  • lockfile: In-range update of npm dependencies (388d2de)
Commits
  • 02bc782 release: v1.23.1
  • 1aec977 deps(lockfile): In-range update of npm dependencies
  • 7f41dec deps(lockfile): In-range update of npm dependencies
  • 3f2839d ci: Add commitlint updates to ignore list
  • 5b79cc3 release: v1.23.0
  • c0a8858 fix: Ignore allowed globals even when prefixed with a globalThis (#1058)
  • abeffc4 feat: Detect usage of deprecated enum string values
  • ef83e59 deps(lockfile): In-range update of npm dependencies
  • c609ae2 deps: Bump fast-xml-parser from 5.9.1 to 5.9.3
  • 82a4cc0 deps: Bump yargs from 17.7.2 to 17.7.3
  • Additional commits viewable in compare view

Updates eslint from 10.4.1 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates globals from 17.6.0 to 17.7.0

Release notes

Sourced from globals's releases.

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

Commits

Updates typescript-eslint from 8.60.1 to 8.62.0

Release notes

Sourced from typescript-eslint's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

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

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

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.

8.61.0 (2026-06-08)

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

Updates ui5-tooling-transpile from 3.11.2 to 3.11.3

Changelog

Sourced from ui5-tooling-transpile's changelog.

3.11.3

Patch Changes

  • #1382 ca396eb Thanks @​petermuessig! - fix(ui5-tooling-transpile): preserve export modifier on top-level declarations in generated .d.ts files

    When the task generates .d.ts files for a TypeScript library it wraps the original source in declare module "<fqn>" { ... } so the emitted type definition references the fully-qualified UI5 module name. TSC's d.ts emitter however strips the export modifier from declarations inside an ambient module body, turning previously-exported type / enum / interface / class / function / const / let / var / namespace declarations into module-private symbols that consumers can no longer import.

    The task now post-processes the emitted d.ts: it collects the names that were re-exported in the original source and re-prepends export to the matching top-level declarations inside the wrapped module body. Names that were never exported in the source remain module-private as before.

    Fixes #1380.

Commits
  • c06e296 chore(release): publish
  • ca396eb fix(ui5-tooling-transpile): preserve export modifier on top-level decls in d.ts
  • 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 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 non-major group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ui5/cli](https://github.com/SAP/ui5-cli) | `4.0.55` | `4.0.57` |
| [@ui5/linter](https://github.com/UI5/linter) | `1.21.2` | `1.23.1` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.62.0` |
| [ui5-tooling-transpile](https://github.com/ui5-community/ui5-ecosystem-showcase/tree/HEAD/packages/ui5-tooling-transpile) | `3.11.2` | `3.11.3` |



Updates `@ui5/cli` from 4.0.55 to 4.0.57
- [Release notes](https://github.com/SAP/ui5-cli/releases)
- [Changelog](https://github.com/SAP/ui5-cli/blob/v4/CHANGELOG.md)
- [Commits](SAP/ui5-cli@v4.0.55...v4.0.57)

Updates `@ui5/linter` from 1.21.2 to 1.23.1
- [Release notes](https://github.com/UI5/linter/releases)
- [Changelog](https://github.com/UI5/linter/blob/main/CHANGELOG.md)
- [Commits](UI5/linter@v1.21.2...v1.23.1)

Updates `eslint` from 10.4.1 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.6.0)

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

Updates `typescript-eslint` from 8.60.1 to 8.62.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.62.0/packages/typescript-eslint)

Updates `ui5-tooling-transpile` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/ui5-community/ui5-ecosystem-showcase/releases)
- [Changelog](https://github.com/ui5-community/ui5-ecosystem-showcase/blob/main/packages/ui5-tooling-transpile/CHANGELOG.md)
- [Commits](https://github.com/ui5-community/ui5-ecosystem-showcase/commits/ui5-tooling-transpile@3.11.3/packages/ui5-tooling-transpile)

---
updated-dependencies:
- dependency-name: "@ui5/cli"
  dependency-version: 4.0.57
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@ui5/linter"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: typescript-eslint
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: ui5-tooling-transpile
  dependency-version: 3.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants