chore: version packages#490
Open
oss-rima-bot wants to merge 1 commit into
Open
Conversation
Contributor
Build ReportPlease note:
|
506dff8 to
4140698
Compare
ba0758c to
14fa2bc
Compare
14fa2bc to
854c89b
Compare
2862b2c to
1289fbb
Compare
1289fbb to
1cb7e0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sap-webide/webide-client-tools@5.0.0
Major Changes
5731b53: Modernize package: webpack 5, Node 20, dependency and tooling cleanup
Breaking changes:
webpackConfigoption passed tobundleFeaturemust now use the webpack 5 API:output.libraryreplacesoutput.libraryTarget({ request }, callback)Bug fixes:
new Buffer()deprecation in middleware.js (replaced with Buffer.from())Dependency updates:
httpnpm stub (Node.js built-in, never needed)@types/webpack(webpack 5 ships its own type definitions)resolutionsblock (yarn-only syntax, ignored by pnpm)Tooling / housekeeping:
.nyc_outputto integrate with themonorepo merge-coverage pipeline
publishConfig: { access: "public" }so changeset publish workscorrectly for this scoped package
by the monorepo changeset release flow
See git history for changes.