Skip to content

Commit 676a0b3

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 5948824 commit 676a0b3

File tree

3 files changed

+53
-53
lines changed

3 files changed

+53
-53
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@40aaf3831425d472965dd61e58cbd5854abd7214
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@40aaf3831425d472965dd61e58cbd5854abd7214
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"@types/yargs": "^17.0.8",
125125
"@types/yargs-parser": "^21.0.0",
126126
"@types/yarnpkg__lockfile": "^1.1.5",
127-
"@typescript-eslint/eslint-plugin": "5.38.1",
128-
"@typescript-eslint/parser": "5.38.1",
127+
"@typescript-eslint/eslint-plugin": "5.39.0",
128+
"@typescript-eslint/parser": "5.39.0",
129129
"@yarnpkg/lockfile": "1.1.0",
130130
"ajv": "8.11.0",
131131
"ajv-formats": "2.1.1",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,84 +2718,84 @@
27182718
dependencies:
27192719
"@types/node" "*"
27202720

2721-
"@typescript-eslint/eslint-plugin@5.38.1":
2722-
version "5.38.1"
2723-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
2724-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
2725-
dependencies:
2726-
"@typescript-eslint/scope-manager" "5.38.1"
2727-
"@typescript-eslint/type-utils" "5.38.1"
2728-
"@typescript-eslint/utils" "5.38.1"
2721+
"@typescript-eslint/eslint-plugin@5.39.0":
2722+
version "5.39.0"
2723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
2724+
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
2725+
dependencies:
2726+
"@typescript-eslint/scope-manager" "5.39.0"
2727+
"@typescript-eslint/type-utils" "5.39.0"
2728+
"@typescript-eslint/utils" "5.39.0"
27292729
debug "^4.3.4"
27302730
ignore "^5.2.0"
27312731
regexpp "^3.2.0"
27322732
semver "^7.3.7"
27332733
tsutils "^3.21.0"
27342734

2735-
"@typescript-eslint/parser@5.38.1":
2736-
version "5.38.1"
2737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
2738-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
2735+
"@typescript-eslint/parser@5.39.0":
2736+
version "5.39.0"
2737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
2738+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
27392739
dependencies:
2740-
"@typescript-eslint/scope-manager" "5.38.1"
2741-
"@typescript-eslint/types" "5.38.1"
2742-
"@typescript-eslint/typescript-estree" "5.38.1"
2740+
"@typescript-eslint/scope-manager" "5.39.0"
2741+
"@typescript-eslint/types" "5.39.0"
2742+
"@typescript-eslint/typescript-estree" "5.39.0"
27432743
debug "^4.3.4"
27442744

2745-
"@typescript-eslint/scope-manager@5.38.1":
2746-
version "5.38.1"
2747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
2748-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
2745+
"@typescript-eslint/scope-manager@5.39.0":
2746+
version "5.39.0"
2747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
2748+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
27492749
dependencies:
2750-
"@typescript-eslint/types" "5.38.1"
2751-
"@typescript-eslint/visitor-keys" "5.38.1"
2750+
"@typescript-eslint/types" "5.39.0"
2751+
"@typescript-eslint/visitor-keys" "5.39.0"
27522752

2753-
"@typescript-eslint/type-utils@5.38.1":
2754-
version "5.38.1"
2755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
2756-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
2753+
"@typescript-eslint/type-utils@5.39.0":
2754+
version "5.39.0"
2755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
2756+
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
27572757
dependencies:
2758-
"@typescript-eslint/typescript-estree" "5.38.1"
2759-
"@typescript-eslint/utils" "5.38.1"
2758+
"@typescript-eslint/typescript-estree" "5.39.0"
2759+
"@typescript-eslint/utils" "5.39.0"
27602760
debug "^4.3.4"
27612761
tsutils "^3.21.0"
27622762

2763-
"@typescript-eslint/types@5.38.1":
2764-
version "5.38.1"
2765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
2766-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
2763+
"@typescript-eslint/types@5.39.0":
2764+
version "5.39.0"
2765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
2766+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
27672767

2768-
"@typescript-eslint/typescript-estree@5.38.1":
2769-
version "5.38.1"
2770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
2771-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
2768+
"@typescript-eslint/typescript-estree@5.39.0":
2769+
version "5.39.0"
2770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
2771+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
27722772
dependencies:
2773-
"@typescript-eslint/types" "5.38.1"
2774-
"@typescript-eslint/visitor-keys" "5.38.1"
2773+
"@typescript-eslint/types" "5.39.0"
2774+
"@typescript-eslint/visitor-keys" "5.39.0"
27752775
debug "^4.3.4"
27762776
globby "^11.1.0"
27772777
is-glob "^4.0.3"
27782778
semver "^7.3.7"
27792779
tsutils "^3.21.0"
27802780

2781-
"@typescript-eslint/utils@5.38.1":
2782-
version "5.38.1"
2783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
2784-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
2781+
"@typescript-eslint/utils@5.39.0":
2782+
version "5.39.0"
2783+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
2784+
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
27852785
dependencies:
27862786
"@types/json-schema" "^7.0.9"
2787-
"@typescript-eslint/scope-manager" "5.38.1"
2788-
"@typescript-eslint/types" "5.38.1"
2789-
"@typescript-eslint/typescript-estree" "5.38.1"
2787+
"@typescript-eslint/scope-manager" "5.39.0"
2788+
"@typescript-eslint/types" "5.39.0"
2789+
"@typescript-eslint/typescript-estree" "5.39.0"
27902790
eslint-scope "^5.1.1"
27912791
eslint-utils "^3.0.0"
27922792

2793-
"@typescript-eslint/visitor-keys@5.38.1":
2794-
version "5.38.1"
2795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
2796-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
2793+
"@typescript-eslint/visitor-keys@5.39.0":
2794+
version "5.39.0"
2795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
2796+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
27972797
dependencies:
2798-
"@typescript-eslint/types" "5.38.1"
2798+
"@typescript-eslint/types" "5.39.0"
27992799
eslint-visitor-keys "^3.3.0"
28002800

28012801
"@verdaccio/commons-api@10.2.0":

0 commit comments

Comments
 (0)