Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 60d389e

Browse files
dependabot[bot]charlynguyen
authored andcommitted
Bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright). Updates `@microsoft/api-extractor` from 7.42.3 to 7.43.0 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.43.0/apps/api-extractor) Updates `@types/node` from 20.11.28 to 20.11.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-playwright` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](playwright-community/eslint-plugin-playwright@v1.5.2...v1.5.4) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 121c627 commit 60d389e

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"devDependencies": {
99
"@axe-core/playwright": "^4.8.5",
1010
"@playwright/test": "^1.42.1",
11-
"@types/node": "^20.11.28",
11+
"@types/node": "^20.11.30",
1212
"cross-fetch": "^4.0.0",
1313
"eslint": "^8.57.0",
14-
"eslint-plugin-playwright": "^1.5.2",
14+
"eslint-plugin-playwright": "^1.5.4",
1515
"testcontainers": "^10.7.2",
1616
"typescript": "~5.0.4"
1717
},

packages/element-web-guest-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-guest-module-*.tgz nordeck-element-web-guest-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.42.3",
23+
"@microsoft/api-extractor": "^7.43.0",
2424
"@testing-library/jest-dom": "^6.4.1",
2525
"@testing-library/react": "^12.1.5",
2626
"@testing-library/user-event": "^14.5.2",

packages/element-web-opendesk-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-opendesk-module-*.tgz nordeck-element-web-opendesk-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.42.3",
23+
"@microsoft/api-extractor": "^7.43.0",
2424
"@testing-library/jest-dom": "^6.4.1",
2525
"@testing-library/react": "^12.1.5",
2626
"@types/jest": "^29.5.12",

packages/element-web-widget-lifecycle-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-widget-lifecycle-module-*.tgz nordeck-element-web-widget-lifecycle-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.42.3",
23+
"@microsoft/api-extractor": "^7.43.0",
2424
"esbuild": "^0.20.2",
2525
"typescript": "~5.0.4"
2626
},

packages/element-web-widget-toggles-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package": "yarn build && npm pack && shx mv nordeck-element-web-widget-toggles-module-*.tgz nordeck-element-web-widget-toggles-module.tgz"
2121
},
2222
"devDependencies": {
23-
"@microsoft/api-extractor": "^7.42.3",
23+
"@microsoft/api-extractor": "^7.43.0",
2424
"@testing-library/jest-dom": "^6.2.0",
2525
"@testing-library/react": "^12.1.5",
2626
"@types/jest": "^29.5.11",

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -1825,10 +1825,10 @@
18251825
"@microsoft/tsdoc-config" "~0.16.1"
18261826
"@rushstack/node-core-library" "4.0.2"
18271827

1828-
"@microsoft/api-extractor@^7.42.3":
1829-
version "7.42.3"
1830-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.42.3.tgz#fc3eec82b3d492dfd1ff60d306acff6534783035"
1831-
integrity sha512-JNLJFpGHz6ekjS6bvYXxUBeRGnSHeCMFNvRbCQ+7XXB/ZFrgLSMPwWtEq40AiWAy+oyG5a4RSNwdJTp0B2USvQ==
1828+
"@microsoft/api-extractor@^7.43.0":
1829+
version "7.43.0"
1830+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.43.0.tgz#41c42677bc71cd8e0f23c63c56802d85044e65cd"
1831+
integrity sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==
18321832
dependencies:
18331833
"@microsoft/api-extractor-model" "7.28.13"
18341834
"@microsoft/tsdoc" "0.14.2"
@@ -1842,7 +1842,7 @@
18421842
resolve "~1.22.1"
18431843
semver "~7.5.4"
18441844
source-map "~0.6.1"
1845-
typescript "5.3.3"
1845+
typescript "5.4.2"
18461846

18471847
"@microsoft/tsdoc-config@~0.16.1":
18481848
version "0.16.2"
@@ -2191,10 +2191,10 @@
21912191
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
21922192
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
21932193

2194-
"@types/node@*", "@types/node@^20.11.28":
2195-
version "20.11.28"
2196-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.28.tgz#4fd5b2daff2e580c12316e457473d68f15ee6f66"
2197-
integrity sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==
2194+
"@types/node@*", "@types/node@^20.11.30":
2195+
version "20.11.30"
2196+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
2197+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
21982198
dependencies:
21992199
undici-types "~5.26.4"
22002200

@@ -4006,10 +4006,10 @@ eslint-plugin-notice@^0.9.10:
40064006
lodash "^4.17.15"
40074007
metric-lcs "^0.1.2"
40084008

4009-
eslint-plugin-playwright@^1.5.2:
4010-
version "1.5.2"
4011-
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.5.2.tgz#d28697134613b6e290bfe7f9d2e0a56702573368"
4012-
integrity sha512-TMzLrLGQMccngU8GogtzIc9u5RzXGnfsQEUjLfEfshINuVR2fS4SHfDtU7xYP90Vwm5vflHECf610KTdGvO53w==
4009+
eslint-plugin-playwright@^1.5.4:
4010+
version "1.5.4"
4011+
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.5.4.tgz#12e6f31010c460e7f59ba5ec0ec7a96b331bbc44"
4012+
integrity sha512-J38Wy3Vc2f9y73J+KRmgXgbYI8TZ3zbz6qBbTj3PhpFndUS572jZ7kqQ3rJ9si5BaMHT7lmZzraO+3UjwIDV4Q==
40134013
dependencies:
40144014
globals "^13.23.0"
40154015

@@ -7697,10 +7697,10 @@ typed-array-length@^1.0.4:
76977697
for-each "^0.3.3"
76987698
is-typed-array "^1.1.9"
76997699

7700-
typescript@5.3.3:
7701-
version "5.3.3"
7702-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
7703-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7700+
typescript@5.4.2:
7701+
version "5.4.2"
7702+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
7703+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
77047704

77057705
typescript@~5.0.4:
77067706
version "5.0.4"

0 commit comments

Comments
 (0)