-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Convert to ESM #150
Merged
Merged
feat: Convert to ESM #150
Conversation
This file contains 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
BREAKING CHANGE: Convert from CommonJS to ESM
digitalsadhu
reviewed
May 4, 2021
digitalsadhu
approved these changes
May 4, 2021
github-actions bot
pushed a commit
that referenced
this pull request
May 4, 2021
# [5.0.0-next.5](v5.0.0-next.4...v5.0.0-next.5) (2021-05-04) ### Bug Fixes * **deps:** update dependency @podium/schemas to v4.0.4 ([9fdbee6](9fdbee6)) * **deps:** update dependency @podium/schemas to v4.0.5 ([8a966c0](8a966c0)) * **deps:** update dependency @podium/schemas to v4.0.7 ([f6bb236](f6bb236)) * **deps:** update dependency @podium/schemas to v4.1.0 ([6c6aa2d](6c6aa2d)) * **deps:** update dependency @podium/schemas to v4.1.1 ([6ba8a0c](6ba8a0c)) * **deps:** update dependency @podium/schemas to v4.1.10 ([6f58fa8](6f58fa8)) * **deps:** update dependency @podium/schemas to v4.1.11 ([8687e5d](8687e5d)) * **deps:** update dependency @podium/schemas to v4.1.13 ([de65bce](de65bce)) * **deps:** update dependency @podium/schemas to v4.1.14 ([0e38d44](0e38d44)) * **deps:** update dependency @podium/schemas to v4.1.15 ([8331469](8331469)) * **deps:** update dependency @podium/schemas to v4.1.16 ([585081e](585081e)) * **deps:** update dependency @podium/schemas to v4.1.2 ([2f5c969](2f5c969)) * **deps:** update dependency @podium/schemas to v4.1.3 ([a2aa932](a2aa932)) * **deps:** update dependency @podium/schemas to v4.1.4 ([0f7e994](0f7e994)) * **deps:** update dependency @podium/schemas to v4.1.5 ([ddfac03](ddfac03)) * **deps:** update dependency @podium/schemas to v4.1.6 ([0da405a](0da405a)) * **deps:** update dependency @podium/schemas to v4.1.7 ([027450f](027450f)) * **deps:** update dependency @podium/schemas to v4.1.8 ([40cd206](40cd206)) * **deps:** update dependency @podium/utils to v4.3.1 ([8a3e4b1](8a3e4b1)) * **deps:** update dependency @podium/utils to v4.3.3 ([36b3755](36b3755)) * **deps:** update dependency @podium/utils to v4.4.0 ([f245bcc](f245bcc)) * **deps:** update dependency @podium/utils to v4.4.1 ([896e27d](896e27d)) * **deps:** update dependency @podium/utils to v4.4.10 ([7198ad0](7198ad0)) * **deps:** update dependency @podium/utils to v4.4.11 ([5766099](5766099)) * **deps:** update dependency @podium/utils to v4.4.13 ([d8d6f5d](d8d6f5d)) * **deps:** update dependency @podium/utils to v4.4.15 ([316ea8e](316ea8e)) * **deps:** update dependency @podium/utils to v4.4.16 ([7a18be1](7a18be1)) * **deps:** update dependency @podium/utils to v4.4.17 ([92b90b6](92b90b6)) * Update @podium/schema to version 4.1.9 to fix ajv error ([#134](#134)) ([ed5c5c7](ed5c5c7)) * **deps:** update dependency @podium/utils to v4.4.2 ([ffb3cea](ffb3cea)) * **deps:** update dependency @podium/utils to v4.4.3 ([bde55ee](bde55ee)) * **deps:** update dependency @podium/utils to v4.4.4 ([53babc1](53babc1)) * **deps:** update dependency @podium/utils to v4.4.5 ([d259631](d259631)) * **deps:** update dependency @podium/utils to v4.4.6 ([10078cc](10078cc)) * **deps:** update dependency @podium/utils to v4.4.7 ([c126767](c126767)) * **deps:** update dependency @podium/utils to v4.4.8 ([239b995](239b995)) * **deps:** update dependency @podium/utils to v4.4.9 ([789614e](789614e)) * **deps:** update dependency path-to-regexp to v6.2.0 ([b47db02](b47db02)) ### Features * Convert to ESM ([#150](#150)) ([9f3c2d3](9f3c2d3)) ### BREAKING CHANGES * Convert from CommonJS to ESM * feat: Convert to ESM Co-authored-by: Trygve Lie <trygve.lie@finn.no>
🎉 This PR is included in version 5.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
# [5.0.0](v4.2.86...v5.0.0) (2023-11-28) ### Bug Fixes * Update @podium/utils to version 5.0.0-next.1 ([29da2c9](29da2c9)) * Use v5 versions of @podium/utils and @podium/schema ([a37ca1f](a37ca1f)) ### Features * Convert to ESM ([#150](#150)) ([9f3c2d3](9f3c2d3)) * Drop node 10.x support ([bcd95a1](bcd95a1)) * Support manifest with array of proxy endpoints ([#226](#226)) ([330384b](330384b)) * Use ES private properties instead of Symbols and defineProperty() for privacy ([#84](#84)) ([37fd140](37fd140)) ### BREAKING CHANGES * Convert from CommonJS to ESM * feat: Convert to ESM Co-authored-by: Trygve Lie <trygve.lie@finn.no> * Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`. Co-authored-by: Trygve Lie <trygve.lie@finn.no> * Only support node 12 and 14.
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
BREAKING CHANGE: Convert from CommonJS to ESM