Skip to content

fix(deps): bump the npm-group group with 8 updates#55

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-group-b4346b0069
Closed

fix(deps): bump the npm-group group with 8 updates#55
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-group-b4346b0069

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 17, 2026

Bumps the npm-group group with 8 updates:

Package From To
@openui5/types 1.145.0 1.146.0
@ui5/cli 4.0.46 4.0.48
ui5-tooling-modules 3.34.6 3.35.0
ui5-tooling-stringreplace 3.5.1 3.6.0
ui5-tooling-transpile 3.10.1 3.11.0
@stylistic/eslint-plugin 5.9.0 5.10.0
@ui5/linter 1.20.12 1.20.14
typescript-eslint 8.56.1 8.57.1

Updates @openui5/types from 1.145.0 to 1.146.0

Updates @ui5/cli from 4.0.46 to 4.0.48

Release notes

Sourced from @​ui5/cli's releases.

v4.0.48

Dependency Updates

  • Bump @​ui5/project from 4.0.12 to 4.0.13 bf15be3

All changes

v4.0.47...v4.0.48

v4.0.47

All changes

v4.0.46...v4.0.47

Changelog

Sourced from @​ui5/cli's changelog.

[v4.0.48] - 2026-03-11

Dependency Updates

[v4.0.47] - 2026-03-05

Commits
  • ef53733 Release 4.0.48
  • bf15be3 [DEPENDENCY] Bump @​ui5/project from 4.0.12 to 4.0.13
  • abe5c7e In-range update of npm dependencies
  • 01ecbe7 Bump actions/setup-node from 6.2.0 to 6.3.0
  • 5b42ab8 In-range update of npm dependencies
  • 5c6f3f3 In-range update of npm dependencies
  • d5f893f In-range update of npm dependencies
  • 3406873 Release 4.0.47
  • d9e634c In-range update of npm dependencies
  • 9913f15 In-range update of npm dependencies
  • See full diff in compare view

Updates ui5-tooling-modules from 3.34.6 to 3.35.0

Changelog

Sourced from ui5-tooling-modules's changelog.

3.35.0 (2026-03-12)

Features

Commits

Updates ui5-tooling-stringreplace from 3.5.1 to 3.6.0

Changelog

Sourced from ui5-tooling-stringreplace's changelog.

3.6.0 (2026-03-12)

Features

Commits

Updates ui5-tooling-transpile from 3.10.1 to 3.11.0

Changelog

Sourced from ui5-tooling-transpile's changelog.

3.11.0 (2026-03-12)

Features

Commits

Updates @stylistic/eslint-plugin from 5.9.0 to 5.10.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.10.0

5.10.0 (2026-03-06)

Features

  • list-style: allow 'off' in overrides (#1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#1143) (1ebd6d8)

Build Related

  • deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
  • deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)

