Skip to content
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

Rename tree.Node#serializationId to tree.Node#internalId. #1705

Merged
merged 6 commits into from
Oct 29, 2024
Merged

Conversation

Jym77
Copy link
Contributor

@Jym77 Jym77 commented Oct 28, 2024

This makes it a bit more general.

@Jym77 Jym77 self-assigned this Oct 28, 2024
Copy link

changeset-bot bot commented Oct 28, 2024

🦋 Changeset detected

Latest commit: 3e6755b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 77 packages
Name Type
@siteimprove/alfa-rules Minor
@siteimprove/alfa-tree Minor
@siteimprove/alfa-dom Minor
@siteimprove/alfa-aria Minor
@siteimprove/alfa-cascade Minor
@siteimprove/alfa-selector Minor
@siteimprove/alfa-style Minor
@siteimprove/alfa-table Minor
@siteimprove/alfa-web Minor
@siteimprove/alfa-xpath Minor
@siteimprove/alfa-act Minor
@siteimprove/alfa-affine Minor
@siteimprove/alfa-applicative Minor
@siteimprove/alfa-array Minor
@siteimprove/alfa-bits Minor
@siteimprove/alfa-branched Minor
@siteimprove/alfa-cache Minor
@siteimprove/alfa-callback Minor
@siteimprove/alfa-clone Minor
@siteimprove/alfa-collection Minor
@siteimprove/alfa-comparable Minor
@siteimprove/alfa-compatibility Minor
@siteimprove/alfa-continuation Minor
@siteimprove/alfa-css-feature Minor
@siteimprove/alfa-css Minor
@siteimprove/alfa-device Minor
@siteimprove/alfa-earl Minor
@siteimprove/alfa-either Minor
@siteimprove/alfa-emitter Minor
@siteimprove/alfa-encoding Minor
@siteimprove/alfa-equatable Minor
@siteimprove/alfa-flags Minor
@siteimprove/alfa-fnv Minor
@siteimprove/alfa-foldable Minor
@siteimprove/alfa-functor Minor
@siteimprove/alfa-future Minor
@siteimprove/alfa-generator Minor
@siteimprove/alfa-graph Minor
@siteimprove/alfa-hash Minor
@siteimprove/alfa-http Minor
@siteimprove/alfa-iana Minor
@siteimprove/alfa-iterable Minor
@siteimprove/alfa-json-ld Minor
@siteimprove/alfa-json Minor
@siteimprove/alfa-lazy Minor
@siteimprove/alfa-list Minor
@siteimprove/alfa-map Minor
@siteimprove/alfa-mapper Minor
@siteimprove/alfa-math Minor
@siteimprove/alfa-monad Minor
@siteimprove/alfa-network Minor
@siteimprove/alfa-option Minor
@siteimprove/alfa-parser Minor
@siteimprove/alfa-performance Minor
@siteimprove/alfa-predicate Minor
@siteimprove/alfa-promise Minor
@siteimprove/alfa-record Minor
@siteimprove/alfa-rectangle Minor
@siteimprove/alfa-reducer Minor
@siteimprove/alfa-refinement Minor
@siteimprove/alfa-result Minor
@siteimprove/alfa-sarif Minor
@siteimprove/alfa-selective Minor
@siteimprove/alfa-sequence Minor
@siteimprove/alfa-set Minor
@siteimprove/alfa-slice Minor
@siteimprove/alfa-string Minor
@siteimprove/alfa-test Minor
@siteimprove/alfa-thenable Minor
@siteimprove/alfa-thunk Minor
@siteimprove/alfa-time Minor
@siteimprove/alfa-toolchain Minor
@siteimprove/alfa-trampoline Minor
@siteimprove/alfa-trilean Minor
@siteimprove/alfa-tuple Minor
@siteimprove/alfa-url Minor
@siteimprove/alfa-wcag Minor

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

@Jym77 Jym77 added the major Backwards-incompatible change that touches public API label Oct 28, 2024
@Jym77
Copy link
Contributor Author

Jym77 commented Oct 28, 2024

!pr extract

@Jym77 Jym77 marked this pull request as ready for review October 28, 2024 13:10
@Jym77 Jym77 requested a review from a team as a code owner October 28, 2024 13:10
@Jym77
Copy link
Contributor Author

Jym77 commented Oct 28, 2024

@jfer-siteimprove @mvy-siteimprove FYI. I believe this will break the Code Checker Page Report that only receives the JSON serialization and thus need to read the correct field name.

@Jym77 Jym77 enabled auto-merge October 28, 2024 13:27
@mvy-siteimprove
Copy link
Contributor

@jfer-siteimprove @mvy-siteimprove FYI. I believe this will break the Code Checker Page Report that only receives the JSON serialization and thus need to read the correct field name.

Thanks for the heads up @Jym77. Good that the serializationId is still available as an alias. We can safely deploy this, update our usage and then delete the alias.

@Jym77
Copy link
Contributor Author

Jym77 commented Oct 28, 2024

@jfer-siteimprove @mvy-siteimprove FYI. I believe this will break the Code Checker Page Report that only receives the JSON serialization and thus need to read the correct field name.

Thanks for the heads up @Jym77. Good that the serializationId is still available as an alias. We can safely deploy this, update our usage and then delete the alias.

🤔 I am not sure because you only read the JSON, not the actual object.
Or should I keep the serializationId alias in the JSON too?

@Jym77
Copy link
Contributor Author

Jym77 commented Oct 28, 2024

@jfer-siteimprove @mvy-siteimprove FYI. I believe this will break the Code Checker Page Report that only receives the JSON serialization and thus need to read the correct field name.

Thanks for the heads up @Jym77. Good that the serializationId is still available as an alias. We can safely deploy this, update our usage and then delete the alias.

🤔 I am not sure because you only read the JSON, not the actual object. Or should I keep the serializationId alias in the JSON too?

Should be good now ☺️

@Jym77 Jym77 added this pull request to the merge queue Oct 29, 2024
Merged via the queue into main with commit 05b611f Oct 29, 2024
4 checks passed
@Jym77 Jym77 deleted the internal-ids branch October 29, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Backwards-incompatible change that touches public API
Projects
Status: 🏁 Done
Development

Successfully merging this pull request may close these issues.

3 participants