Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

Bumps @ui5/cli from 2.14.13 to 3.0.0.

Release notes

Sourced from @​ui5/cli's releases.

v3.0.0

🚀 @ui5/cli version 3 is a major release with many new features and improvements

Please also refer to the v3 Migration Guide.

Overview

UI5 Tooling v3 provides general support for ES2022 ECMAScript language features. See ECMAScript Support for details.

Breaking Changes

  • @ui5/cli:
  • @ui5/project:
    • Implement Project Graph, build execution 161f462
  • @ui5/builder:
    • generateJsDoc: Remove internal 'buildContext' parameter 4ec80c8
    • Removal of manifestBundler and generateManifestBundle (#838) 07a5be2
    • JSDoc: Fail build when jsdoc command failed (#845) c2916b4
    • Remove build execution (#740) af2e956
    • Enable modern preload bundles without dependencies (#739) 97cfa6c
    • generateResourcesJson: Make 'dependencies' parameter mandatory 268dd16
    • moduleBundler: Always default to optimize: true (#685) de5837c
  • @ui5/server:
  • @ui5/fs:
    • Throw an error on write of a resource when path does not starts with virBasePath of the respective adapter (#453) d76575f
    • Clone resources when writing in and reading from the Memory (#448) 3454bc1
    • AbstractAdapter: Virtual base path must end with slash 6d1f411
    • resourceFactory: Remove #createCollectionsForTree a4d15f6
  • @ui5/logger:
    • Deprecate advanced APIs in preparation of refactoring 3aea5e7

Features

  • @ui5/cli:
    • Add build flag "--experimental-css-variables" (#501) 0b099db
  • @ui5/project:
    • npm/Installer: Do not wrap promise provided by rimraf v4 (#550) 2d1ccda
    • specVersion 3.0 (#522) c5070e5
    • Introduce SpecificationVersion class (#431) e57842b
    • TaskRunner: Provide taskName and logger instance to custom tasks 36cd2d8
    • TaskUtil: Add resourceFactory API to v3 interface 2e863cf
    • TaskUtil: Add getProject/getDependencies API to interface 51f2949
  • @ui5/builder:
    • Support ES2022 language features (#848) f9b8457
    • jsdoc: Support destructuring of enums for defaultValue (#775) 523f365
    • builder: Improve support for ES6+ syntax (#774) 90385fe
    • jsdoc: Improve support for ES6+ syntax (#785) 187a6a3
    • generateThemeDesignerResources task: Create css_variables.less (#730) 34e69be
    • builder: Add cssVariables option (#728) 30d58e1
    • Generate source maps for bundles (#695) 8a20c42

... (truncated)

Changelog

Sourced from @​ui5/cli's changelog.

[v3.0.0] - 2023-02-09

Dependency Updates

Overview

UI5 Tooling v3 provides general support for ES2022 ECMAScript language features. See ECMAScript Support for details.

Breaking Changes

  • @ui5/cli:
  • @ui5/project:
    • Implement Project Graph, build execution 161f462
  • @ui5/builder:
    • generateJsDoc: Remove internal 'buildContext' parameter 4ec80c8
    • Removal of manifestBundler and generateManifestBundle (#838) 07a5be2
    • JSDoc: Fail build when jsdoc command failed (#845) c2916b4
    • Remove build execution (#740) af2e956
    • Enable modern preload bundles without dependencies (#739) 97cfa6c
    • generateResourcesJson: Make 'dependencies' parameter mandatory 268dd16
    • moduleBundler: Always default to optimize: true (#685) de5837c
  • @ui5/server:
  • @ui5/fs:
    • Throw an error on write of a resource when path does not starts with virBasePath of the respective adapter (#453) d76575f
    • Clone resources when writing in and reading from the Memory (#448) 3454bc1
    • AbstractAdapter: Virtual base path must end with slash 6d1f411
    • resourceFactory: Remove #createCollectionsForTree a4d15f6
  • @ui5/logger:
    • Deprecate advanced APIs in preparation of refactoring 3aea5e7

Features

  • @ui5/cli:
    • Add build flag "--experimental-css-variables" (#501) 0b099db
  • @ui5/project:
    • npm/Installer: Do not wrap promise provided by rimraf v4 (#550) 2d1ccda
    • specVersion 3.0 (#522) c5070e5
    • Introduce SpecificationVersion class (#431) e57842b
    • TaskRunner: Provide taskName and logger instance to custom tasks 36cd2d8
    • TaskUtil: Add resourceFactory API to v3 interface 2e863cf
    • TaskUtil: Add getProject/getDependencies API to interface 51f2949
  • @ui5/builder:
    • Support ES2022 language features (#848) f9b8457
    • jsdoc: Support destructuring of enums for defaultValue (#775) 523f365

... (truncated)

Commits
  • a984a18 Release 3.0.0
  • 180c378 [DEPENDENCY] Bump @​ui5/project from 3.0.0-rc.9 to 3.0.0
  • aa0c020 [DEPENDENCY] Bump @​ui5/server from 3.0.0-rc.3 to 3.0.0
  • 9184e85 [DEPENDENCY] Bump @​ui5/builder from 3.0.0-rc.6 to 3.0.0
  • aa4107f [DEPENDENCY] Bump @​ui5/fs from 3.0.0-rc.6 to 3.0.0
  • 82d5dce [INTERNAL] CHANGELOG.md: Consolidate V3 release (#607)
  • 086b8de [DEPENDENCY] Bump @​ui5/logger from 3.0.1-rc.3 to 3.0.0
  • 9120399 [DEPENDENCY] Bump @​ui5/builder from 3.0.0-rc.5 to 3.0.0-rc.6
  • 2030f7f Bump jsdoc from 3.6.11 to 4.0.0
  • ed9dde4 [DEPENDENCY] Bump @​ui5/project from 3.0.0-rc.8 to 3.0.0-rc.9
  • 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 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)

Bumps [@ui5/cli](https://github.com/SAP/ui5-cli) from 2.14.13 to 3.0.0.
- [Release notes](https://github.com/SAP/ui5-cli/releases)
- [Changelog](https://github.com/SAP/ui5-cli/blob/main/CHANGELOG.md)
- [Commits](SAP/ui5-cli@v2.14.13...v3.0.0)

---
updated-dependencies:
- dependency-name: "@ui5/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2023

Dependabot tried to add @matz3 and @RandomByte as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/RandomByte/openui5-sample-app/pulls/23/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RandomByte/openui5-sample-app repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2023

Superseded by #24.

@dependabot dependabot bot closed this Feb 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui5/cli-3.0.0 branch February 19, 2023 10: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.

1 participant