Skip to content

feat: build license file for vscode-webdriverio#74

Merged
mato533 merged 11 commits intomainfrom
ta/feat/license
Jun 27, 2025
Merged

feat: build license file for vscode-webdriverio#74
mato533 merged 11 commits intomainfrom
ta/feat/license

Conversation

@mato533
Copy link
Copy Markdown
Member

@mato533 mato533 commented Jun 25, 2025

Proposed changes

Extensions for VSCode must bundle all dependencies except for VSCode itself.
Therefore, the licenses of packages with dependencies that are subject to redistribution must be specified in a own license file.

To achieve this, we automated the identification of packages bundled from ESBUILD metadata, the acquisition of their license files, and the output of license files for extensions.

Types of changes

  • Polish (an improvement for an existing feature)
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improvements to the project's docs)
  • Internal updates (everything related to internal scripts, governance documentation and CI files)

Checklist

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • I have added proper type definitions for new commands (if appropriate)

Further comments

Reviewers: @webdriverio/project-committers

@github-actions github-actions Bot added the PR: Internal 🏠 PRs that contain changes internals label Jun 25, 2025
@mato533 mato533 marked this pull request as draft June 25, 2025 16:16
@mato533 mato533 marked this pull request as ready for review June 25, 2025 21:58
Copy link
Copy Markdown
Member

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@mato533 mato533 merged commit 1cf20f6 into main Jun 27, 2025
31 checks passed
@mato533 mato533 deleted the ta/feat/license branch June 27, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Internal 🏠 PRs that contain changes internals

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants