SAP-samples / ui5-typescript-walkthrough

A walkthrough tutorial that introduces all major development paradigms of OpenUI5 using TypeScript with OpenUI5.
https://sap-samples.github.io/ui5-typescript-walkthrough/
Apache License 2.0
26 stars 19 forks source link

build(deps-dev): bump @ui5/cli from 3.11.0 to 4.0.0 #31

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps @ui5/cli from 3.11.0 to 4.0.0.

Release notes

Sourced from @​ui5/cli's releases.

v4.0.0

Breaking Changes

BREAKING CHANGE

System messages will now be written to stderr instead of stdout.

Support for older Node.js and npm releases has been dropped. Only Node.js 20.11.x and >=22.0.0 as well as npm v8 or higher are supported.

Dependency Updates

  • Bump @​ui5/builder from 3.5.1 to 4.0.0 0ce3196

    • Changes contained in @​ui5/builder@​4.0.0:

      Breaking Changes

      • Drop node v21 support 7b27171
      • Discontinue bundling of JavaScript modules as string 7691b08
      • Task API arguments rename (#995) d1f87e0
      • Require Node.js 20.11.x/>=22.0.0 b76ff75
      • Bundling: Enforce usage of sap.ui.predefine instead function wrappers (#1021) 4bda728

      Dependency Updates

      • Bump rimraf from 5.0.8 to 6.0.1 2b4f309
      • Bump terser from 5.29.1 to 5.29.2 (#1000) 2b6da9e
      • Bump espree from 9.6.1 to 10.0.1 08eb716
      • Bump terser from 5.27.1 to 5.27.2 (#991) 204145d
      • Bump workerpool from 6.5.1 to 9.1.0 b78a70c

      Features

      • Apply default values to bunde definitions for standard tasks (#1033) 4178e1a
      • Bundle 'require' section with async flag for specVersion: 4.0 (#1042) dfa67fe
      • bundle/Builder: Support async require sections and conditional core boot e421e2f
      • manifest.json: Auto-fill supportedLocales b085634

      BREAKING CHANGE

      Created bundles use sap.ui.predefine instead function wrappers. For projects this is a compatible change. Only the produced bundle content changes.

      Task API namespace option got renamed to projectNamespace

  • Bump @​ui5/project from 3.9.2 to 4.0.0 0d7302b

... (truncated)

Changelog

Sourced from @​ui5/cli's changelog.

[v4.0.0] - 2024-07-23

Breaking Changes

  • Drop node v21 support (#720) 891306f
  • Replace console.log with process.stderr (#686) 48d1975
  • Rename ui5HomeDir to ui5DataDir in APIs (#687) 772ac29
  • Require Node.js 20.11.x/>=21.2.0 and npm >=10 59314fa

Dependency Updates

BREAKING CHANGE

System messages will now be written to stderr instead of stdout.

JIRA: CPOUI5FOUNDATION-802 Related to: SAP/ui5-tooling#701 Sibling of: SAP/ui5-server#643, SAP/ui5-tooling#930

Support for older Node.js and npm releases has been dropped. Only Node.js 20.11.x and >=21.2.0 as well as npm v10 or higher are supported.

[v3.11.1] - 2024-07-22

Dependency Updates

Commits
  • 0372ea1 Release 4.0.0
  • 0ce3196 [DEPENDENCY] Bump @​ui5/builder from 3.5.1 to 4.0.0
  • 0d7302b [DEPENDENCY] Bump @​ui5/project from 3.9.2 to 4.0.0
  • 891306f [BREAKING] Drop node v21 support (#720)
  • ce51fc2 [DEPENDENCY] Bump @​ui5/fs from 3.0.5 to 4.0.0
  • 04b201c [DEPENDENCY] Bump @​ui5/logger from 3.0.0 to 4.0.1
  • 095f31d [DEPENDENCY] Bump @​ui5/server from 3.2.1 to 4.0.0
  • a1ef33a [INTERNAL] azure: Run tests on node 22.1.0 (#723)
  • 6810cc4 [INTERNAL] Release notes: Fix generation of v4.0.0 release notes
  • 79b499e [INTERNAL] .chglog/CHANGELOG.tpl.md: Add missing v3 releases (#722)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
flovogt commented 3 months ago

@dependabot recreate

dependabot[bot] commented 3 months ago

Superseded by #34.