Skip to content

Commit

Permalink
chore(package): remove sketch (#14010)
Browse files Browse the repository at this point in the history
* chore: ran yarn dedupe

* chore: remove sketch package

* fix: remove '

* revert: v10 workflow changes

* fix: conflict changes

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
falsepopsky and kodiakhq[bot] authored Jun 20, 2023
1 parent f40998c commit fd00277
Show file tree
Hide file tree
Showing 103 changed files with 41 additions and 2,807 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ packages/components/node_modules
packages/components/scss/globals/vendor/**
packages/components/src/globals/scss/vendor/**

# Sketch
*.sketchplugin

# Upgrade
**/__testfixtures__/**
packages/upgrade/cli.js
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build --ignore '@carbon/sketch'
run: yarn build
- name: Check generated styles
run: |
yarn carbon-cli check --ignore '**/@(node_modules|examples|components|react|fixtures|compat)/**' 'packages/**/*.scss'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- 'packages/icon-build-helpers/**'
- name: Build project
if: ${{ steps.filter.outputs.e2e == 'true' }}
run: yarn build --ignore '@carbon/sketch'
run: yarn build
- name: Run e2e tests
if: ${{ steps.filter.outputs.e2e == 'true' }}
run: yarn test:e2e
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Install browsers
run: yarn playwright install --with-deps
- name: Build project
run: yarn build --ignore '@carbon/sketch'
run: yarn build
- name: Build storybook
run: yarn workspace @carbon/react build-storybook
- name: Run storybook
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Install browsers
run: yarn playwright install --with-deps
- name: Build project
run: yarn build --ignore '@carbon/sketch'
run: yarn build
- name: Build storybook
run: yarn workspace @carbon/react build-storybook
- name: Run storybook
Expand Down
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ packages/components/docs/js
# Icons react
packages/icons-react/next/**

# Sketch
**/*.sketchplugin/**

# Changelogs
**/CHANGELOG.md

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/got-npm-6.7.1-f61570d59b-e816306dbd.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/opn-npm-5.5.0-9a97e03147-35b677b5a1.zip
Binary file not shown.
Binary file removed .yarn/cache/ora-npm-1.4.0-9bbc837b7e-2a93572140.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/skpm-npm-1.3.1-109328ca91-7016184f54.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
preset: 'jest-config-carbon',
collectCoverageFrom: [
'packages/**/src/**/*.js',
'!packages/{cli,components,sketch}/**',
'!packages/{cli,components}/**',
'!packages/**/{examples,stories}/**',
'!**/*-story.js',
'!**/*.stories.js',
Expand Down
2 changes: 1 addition & 1 deletion jest.e2e.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
preset: 'jest-config-carbon',
collectCoverageFrom: [
'packages/**/src/**/*.js',
'!packages/{cli,components,sketch}/**',
'!packages/{cli,components}/**',
'!packages/**/{examples,stories}/**',
'!**/*-story.js',
],
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/commands/sync/readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const packageDenyList = new Set([
'carbon-components',
'carbon-components-react',
'@carbon/react',
'@carbon/sketch',
'@carbon/styles',
]);

Expand Down
2 changes: 0 additions & 2 deletions packages/sketch/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/sketch/.npmignore

This file was deleted.

103 changes: 0 additions & 103 deletions packages/sketch/README.md

This file was deleted.

Binary file removed packages/sketch/fixtures/symbol-id-sync.sketch
Binary file not shown.
52 changes: 0 additions & 52 deletions packages/sketch/package.json

This file was deleted.

Loading

0 comments on commit fd00277

Please sign in to comment.