chore: codemod repository metadata, recipe package alignment, @jssg/utils bump#17
Merged
Merged
Conversation
- Point all codemod.yaml repository fields at the monorepo root URL. - Make dd-trace-5-to-6-migration-recipe package.json match other packages (public workspace package, dependencies/devDependencies); keep license in codemod.yaml only. - Bump @jssg/utils to ^0.0.7 across workspace packages and refresh lockfile. - Remove obsolete issue-backlog section from README; tweak v6 README migration link. - Add Changesets for registry releases. Co-authored-by: Cursor <cursoragent@cursor.com>
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
codemod.yamlrepositoryfield to the monorepo root:https://github.com/codemod/datadog-codemods(replacing incorrect per-folder tree URLs).dd-trace-5-to-6-migration-recipepackage.jsonwith other codemod packages: dropprivate: trueand the redundantlicensefield, add the samedependencies/devDependenciesshape as JSSG packages.@jssg/utilsfrom^0.0.2to^0.0.7everywhere it is declared and refreshpnpm-lock.yaml.Changesets
Two changesets cover all nine
dd-trace-*packages (metadata / recipe packaging / dependency range). Consider squashing into one release or runningchangeset versiononce both are consumed as your process prefers.Validation
pnpm run format,pnpm run lint,pnpm run ci(tests + check-types) passed locally.Made with Cursor