Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef651c5

Browse files
authored
chore: Use proper test-utils dependency in workspace (#17538)
We only need to use the `link:...` syntax in E2E tests which are not in the workspace. Also cleans up some other deps that somehow are not in sync in yarn.lock...?
1 parent 68fcc82 commit ef651c5

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

‎dev-packages/cloudflare-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@cloudflare/workers-types": "^4.20250708.0",
20-
"@sentry-internal/test-utils": "link:../test-utils",
20+
"@sentry-internal/test-utils": "10.10.0",
2121
"vitest": "^3.2.4",
2222
"wrangler": "4.22.0"
2323
},

‎dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"yargs": "^16.2.0"
7171
},
7272
"devDependencies": {
73-
"@sentry-internal/test-utils": "link:../test-utils",
73+
"@sentry-internal/test-utils": "10.10.0",
7474
"@types/amqplib": "^0.10.5",
7575
"@types/node-cron": "^3.0.11",
7676
"@types/node-schedule": "^2.1.7",

‎yarn.lock

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6943,11 +6943,6 @@
69436943
fflate "^0.4.4"
69446944
mitt "^3.0.0"
69456945

6946-
"@sentry-internal/test-utils@link:dev-packages/test-utils":
6947-
version "10.8.0"
6948-
dependencies:
6949-
express "^4.21.1"
6950-
69516946
"@sentry/babel-plugin-component-annotate@4.1.0":
69526947
version "4.1.0"
69536948
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.0.tgz#6e7168f5fa59f53ac4b68e3f79c5fd54adc13f2e"
@@ -6958,11 +6953,6 @@
69586953
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.1.tgz#371415afc602f6b2ba0987b51123bd34d1603193"
69596954
integrity sha512-HUpqrCK7zDVojTV6KL6BO9ZZiYrEYQqvYQrscyMsq04z+WCupXaH6YEliiNRvreR8DBJgdsG3lBRpebhUGmvfA==
69606955

6961-
"@sentry/babel-plugin-component-annotate@4.2.0":
6962-
version "4.2.0"
6963-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.2.0.tgz#6c616e6d645f49f15f83b891ef42a795ba4dbb3f"
6964-
integrity sha512-GFpS3REqaHuyX4LCNqlneAQZIKyHb5ePiI1802n0fhtYjk68I1DTQ3PnbzYi50od/vAsTQVCknaS5F6tidNqTQ==
6965-
69666956
"@sentry/babel-plugin-component-annotate@4.3.0":
69676957
version "4.3.0"
69686958
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.3.0.tgz#c5b6cbb986952596d3ad233540a90a1fd18bad80"
@@ -6996,20 +6986,6 @@
69966986
magic-string "0.30.8"
69976987
unplugin "1.0.1"
69986988

6999-
"@sentry/bundler-plugin-core@4.2.0":
7000-
version "4.2.0"
7001-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.2.0.tgz#b607937f7cd0a769aa26974c4af3fca94abad63f"
7002-
integrity sha512-EDG6ELSEN/Dzm4KUQOynoI2suEAdPdgwaBXVN4Ww705zdrYT79OGh51rkz74KGhovt7GukaPf0Z9LJwORXUbhg==
7003-
dependencies:
7004-
"@babel/core" "^7.18.5"
7005-
"@sentry/babel-plugin-component-annotate" "4.2.0"
7006-
"@sentry/cli" "^2.51.0"
7007-
dotenv "^16.3.1"
7008-
find-up "^5.0.0"
7009-
glob "^9.3.2"
7010-
magic-string "0.30.8"
7011-
unplugin "1.0.1"
7012-
70136989
"@sentry/bundler-plugin-core@4.3.0", "@sentry/bundler-plugin-core@^4.3.0":
70146990
version "4.3.0"
70156991
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.3.0.tgz#cf302522a3e5b8a3bf727635d0c6a7bece981460"
@@ -14255,6 +14231,9 @@ detective-scss@^5.0.1:
1425514231
version "5.0.1"
1425614232
resolved "https://registry.yarnpkg.com/detective-scss/-/detective-scss-5.0.1.tgz#6a7f792dc9c0e8cfc0d252a50ba26a6df12596a7"
1425714233
integrity sha512-MAyPYRgS6DCiS6n6AoSBJXLGVOydsr9huwXORUlJ37K3YLyiN0vYHpzs3AdJOgHobBfispokoqrEon9rbmKacg==
14234+
dependencies:
14235+
gonzales-pe "^4.3.0"
14236+
node-source-walk "^7.0.1"
1425814237

1425914238
detective-stylus@^4.0.0:
1426014239
version "4.0.0"
@@ -14289,6 +14268,14 @@ detective-vue2@^2.2.0:
1428914268
version "2.2.0"
1429014269
resolved "https://registry.yarnpkg.com/detective-vue2/-/detective-vue2-2.2.0.tgz#35fd1d39e261b064aca9fcaf20e136c76877482a"
1429114270
integrity sha512-sVg/t6O2z1zna8a/UIV6xL5KUa2cMTQbdTIIvqNM0NIPswp52fe43Nwmbahzj3ww4D844u/vC2PYfiGLvD3zFA==
14271+
dependencies:
14272+
"@dependents/detective-less" "^5.0.1"
14273+
"@vue/compiler-sfc" "^3.5.13"
14274+
detective-es6 "^5.0.1"
14275+
detective-sass "^6.0.1"
14276+
detective-scss "^5.0.1"
14277+
detective-stylus "^5.0.1"
14278+
detective-typescript "^14.0.0"
1429214279

1429314280
deterministic-object-hash@^1.3.1:
1429414281
version "1.3.1"
@@ -16820,6 +16807,9 @@ fetch-blob@^3.1.2, fetch-blob@^3.1.4:
1682016807
version "3.2.0"
1682116808
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
1682216809
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
16810+
dependencies:
16811+
node-domexception "^1.0.0"
16812+
web-streams-polyfill "^3.0.3"
1682316813

1682416814
fflate@0.8.2, fflate@^0.8.2:
1682516815
version "0.8.2"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /