Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Remove unused Linear dependencies #22958

Merged
merged 6 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
"@rollup/pluginutils": "^4.2.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be related to linear

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally merged PRs in the wrong order:
#22960
#22961

... got merged in to this, because I telescoped a bunch of times to not waste time on merge conflicts.

This commit is the only commit of note on this PR:
92d4915 (#22958)

"@rollup/pluginutils": "^5.0.2",
"@storybook/builder-vite": "7.1.0-alpha.29",
"@storybook/react": "7.1.0-alpha.29",
"@vitejs/plugin-react": "^3.0.1",
Expand Down
2 changes: 0 additions & 2 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"danger": "danger",
"generate-sandboxes": "ts-node --swc ../scripts/sandbox/generate.ts",
"github-release": "github-release-from-changelog",
"linear-export": "ts-node --swc --project=../scripts/tsconfig.json ../scripts/linear-export.ts",
"lint": "yarn lint:js && yarn lint:md",
"lint:ejs": "ejslint **/*.ejs",
"lint:js": "yarn lint:js:cmd . --quiet",
Expand Down Expand Up @@ -96,7 +95,6 @@
"@babel/runtime": "^7.20.1",
"@emotion/jest": "^11.10.0",
"@jest/globals": "^29.3.1",
"@linear/sdk": "^1.21.0",
"@nx/workspace": "16.2.1",
"@playwright/test": "^1.34.3",
"@storybook/addon-a11y": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/presets/server-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"fs-extra": "^11.1.0",
"jest-specific-snapshot": "^7.0.0",
"typescript": "~4.9.3",
"yaml": "^1.10.0"
"yaml": "^2.3.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be related to linear

},
"engines": {
"node": ">=16.0.0"
Expand Down
50 changes: 19 additions & 31 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2985,15 +2985,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-typed-document-node/core@npm:^3.1.0":
version: 3.2.0
resolution: "@graphql-typed-document-node/core@npm:3.2.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 94e9d75c1f178bbae8d874f5a9361708a3350c8def7eaeb6920f2c820e82403b7d4f55b3735856d68e145e86c85cbfe2adc444fdc25519cd51f108697e99346c
languageName: node
linkType: hard

"@hapi/accept@npm:^5.0.1":
version: 5.0.2
resolution: "@hapi/accept@npm:5.0.2"
Expand Down Expand Up @@ -3957,17 +3948,6 @@ __metadata:
languageName: node
linkType: hard

"@linear/sdk@npm:^1.21.0":
version: 1.22.0
resolution: "@linear/sdk@npm:1.22.0"
dependencies:
"@graphql-typed-document-node/core": ^3.1.0
graphql: ^15.4.0
isomorphic-unfetch: ^3.1.0
checksum: 7e8f24f617631d027fd606334a498b04014d4c33603bcb3e08073d14f86260d116597983567f8bc147a935e4557180158175b52b9a9a8a270a234b946894a82b
languageName: node
linkType: hard

"@lit-labs/ssr-dom-shim@npm:^1.0.0, @lit-labs/ssr-dom-shim@npm:^1.1.0":
version: 1.1.1
resolution: "@lit-labs/ssr-dom-shim@npm:1.1.1"
Expand Down Expand Up @@ -5113,7 +5093,7 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^4.1.0, @rollup/pluginutils@npm:^4.1.1, @rollup/pluginutils@npm:^4.2.0":
"@rollup/pluginutils@npm:^4.1.0, @rollup/pluginutils@npm:^4.1.1":
version: 4.2.1
resolution: "@rollup/pluginutils@npm:4.2.1"
dependencies:
Expand All @@ -5123,6 +5103,22 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.0.2":
version: 5.0.2
resolution: "@rollup/pluginutils@npm:5.0.2"
dependencies:
"@types/estree": ^1.0.0
estree-walker: ^2.0.2
picomatch: ^2.3.1
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: b06f73c15bb59418aa6fbfead5675bab2d6922e15663525ffc2eb8429530bc5add516600adb251cfbf9b60f3d12fb821cde155cb5103415154a476bd0f163432
languageName: node
linkType: hard

"@schematics/angular@npm:16.0.3":
version: 16.0.3
resolution: "@schematics/angular@npm:16.0.3"
Expand Down Expand Up @@ -6963,7 +6959,7 @@ __metadata:
safe-identifier: ^0.4.1
ts-dedent: ^2.0.0
typescript: ~4.9.3
yaml: ^1.10.0
yaml: ^2.3.1
yaml-loader: ^0.8.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7160,7 +7156,7 @@ __metadata:
resolution: "@storybook/react-vite@workspace:frameworks/react-vite"
dependencies:
"@joshwooding/vite-plugin-react-docgen-typescript": 0.2.1
"@rollup/pluginutils": ^4.2.0
"@rollup/pluginutils": ^5.0.2
"@storybook/builder-vite": 7.1.0-alpha.29
"@storybook/react": 7.1.0-alpha.29
"@types/node": ^16.0.0
Expand Down Expand Up @@ -7250,7 +7246,6 @@ __metadata:
"@babel/runtime": ^7.20.1
"@emotion/jest": ^11.10.0
"@jest/globals": ^29.3.1
"@linear/sdk": ^1.21.0
"@nx/workspace": 16.2.1
"@playwright/test": ^1.34.3
"@storybook/addon-a11y": "workspace:*"
Expand Down Expand Up @@ -17398,13 +17393,6 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^15.4.0":
version: 15.8.0
resolution: "graphql@npm:15.8.0"
checksum: 30cc09b77170a9d1ed68e4c017ec8c5265f69501c96e4f34f8f6613f39a886c96dd9853eac925f212566ed651736334c8fe24ceae6c44e8d7625c95c3009a801
languageName: node
linkType: hard

"grizzly@npm:^4.0.0":
version: 4.0.3
resolution: "grizzly@npm:4.0.3"
Expand Down
1 change: 0 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@babel/types": "^7.22.0",
"@emotion/jest": "^11.10.5",
"@jest/globals": "^29.3.1",
"@linear/sdk": "^1.22.0",
"@nx/workspace": "16.2.1",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "future",
Expand Down
45 changes: 0 additions & 45 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1781,15 +1781,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-typed-document-node/core@npm:^3.1.0":
version: 3.2.0
resolution: "@graphql-typed-document-node/core@npm:3.2.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 94e9d75c1f178bbae8d874f5a9361708a3350c8def7eaeb6920f2c820e82403b7d4f55b3735856d68e145e86c85cbfe2adc444fdc25519cd51f108697e99346c
languageName: node
linkType: hard

"@hapi/hoek@npm:^9.0.0":
version: 9.3.0
resolution: "@hapi/hoek@npm:9.3.0"
Expand Down Expand Up @@ -2194,17 +2185,6 @@ __metadata:
languageName: node
linkType: hard

"@linear/sdk@npm:^1.22.0":
version: 1.22.0
resolution: "@linear/sdk@npm:1.22.0"
dependencies:
"@graphql-typed-document-node/core": ^3.1.0
graphql: ^15.4.0
isomorphic-unfetch: ^3.1.0
checksum: 7e8f24f617631d027fd606334a498b04014d4c33603bcb3e08073d14f86260d116597983567f8bc147a935e4557180158175b52b9a9a8a270a234b946894a82b
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -2920,7 +2900,6 @@ __metadata:
"@babel/types": ^7.22.0
"@emotion/jest": ^11.10.5
"@jest/globals": ^29.3.1
"@linear/sdk": ^1.22.0
"@nx/workspace": 16.2.1
"@storybook/eslint-config-storybook": ^3.1.2
"@storybook/jest": future
Expand Down Expand Up @@ -8402,13 +8381,6 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^15.4.0":
version: 15.8.0
resolution: "graphql@npm:15.8.0"
checksum: 30cc09b77170a9d1ed68e4c017ec8c5265f69501c96e4f34f8f6613f39a886c96dd9853eac925f212566ed651736334c8fe24ceae6c44e8d7625c95c3009a801
languageName: node
linkType: hard

"grizzly@npm:^4.0.0":
version: 4.0.3
resolution: "grizzly@npm:4.0.3"
Expand Down Expand Up @@ -9427,16 +9399,6 @@ __metadata:
languageName: node
linkType: hard

"isomorphic-unfetch@npm:^3.1.0":
version: 3.1.0
resolution: "isomorphic-unfetch@npm:3.1.0"
dependencies:
node-fetch: ^2.6.1
unfetch: ^4.2.0
checksum: d3b61fca06304db692b7f76bdfd3a00f410e42cfa7403c3b250546bf71589d18cf2f355922f57198e4cc4a9872d3647b20397a5c3edf1a347c90d57c83cf2a89
languageName: node
linkType: hard

"isstream@npm:~0.1.2":
version: 0.1.2
resolution: "isstream@npm:0.1.2"
Expand Down Expand Up @@ -15061,13 +15023,6 @@ __metadata:
languageName: node
linkType: hard

"unfetch@npm:^4.2.0":
version: 4.2.0
resolution: "unfetch@npm:4.2.0"
checksum: a5c0a896a6f09f278b868075aea65652ad185db30e827cb7df45826fe5ab850124bf9c44c4dafca4bf0c55a0844b17031e8243467fcc38dd7a7d435007151f1b
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down