Skip to content

chore: version packages#490

Open
oss-rima-bot wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#490
oss-rima-bot wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@oss-rima-bot
Copy link
Copy Markdown
Collaborator

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:
    • Minimum Node.js version is now 20 (engines: ">=20")
    • webpack upgraded from 4 to 5; the webpackConfig option passed to
      bundleFeature must now use the webpack 5 API:
      • output.library replaces output.libraryTarget
      • The externals function signature changed to ({ request }, callback)
        Bug fixes:
    • Fixed new Buffer() deprecation in middleware.js (replaced with Buffer.from())
    • Fixed webpack callback leaving promise unresolved when stats is undefined
    • Fixed webpack error objects being serialized as "[object Object]"
      Dependency updates:
    • glob upgraded to 11.1.0
    • Removed http npm stub (Node.js built-in, never needed)
    • Removed @types/webpack (webpack 5 ships its own type definitions)
    • Removed stale resolutions block (yarn-only syntax, ignored by pnpm)
      Tooling / housekeeping:
    • Jest coverage output redirected to .nyc_output to integrate with the
      monorepo merge-coverage pipeline
    • Added publishConfig: { access: "public" } so changeset publish works
      correctly for this scoped package
    • Removed standalone release scripts (release.sh and related) superseded
      by the monorepo changeset release flow
    • ESLint configuration aligned between package-level and root-level runs
    • Removed outdated CONTRIBUTING.md (root CONTRIBUTING.md covers the monorepo)
    • README updated: badges, links, Node requirement, added development section
      to the docs folder.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

Build Report

badge

Please note:

  1. Files only stay for around 14 days!
  2. This comment will be updated with the data of the last successful build of this PR.
Name Link
Commit b26cebf
Logs https://github.com/SAP/app-studio-toolkit/actions/runs/25852667297
VSIX Files https://github.com/SAP/app-studio-toolkit/actions/runs/25852667297/artifacts/6991384731

@oss-rima-bot oss-rima-bot force-pushed the changeset-release/main branch 3 times, most recently from fd23bf2 to 506dff8 Compare May 14, 2026 09:23
@oss-rima-bot oss-rima-bot force-pushed the changeset-release/main branch from 506dff8 to 4140698 Compare May 14, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant