chore(deps): bump the npm-version group across 1 directory with 27 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(about 2 months ago)
(19 days ago)
(19 days ago)
dependencies javascript ready for review
Bumps the npm-version group with 24 updates in the / directory:
| Package | From | To |
|---|---|---|
| @primer/octicons-react | 19.19.0 |
19.25.0 |
| @primer/react | 37.31.0 |
38.21.1 |
| react | 19.2.0 |
19.2.5 |
| @types/react | 19.2.2 |
19.2.14 |
| react-dom | 19.2.0 |
19.2.5 |
| @types/react-dom | 19.2.1 |
19.2.3 |
| @babel/core | 7.28.4 |
7.29.0 |
| @babel/preset-env | 7.28.3 |
7.29.3 |
| @babel/preset-react | 7.27.1 |
7.28.5 |
| @babel/preset-typescript | 7.27.1 |
7.28.5 |
| @playwright/test | 1.56.0 |
1.59.1 |
| @tailwindcss/cli | 4.1.14 |
4.2.4 |
| @types/node | 24.7.1 |
25.6.0 |
| babel-loader | 10.0.0 |
10.1.1 |
| css-loader | 7.1.2 |
7.1.4 |
| dotenv | 17.2.3 |
17.4.2 |
| jest | 30.2.0 |
30.3.0 |
| markdownlint-cli | 0.46.0 |
0.48.0 |
| prettier | 3.6.2 |
3.8.3 |
| ts-loader | 9.5.4 |
9.5.7 |
| typescript | 5.9.3 |
6.0.3 |
| webpack | 5.102.1 |
5.106.2 |
| webpack-cli | 6.0.1 |
7.0.2 |
| yaml | 2.8.1 |
2.8.3 |
Updates @primer/octicons-react from 19.19.0 to 19.25.0
Release notes
Sourced from @primer/octicons-react's releases.
v19.25.0
Minor Changes
#1193
b6efea4aThanks@kylewaynebenson! - Added StackRemove & StackCheck icons#1194
7d7ca421Thanks@kylewaynebenson! - Added Sandbox iconv19.24.1
Patch Changes
- #1190
38dfb0d4Thanks@francinelucca! - Allowdata-componentattribute to be overridden by consumersv19.24.0
Minor Changes
- #1185
25e257ffThanks@francinelucca! - Adddata-component="Octicon"attribute to all SVG elements for easier identification and stylingv19.23.1
Patch Changes
- #1175
ea8e6bb7Thanks@kylewaynebenson! - - Remove set fill from svgsv19.23.0
Minor Changes
- #1165
63bc8d01Thanks@kylewaynebenson! - - Addition of lockup icon
- adjustments to logo and mark
v19.22.1
Patch Changes
- #1169
6567d755Thanks@francinelucca! - various dep updatesv19.22.0
Minor Changes
- #1157
18e3b9fdThanks@janmaarten-a11y!
- Add book-locked icon
- Add comment-locked icon
- Add issue-locked icon
- Add git-pull-request-locked icon
v19.21.2
Patch Changes
- #1146
41c78057Thanks@rezrah! - Updated GitHub brand logos (mark-githubandlogo-github) to 2026 versions.v19.21.1
Patch Changes
... (truncated)
Changelog
Sourced from @primer/octicons-react's changelog.
19.25.0
Minor Changes
- #1193
b6efea4aThanks@kylewaynebenson! - Added StackRemove & StackCheck icons
- #1194
7d7ca421Thanks@kylewaynebenson! - Added Sandbox icon19.24.1
Patch Changes
- #1190
38dfb0d4Thanks@francinelucca! - Allowdata-componentattribute to be overridden by consumers19.24.0
Minor Changes
- #1185
25e257ffThanks@francinelucca! - Adddata-component="Octicon"attribute to all SVG elements for easier identification and styling19.23.1
Patch Changes
- #1175
ea8e6bb7Thanks@kylewaynebenson! - - Remove set fill from svgs19.23.0
Minor Changes
- #1165
63bc8d01Thanks@kylewaynebenson! - - Addition of lockup icon
- adjustments to logo and mark
19.22.1
Patch Changes
- #1169
6567d755Thanks@francinelucca! - various dep updates19.22.0
Minor Changes
- #1157
18e3b9fdThanks@janmaarten-a11y! - Add book-locked icon Add comment-locked icon Add issue-locked icon Add git-pull-request-locked icon19.21.2
... (truncated)
Commits
711ef28Version Packages (#1195)ef34884Consolidate icon additions into a single entry (#1196)b6efea4Stack icon variants (#1193)7d7ca42Add sandbox (#1194)09831a6Bump lodash from 4.17.23 to 4.18.1 in /lib/octicons_node (#1188)50d41a1Bump picomatch from 2.2.3 to 2.3.2 in /lib/octicons_styled (#1178)b76fe68Bump lodash from 4.17.23 to 4.18.1 (#1192)b4064adAdd labels to Dependabot configuration8608de5Version Packages (#1191)38dfb0dChore: make data-component attribute overridable (#1190)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @primer/octicons-react since your current version.
Updates @primer/react from 37.31.0 to 38.21.1
Release notes
Sourced from @primer/react's releases.
@primer/react@38.21.1Patch Changes
- #7770
619175cThanks@LisaKr! - DeferuseAnchoredPositioninitial mount setState from useLayoutEffect to useEffect when overlay is closed, eliminating unnecessary cascading re-renders that block paint.
@primer/react@38.21.0Minor Changes
#7760
b2e0efdThanks@siddharthkp! - Deprecate theuseResponsiveValuehook.#7724
d813099Thanks@francinelucca! - Add stabledata-componentselectors to multiple components following ADR-023:
- ActionBar
- ActionList and friends
- Button
- FilteredActionList and friends
- Link
- LinkButton
- Pagination
- SelectPanel and friends
- Table and friends
- TextInput
- TextInputWithTokens
- TooltipV2
This enables consumers to query and test components using stable selectors like
[data-component="Table.Row"].#7766
b3f06f1Thanks@TylerJDev! - AnchoredOverlay: (Behind feature flag) Make popover API usage opt-in#7763
b288d6eThanks@liuliu-dev! - Add borderRadius prop to Card component.Patch Changes
#7714
e974d9fThanks@hectahertz! - perf(ActionList): replace :has() selector with JS-computed attribute#7754
9e3fe4bThanks@liuliu-dev! - Breadcrumbs: On narrow viewports, only show the current page breadcrumb and the overflow menu whenoverflow="menu"is set.#7757
ed82a1eThanks@liuliu-dev! - SelectPanel: Lock body scroll when modal variant is on.#7734
421ebf0Thanks@llastflowers! - add data-component attributes for Avatar, AvatarStack, Banner, & BaseStyles
@primer/react@38.20.0Minor Changes
#7723
ec6c88fThanks@liuliu-dev! - Add Card component with subcomponents: Card.Icon, Card.Image, Card.Heading, Card.Description, Card.Menu, and Card.Metadata#7725
d7b9313Thanks@TylerJDev! - AnchoredOverlay: Remove polyfill for CSS Anchor Positioning, use primer/behaviors as fallback. Ensure overlays take available space.#7752
d7380a7Thanks@liuliu-dev! - Breadcrumbs: Graduateprimer_react_breadcrumbs_overflow_menufeature flag, making the overflow menu behavior always-on.
... (truncated)
Commits
a543de6Release tracking (#7787)619175cperf: defer useAnchoredPosition setState on initial mount (#7770)a217832Release tracking (#7761)1b528a9AvatarStack: Update snapshots and replace avatar icon links (#7779)d813099feat: implement ADR-023 Part 1 (#7724)a084c0achore: update snapshots (#7772)b3f06f1Make popover inAnchoredOverlayopt-in (#7766)421ebf0add data-component attributes for Avatar, AvatarStack, Banner, & BaseStyles (...b288d6eCard: Add borderRadius prop (#7763)e974d9fperf(ActionList): replace :has() selector with JS-computed attribute (#7714)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @primer/react since your current version.
Updates react from 19.2.0 to 19.2.5
Release notes
Sourced from react's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)19.2.3 (December 11th, 2025)
React Server Components
- Add extra loop protection to React Server Functions (
@sebmarkbage#35351)19.2.2 (December 11th, 2025)
React Server Components
- Move
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lonfacebook/react#35290)- Patch Promise cycles and toString on Server Functions (
@sebmarkbage,@unstubbable#35289, #35345)19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
Updates @types/react from 19.2.2 to 19.2.14
Commits
- See full diff in compare view
Updates react-dom from 19.2.0 to 19.2.5
Release notes
Sourced from react-dom's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)19.2.3 (December 11th, 2025)
React Server Components
- Add extra loop protection to React Server Functions (
@sebmarkbage#35351)19.2.2 (December 11th, 2025)
React Server Components
- Move
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lonfacebook/react#35290)- Patch Promise cycles and toString on Server Functions (
@sebmarkbage,@unstubbable#35289, #35345)19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react-dom's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
Updates @types/react-dom from 19.2.1 to 19.2.3
Commits
- See full diff in compare view
Updates @babel/core from 7.28.4 to 7.29.0
Release notes
Sourced from @babel/core's releases.
v7.29.0 (2026-01-31)
Thanks
@simbahaxfor your first PR!:rocket: New Feature
babel-typesbabel-standalone:bug: Bug Fix
babel-parser
- #17765 fix(parser): correctly parse type assertions in
extendsclause (@nicolo-ribaudo)- #17723 [7.x backport] fix(parser): improve super type argument parsing (
@JLHwung)babel-traverse
- #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (
@simbahax)babel-plugin-transform-block-scoping,babel-traverse
- #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (
@magic-akari):running_woman: Performance
babel-generator,babel-runtime-corejs3
- #17642 [Babel 7] Improve generator performance (
@liuxingbaoyu)Committers: 6
- David (
@simbahax)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu@magic-akariv7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!:bug: Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu):nail_care: Polish
babel-core,babel-standalone:house: Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo)
... (truncated)
Commits
aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)c1b55f6Useeslint.config.mts(#17573)61647aev7.28.542cb285Improve@babel/coretypes (#17404)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @babel/core since your current version.
Updates @babel/preset-env from 7.28.3 to 7.29.3
Release notes
Sourced from @babel/preset-env's releases.
v7.29.3 (2026-04-30)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-register
- #17915 Fix thread synchronization issues in
@babel/register(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-safari-rest-destructuring-rhs-array,babel-preset-env:nail_care: Polish
:memo: Documentation
- #17847 Replace npmjs.com links with npmx.dev (
@nicolo-ribaudo):running_woman: Performance
babel-helper-import-to-platform-api,babel-plugin-proposal-import-wasm-source,babel-plugin-transform-json-modules
- #17818 Load async Wasm and JSON imports in parallel (
@nicolo-ribaudo)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.29.2 (2026-03-16)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-preset-env,babel-runtime-corejs3
- #17805 [7.x backport] fix: Properly handle await in finally (
@liuxingbaoyu)babel-preset-env:house: Internal
Committers: 2
- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyu
... (truncated)
Commits
183db7bv7.29.3268f246Add bugfix plugin for Safari array rest destructuring bug (#17788)f8524d8Update compat data (#17686)37d5595v7.29.21c0a08d[7.x backport] fix: Properly handle await in finally (#17805)061bf95[7.x backport] preset-env include/exclude should accept bugfix plugins (#17789)aa8394ev7.29.00053db6Update polyfill packages (#17727)f3a2226[babel 7] Delete Babel 8 fixtures (#17729)d7f4008v7.28.6- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @babel/preset-env since your current version.
Updates @babel/preset-react from 7.27.1 to 7.28.5
Release notes
Sourced from @babel/preset-react's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/preset-react's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliance]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
This file contains the changelog starting from v8.0.0-alpha.0.
- See CHANGELOG - v7.15.0 to v7.28.5 for v7.15.0 to v7.28.5 changes (the last common release between the v8 and v7 release lines was v7.28.5).
- See CHANGELOG - v7.0.0 to v7.14.9 for v7.0.0 to v7.14.9 changes.
- See CHANGELOG - v7 prereleases for v7.0.0-alpha.1 to v7.0.0-rc.4 changes.
- See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes.
- See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
- See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
- See
babel-eslint's releases for the changelog before@babel/eslint-parser7.8.0.- See
eslint-plugin-babel's releases for the changelog before@babel/eslint-plugin7.8.0.v8.0.0-rc.4 (2026-04-29)
:eyeglasses: Spec Compliance
babel-parserbabel-generator,babel-parser,babel-plugin-transform-spread,babel-types:boom: Breaking Change
babel-cli,babel-helper-transform-fixture-test-runner,babel-helpers,babel-node,babel-registerbabel-traverse
- #17937 Remove
Scope#buildUndefinedNode(@nicolo-ribaudo)babel-helper-wrap-function,babel-plugin-transform-block-scoping,babel-plugin-transform-regenerator,babel-traverse
- #17907 Remove
NodePath#toComputedKey(@liuxingbaoyu)babel-plugin-external-helpers,babel-template,babel-traverse
- #17830 Replace remaining whitelist/blacklist with inclusive alternatives (
@stuckvgn)babel-plugin-transform-property-mutators,babel-standalone
- #17882 Remove
@babel/plugin-transform-property-mutators(@liuxingbaoyu)
... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)- See full diff in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @babel/preset-react since your current version.
Updates @babel/preset-typescript from 7.27.1 to 7.28.5
Release notes
Sourced from @babel/preset-typescript's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/preset-typescript's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliance]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
This file contains the changelog starting from v8.0.0-alpha.0.
- See CHANGELOG - v7.15.0 to v7.28.5 for v7.15.0 to v7.28.5 changes (the last common release between the v8 and v7 release lines was v7.28.5).
- See CHANGELOG - v7.0.0 to v7.14.9 for v7.0.0 to v7.14.9 changes.
- See CHANGELOG - v7 prereleases for v7.0.0-alpha.1 to v7.0.0-rc.4 changes.
- See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes.
- See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
- See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
- See
babel-eslint's releases for the changelog before@babel/eslint-parser7.8.0.- See
eslint-plugin-babel's releases for the changelog before@babel/eslint-plugin7.8.0.v8.0.0-rc.4 (2026-04-29)
:eyeglasses: Spec Complianc...
Description has been truncated
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
Technical Details
| ID: | 15793042 |
| UUID: | 4221431717 |
| Node ID: | PR_kwDOQlQ6ds7QqS1Z |
| Host: | GitHub |
| Repository: | github/github-well-architected |