Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and dgp1130 committed Nov 28, 2023
1 parent 8a84998 commit adba8be
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@8d620dd288dcde4cb2122afb4eddad246ceae780
- uses: angular/dev-infra/github-actions/branch-manager@f00131a6ab074797904b905c6a7637af1ce7ce80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup ESLint Caching
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -92,11 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -147,13 +147,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -165,13 +165,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -199,11 +199,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8d620dd288dcde4cb2122afb4eddad246ceae780
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f00131a6ab074797904b905c6a7637af1ce7ce80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/post-approval-changes@8d620dd288dcde4cb2122afb4eddad246ceae780
- uses: angular/dev-infra/github-actions/post-approval-changes@f00131a6ab074797904b905c6a7637af1ce7ce80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@8d620dd288dcde4cb2122afb4eddad246ceae780
- uses: angular/dev-infra/github-actions/feature-request@f00131a6ab074797904b905c6a7637af1ce7ce80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.1.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e5f668bd63521a567998f2614398f53cbae2d227",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#18fe69c8d9558564187fbea2d47acaac34af3ec9",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975",
"@angular/cdk": "17.1.0-next.0",
"@angular/common": "17.1.0-next.1",
"@angular/compiler": "17.1.0-next.1",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.1.0-next.1",
"@angular/localize": "17.0.4",
"@angular/material": "17.1.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc",
"@angular/platform-browser": "17.1.0-next.1",
"@angular/platform-browser-dynamic": "17.1.0-next.1",
"@angular/platform-server": "17.1.0-next.1",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#35af0266bbd5d865a0a0c83e7b93cc8ca45d8cd8",
"@angular/cdk": "github:angular/cdk-builds#78e39f62b861ec9fc693fcf9aa70a5d0012719bf",
"@angular/common": "github:angular/common-builds#5439347133a0e29927e0b08a68a7cdafeb3e94ad",
"@angular/compiler": "github:angular/compiler-builds#9651dc840af4fcb7a7c4d1fc59e0b7b6b3960497",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#38800e22b084a802bc7133cf383f17f2c7064e2f",
"@angular/core": "github:angular/core-builds#359e9a8c47031b11937c955f20dcf276eff44a9c",
"@angular/forms": "github:angular/forms-builds#2d03e3793e93fefbad8c11322ef2ee6c3cddb4ca",
"@angular/language-service": "github:angular/language-service-builds#6b4edb37bceb62b7b83ad10e95100807da37dd6c",
"@angular/localize": "github:angular/localize-builds#5982a6115b615d9843a7ed98b5c86e84ba2f8824",
"@angular/material": "github:angular/material-builds#778c6314da9e42fff603f42680e29f3bbb1902df",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bb871bccc811d0ac9562712c1c41c0a3aa12e222",
"@angular/platform-browser": "github:angular/platform-browser-builds#20286f6107e6b4465f9a650e82cb8f53147228bd",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#47664d90ccf684eea526e500b5a9c80590629b08",
"@angular/platform-server": "github:angular/platform-server-builds#68c4fa3e51c65f08c5a5f7f8253f1e52c667cb1c",
"@angular/router": "github:angular/router-builds#4942f6a843765e379aa3248c2c1c9e62599cea03",
"@angular/service-worker": "github:angular/service-worker-builds#627211a972b6ed704eb3d035b1399c3911430f02"
"@angular/animations": "github:angular/animations-builds#4865268bff5d32a928e8546a61f3bd043f28c823",
"@angular/cdk": "github:angular/cdk-builds#6c9bd12400d86ad5354030fa0b7706d57781b1e5",
"@angular/common": "github:angular/common-builds#16e8e72b6552793e589e6322e3cd87944ddb71fe",
"@angular/compiler": "github:angular/compiler-builds#94049981073835ced6c1330890e85996eb5f5cb4",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#141eff8a68377a60a3ddb94302519be6206d47ea",
"@angular/core": "github:angular/core-builds#c6526c78d4e90b82dac7932f9ba485c74aa3a317",
"@angular/forms": "github:angular/forms-builds#e22ea827855b92f62431f123ae631a1b3441093d",
"@angular/language-service": "github:angular/language-service-builds#1e84d0c3fbc7b53ccd54bd5e3faf70af4cf79e9c",
"@angular/localize": "github:angular/localize-builds#69487b8e1cd271e4fd1ed6e0dc4ec1873aaf959d",
"@angular/material": "github:angular/material-builds#96cad6e0eb2930685510ee3eb3816c3e5e3eadc9",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#566d5998932256915b80fb326d16101b804f6cca",
"@angular/platform-browser": "github:angular/platform-browser-builds#6f49ec05a9e1a6099ff82642a883d0f8b39125f3",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9fc9e8dd5dcf30bec8e087fe317601c9b043a892",
"@angular/platform-server": "github:angular/platform-server-builds#cff18fab6d97516381a2cbc6001d460fe0c6ad1a",
"@angular/router": "github:angular/router-builds#33c466e507dda32b6f8a776673bd8e074c3d2b64",
"@angular/service-worker": "github:angular/service-worker-builds#5caf2e61e5b869b442e86fd1d7629df950f5b5e5"
}
}
73 changes: 19 additions & 54 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#e5f668bd63521a567998f2614398f53cbae2d227":
version "17.1.0-next.1+sha-c62b2da"
uid e5f668bd63521a567998f2614398f53cbae2d227
resolved "https://github.com/angular/bazel-builds.git#e5f668bd63521a567998f2614398f53cbae2d227"
"@angular/bazel@https://github.com/angular/bazel-builds.git#18fe69c8d9558564187fbea2d47acaac34af3ec9":
version "17.1.0-next.1+sha-e3dbadd"
uid "18fe69c8d9558564187fbea2d47acaac34af3ec9"
resolved "https://github.com/angular/bazel-builds.git#18fe69c8d9558564187fbea2d47acaac34af3ec9"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -140,10 +140,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686":
version "0.0.0-8d620dd288dcde4cb2122afb4eddad246ceae780"
uid "1cd003b90ea0b96c97e43108f71e35634cfcf686"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975":
version "0.0.0-f00131a6ab074797904b905c6a7637af1ce7ce80"
uid "39de01a4b72a744a86f1062872a2822a609fe975"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975"
dependencies:
"@angular-devkit/build-angular" "17.0.0"
"@angular/benchpress" "0.3.0"
Expand All @@ -157,14 +157,14 @@
"@bazel/runfiles" "5.8.1"
"@bazel/terser" "5.8.1"
"@bazel/typescript" "5.8.1"
"@microsoft/api-extractor" "7.38.2"
"@microsoft/api-extractor" "7.38.3"
"@types/browser-sync" "^2.26.3"
"@types/node" "16.10.9"
"@types/selenium-webdriver" "^4.0.18"
"@types/send" "^0.17.1"
"@types/tmp" "^0.2.1"
"@types/uuid" "^9.0.0"
"@types/ws" "8.5.8"
"@types/ws" "8.5.10"
"@types/yargs" "^17.0.0"
browser-sync "^2.27.7"
clang-format "1.8.0"
Expand All @@ -174,15 +174,15 @@
marked-mangle "^1.1.4"
preact "^10.17.1"
preact-render-to-string "^6.2.1"
prettier "3.0.3"
prettier "3.1.0"
protractor "^7.0.0"
selenium-webdriver "4.15.0"
send "^0.18.0"
source-map "^0.7.4"
tmp "^0.2.1"
"true-case-path" "^2.2.1"
tslib "^2.5.2"
typescript "5.2.2"
typescript "5.3.2"
uuid "^9.0.0"
yargs "^17.0.0"

