Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #107 from emulsify-ds/release-deprecation
Browse files Browse the repository at this point in the history
Release: 2.0 and compound deprecation
  • Loading branch information
callinmullaney authored Apr 17, 2024
2 parents 91618f7 + fdf102a commit 5499265
Show file tree
Hide file tree
Showing 123 changed files with 24,475 additions and 52,464 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
if: steps.component_changes.outputs.components == 'true'
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: '20'
- name: Install dependencies
if: steps.component_changes.outputs.components == 'true'
run: npm ci
- name: Build storybook
if: steps.component_changes.outputs.components == 'true'
run: npm run storybook:build
run: npm run storybook-build
- name: Run Percy Tests
if: steps.component_changes.outputs.components == 'true'
run: npm run visreg-ci
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: '20'
- name: Install CLI
run: npm install -g @emulsify/cli
- name: Install starter
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13
20
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

File renamed without changes.
27 changes: 0 additions & 27 deletions .storybook/_drupal.js

This file was deleted.

12 changes: 0 additions & 12 deletions .storybook/emulsifyTheme.js

This file was deleted.

12 changes: 0 additions & 12 deletions .storybook/main.js

This file was deleted.

7 changes: 0 additions & 7 deletions .storybook/manager.js

This file was deleted.

22 changes: 0 additions & 22 deletions .storybook/preview.js

This file was deleted.

26 changes: 0 additions & 26 deletions .storybook/setupTwig.js

This file was deleted.

32 changes: 0 additions & 32 deletions .storybook/setupTwig.test.js

This file was deleted.

50 changes: 0 additions & 50 deletions .storybook/webpack.config.js

This file was deleted.

1 change: 0 additions & 1 deletion .stylelintignore

This file was deleted.

33 changes: 0 additions & 33 deletions .stylelintrc

This file was deleted.

6 changes: 6 additions & 0 deletions assets/icons/angle-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/chevron-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/circle-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion images/icons/instagram.svg → assets/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/menu-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/triangle-exclamation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/xmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 3 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
};
Loading

0 comments on commit 5499265

Please sign in to comment.