Merged
Conversation
Member
|
🎉 This PR is included in version 4.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
intcreator
pushed a commit
that referenced
this pull request
Jun 5, 2025
## [4.3.1](v4.3.0...v4.3.1) (2025-05-29) ### 🐛 Bug Fixes * prevent sourcemap error in IDEs ([#988](#988)) ([0db2c2d](0db2c2d)), closes [#987](#987) ### ♻️ Chores * **action:** update actions/setup-node action to v4.4.0 ([86f8cec](86f8cec)) * **action:** update github/codeql-action action to v3.28.16 ([33d396f](33d396f)) * **action:** update github/codeql-action action to v3.28.17 ([97a9185](97a9185)) * **action:** update github/codeql-action action to v3.28.18 ([6a72709](6a72709)) * **action:** update step-security/harden-runner action to v2.12.0 ([c0ad19d](c0ad19d)) * **deps:** lock file maintenance ([784bc9c](784bc9c)) * **deps:** lock file maintenance ([7a97350](7a97350)) * **deps:** lock file maintenance ([40163b4](40163b4)) * **deps:** lock file maintenance ([9bcb7e3](9bcb7e3)) * **deps:** lock file maintenance ([#983](#983)) ([3df1cf6](3df1cf6)) * **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.25.1 ([162008f](162008f)) * **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.27.0 ([5c1161c](5c1161c)) * **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v11.0.2 ([d27afcd](d27afcd)) * **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.21 ([a195b0f](a195b0f)) * **deps:** update dependency [@swc](https://github.com/swc)/core to v1.11.29 ([edd52d4](edd52d4)) * **deps:** update dependency [@types](https://github.com/types)/node to v22.14.1 ([f24a7cb](f24a7cb)) * **deps:** update dependency [@types](https://github.com/types)/node to v22.15.15 ([#984](#984)) ([bfb12a7](bfb12a7)) * **deps:** update dependency [@types](https://github.com/types)/node to v22.15.21 ([86b539a](86b539a)) * **deps:** update dependency lint-staged to v15.5.1 ([25a3659](25a3659)) * **deps:** update dependency lint-staged to v15.5.2 ([be017c5](be017c5)) * **deps:** update linters ([6ed6fdb](6ed6fdb)) * **deps:** update semantic-release related packages ([555bba9](555bba9)) * **deps:** update swc monorepo ([edd3284](edd3284))
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.
Description
removes references to sourcemaps in built output so IDEs don't get an error when importing
Related Issue
fixes #987
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
!after the type/scope in the title (see the Conventional Commits standard).