Expand Down Expand Up @@ -307,10 +307,10 @@
"@material/typography" "15.0.0-canary.a246a4439.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71":
version "0.0.0-8d620dd288dcde4cb2122afb4eddad246ceae780"
uid "24dd667b08a5f512f9ddd262ab9254477b363b71"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc":
version "0.0.0-f00131a6ab074797904b905c6a7637af1ce7ce80"
uid "581fbc0546738cf4e0ded85d2ba307ba20b781cc"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down Expand Up @@ -2756,25 +2756,7 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.61.0"

"@microsoft/api-extractor@7.38.2":
version "7.38.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.38.2.tgz#fbc329fbec2b27a160507d08d02b78018fd142ac"
integrity sha512-JOARuhTwOcOMIU0O2czscoJy3ddVzIRhSA9/7T1ALuZSNphgWsPk+Bv4E7AnBDmTV4pP4lBNLtCxEHjjpWaytQ==
dependencies:
"@microsoft/api-extractor-model" "7.28.2"
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.61.0"
"@rushstack/rig-package" "0.5.1"
"@rushstack/ts-command-line" "4.17.1"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.22.1"
semver "~7.5.4"
source-map "~0.6.1"
typescript "~5.0.4"

"@microsoft/api-extractor@^7.24.2":
"@microsoft/api-extractor@7.38.3", "@microsoft/api-extractor@^7.24.2":
version "7.38.3"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.38.3.tgz#2b0157d166c1a23642e22d139c7b7b39ad6340fd"
integrity sha512-xt9iYyC5f39281j77JTA9C3ISJpW1XWkCcnw+2vM78CPnro6KhPfwQdPDfwS5JCPNuq0grm8cMdPUOPvrchDWw==
Expand Down Expand Up @@ -3873,20 +3855,13 @@
anymatch "^3.0.0"
source-map "^0.6.0"

"@types/ws@*", "@types/ws@^8.5.5":
"@types/ws@*", "@types/ws@8.5.10", "@types/ws@^8.5.5":
version "8.5.10"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
dependencies:
"@types/node" "*"

"@types/ws@8.5.8":
version "8.5.8"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.8.tgz#13efec7bd439d0bdf2af93030804a94f163b1430"
integrity sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==
dependencies:
"@types/node" "*"

"@types/yargs-parser@*", "@types/yargs-parser@^21.0.0":
version "21.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
Expand Down Expand Up @@ -10367,12 +10342,7 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

prettier@^3.0.0:
prettier@3.1.0, prettier@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
Expand Down Expand Up @@ -12182,11 +12152,6 @@ typed-assert@^1.0.8:
resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213"
integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==

typescript@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

typescript@5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
Expand Down

0 comments on commit adba8be

Please sign in to comment.