[Chore][DEVX-573] Initial Package Migration#1
Merged
Conversation
- completely migrate the personal data erasure package - add useful class methods and remove deprecated code - use the new typescript SDK in place of the old builder - add tests both unit and integration tests
- add resource deleter package - add more helper methods - add unit and integration tests
- add changeset [for easy package deployment] - add commitlint [for commit message linting] - add eslint and prettier [for code linting, syntax correctness and problems checking]
- configure prettier and format the entire packages and files
- add github workflow - add changeset release functionalty - add eslint and configurations - add jest for package tests - add more tests - add integration test for cli functionalities - minor code refactor
- add custom objects to deletable resources - include release changeset for major version release
- add codeowners - add pull request builds - correct changeset repo url
- fix missing github workflow action
- fix missing github workflow action
- fix github workflow action
- fix github workflow action
- fix github workflow action
- fix github workflow action
- fix github workflow action
- fix github workflow action - add link step - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
- fix github workflow action
- add missing @changesets/changelog-github package
- fix github workflow action - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
- fix github workflow action - minor refactor and improvements
🦋 Changeset detectedLatest commit: 63f747c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- remove unwanted codeblocks and comments
VictorAvelar
requested changes
Jun 10, 2025
- add eslint rule to enforce empty training eol
Co-authored-by: Victor Hugo Avelar Ossorio <7926849+VictorAvelar@users.noreply.github.com>
…tools/typescript-dev-utilities into chore/initial-package-migration
- update github third-party actions versions with commit hashes
- add renovate config for this repository
VictorAvelar
approved these changes
Jun 11, 2025
Merged
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.
Summary
Initial package (
@commercetools/personal-data-erasureand@commercetools/resource-deleter) migration to typescript.Completed Tasks