Performance

  • no export all for @​typescript-eslint/utils (#1150) (258f9d8)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.10.0 (2026-03-06)

Features

  • list-style: allow 'off' in overrides (#1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#1143) (1ebd6d8)

Build Related

  • deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
  • deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)

Performance

  • no export all for @​typescript-eslint/utils (#1150) (258f9d8)
Commits

Updates @ui5/linter from 1.20.12 to 1.20.14

Release notes

Sourced from @​ui5/linter's releases.

v1.20.14

1.20.14 (2026-03-15)

Dependencies

  • lockfile: In-range update of npm dependencies (af89955)
  • lockfile: In-range update of npm dependencies (2772226)

v1.20.13

1.20.13 (2026-03-06)

Dependencies

Changelog

Sourced from @​ui5/linter's changelog.

1.20.14 (2026-03-15)

Dependencies

  • lockfile: In-range update of npm dependencies (af89955)
  • lockfile: In-range update of npm dependencies (2772226)

1.20.13 (2026-03-06)

Dependencies

Commits
  • c3eeb0c release: v1.20.14
  • af89955 deps(lockfile): In-range update of npm dependencies
  • 2772226 deps(lockfile): In-range update of npm dependencies
  • fab2e16 ci(lockfile): In-range update of npm dependencies
  • 002da2a ci(lockfile): In-range update of npm dependencies
  • 6eae3f2 ci(lockfile): In-range update of npm dependencies
  • a44033e release: v1.20.13 (#1022)
  • 9e67cf5 deps: Update npm dependencies (#1021)
  • 83a116a ci: Trigger patch release PR (#1020)
  • cb7220e ci(lockfile): In-range update of npm dependencies
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.56.1 to 8.57.1

Release notes

Sourced from typescript-eslint's releases.

v8.57.1

8.57.1 (2026-03-16)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)

❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ 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.57.1 (2026-03-16)

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.57.0 (2026-03-09)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2026
Bumps the npm-group group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@openui5/types](https://ui5.github.io/typescript) | `1.145.0` | `1.146.0` |
| [@ui5/cli](https://github.com/SAP/ui5-cli) | `4.0.46` | `4.0.48` |
| [ui5-tooling-modules](https://github.com/ui5-community/ui5-ecosystem-showcase/tree/HEAD/packages/ui5-tooling-modules) | `3.34.6` | `3.35.0` |
| [ui5-tooling-stringreplace](https://github.com/ui5-community/ui5-ecosystem-showcase/tree/HEAD/packages/ui5-tooling-stringreplace) | `3.5.1` | `3.6.0` |
| [ui5-tooling-transpile](https://github.com/ui5-community/ui5-ecosystem-showcase/tree/HEAD/packages/ui5-tooling-transpile) | `3.10.1` | `3.11.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.9.0` | `5.10.0` |
| [@ui5/linter](https://github.com/UI5/linter) | `1.20.12` | `1.20.14` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.57.1` |


Updates `@openui5/types` from 1.145.0 to 1.146.0

Updates `@ui5/cli` from 4.0.46 to 4.0.48
- [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.46...v4.0.48)

Updates `ui5-tooling-modules` from 3.34.6 to 3.35.0
- [Changelog](https://github.com/ui5-community/ui5-ecosystem-showcase/blob/main/packages/ui5-tooling-modules/CHANGELOG.md)
- [Commits](https://github.com/ui5-community/ui5-ecosystem-showcase/commits/ui5-tooling-modules@3.35.0/packages/ui5-tooling-modules)

Updates `ui5-tooling-stringreplace` from 3.5.1 to 3.6.0
- [Changelog](https://github.com/ui5-community/ui5-ecosystem-showcase/blob/main/packages/ui5-tooling-stringreplace/CHANGELOG.md)
- [Commits](https://github.com/ui5-community/ui5-ecosystem-showcase/commits/ui5-tooling-stringreplace@3.6.0/packages/ui5-tooling-stringreplace)

Updates `ui5-tooling-transpile` from 3.10.1 to 3.11.0
- [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.0/packages/ui5-tooling-transpile)

Updates `@stylistic/eslint-plugin` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v5.10.0/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.10.0/packages/eslint-plugin)

Updates `@ui5/linter` from 1.20.12 to 1.20.14
- [Release notes](https://github.com/UI5/linter/releases)
- [Changelog](https://github.com/UI5/linter/blob/main/CHANGELOG.md)
- [Commits](UI5/linter@v1.20.12...v1.20.14)

Updates `typescript-eslint` from 8.56.1 to 8.57.1
- [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.57.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@openui5/types"
  dependency-version: 1.146.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-group
- dependency-name: "@ui5/cli"
  dependency-version: 4.0.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-group
- dependency-name: ui5-tooling-modules
  dependency-version: 3.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-group
- dependency-name: ui5-tooling-stringreplace
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-group
- dependency-name: ui5-tooling-transpile
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-group
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-group
- dependency-name: "@ui5/linter"
  dependency-version: 1.20.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-group
- dependency-name: typescript-eslint
  dependency-version: 8.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-group-b4346b0069 branch from f259ebe to 7d0805e Compare March 24, 2026 13:59
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 31, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 31, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-group-b4346b0069 branch March 31, 2026 13:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants