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

Remove legacy es5 bundling resources #20

Closed
blackfalcon opened this issue May 25, 2023 · 0 comments · Fixed by #27, #28 or #30
Closed

Remove legacy es5 bundling resources #20

blackfalcon opened this issue May 25, 2023 · 0 comments · Fixed by #27, #28 or #30

Comments

@blackfalcon
Copy link
Member

Is your feature request related to a problem? Please describe.

This repo still contains resources related to the bundling of an es5 module, local demo Sass, and still supports legacy concepts like non-rem CSS post-processing.

Describe the solution you'd like

Remove all es5 resources required for bundling. This includes all script references and npm dependencies.

Remove these legacy services. Also, make sure that they are removed from all documentation including the README and API docs.

Update the index.html file in the ./dir to use CDN style resources. The local demo Sass resources should be deleted. The npm script for processing these demo styles should also be released

Please delete any _legacy directory if one exists.

Exit criteria

This issue will be complete once all legacy Sass and es5 building resources have been removed from the repo.

See linked commits for update references.

This issue was copied from #61 by @blackfalcon.

This issue was copied from #56 by @blackfalcon.

@blackfalcon blackfalcon added the Status: Work In Progress Issue or Pull Request work is in Progress label May 25, 2023
@blackfalcon blackfalcon transferred this issue from AlaskaAirlines/auro-flight May 25, 2023
@blackfalcon blackfalcon added auro-datetime Type: perf and removed Status: Work In Progress Issue or Pull Request work is in Progress labels May 25, 2023
@blackfalcon blackfalcon added this to the Node 18+ Updates milestone May 25, 2023
@jordanjones243 jordanjones243 self-assigned this Jun 12, 2023
@jordanjones243 jordanjones243 mentioned this issue Jun 12, 2023
6 tasks
@jordanjones243 jordanjones243 linked a pull request Jun 12, 2023 that will close this issue
6 tasks
@blackfalcon blackfalcon mentioned this issue Jul 12, 2023
6 tasks
blackfalcon added a commit that referenced this issue Jul 12, 2023
@blackfalcon blackfalcon mentioned this issue Jul 13, 2023
6 tasks
@blackfalcon blackfalcon linked a pull request Jul 13, 2023 that will close this issue
6 tasks
@blackfalcon blackfalcon reopened this Jul 13, 2023
blackfalcon added a commit that referenced this issue Jul 13, 2023
BREAKING CHANGE: This commit includes an update to the namespace
of the component to @AuroDesignSystem.

This is a complete upgrade to the repo to include things
like updating configs, testing, templates, etc.. See the full
list of updated files.

Changes to be committed:
new file:   .eslintrc
deleted:    .eslintrc.js
new file:   .github/CODEOWNERS
modified:   .github/CONTRIBUTING.md
deleted:    .github/ISSUE_TEMPLATE/bug_report.md
new file:   .github/ISSUE_TEMPLATE/bug_report.yml
deleted:    .github/ISSUE_TEMPLATE/dev-story.md
deleted:    .github/ISSUE_TEMPLATE/feature_request.md
new file:   .github/ISSUE_TEMPLATE/feature_request.yml
deleted:    .github/ISSUE_TEMPLATE/general-support.md
new file:   .github/ISSUE_TEMPLATE/general-support.yml
deleted:    .github/labelSettings.json
modified:   .github/settings.yml
new file:   .github/workflows/autoAssign.yml
new file:   .github/workflows/codeql.yml
modified:   .github/workflows/testPublish.yml
modified:   .gitignore
new file:   .husky/pre-commit
modified:   .npmignore
modified:   .stylelintrc
deleted:    .travis.yml
modified:   README.md
deleted:    babel.config.js
modified:   demo/index.html
deleted:    demo/sass/style.scss
modified:   docs/api.md
deleted:    index.html
modified:   index.js
deleted:    karma.conf.js
modified:   package-lock.json
modified:   package.json
renamed:    packageScripts/postinstall.js -> packageScripts/postinstall.mjs
deleted:    rollup.config.js
new file:   rollup.config.mjs
modified:   scripts/postCss.js
new file:   scripts/pre-commit.mjs
deleted:    scripts/prepForBuild.js
modified:   scripts/staticStyles-template.js
modified:   src/auro-datetime.js
deleted:    src/es5.js
modified:   src/style.scss
new file:   tsconfig.json
new file:   web-test-runner.config.mjs
@blackfalcon blackfalcon mentioned this issue Jul 13, 2023
6 tasks
blackfalcon added a commit that referenced this issue Jul 13, 2023
BREAKING CHANGE: This commit includes an update to the namespace
of the component to @AuroDesignSystem.

This is a complete upgrade to the repo to include things
like updating configs, testing, templates, etc.. See the full
list of updated files.

Changes to be committed:
new file:   .eslintrc
deleted:    .eslintrc.js
new file:   .github/CODEOWNERS
modified:   .github/CONTRIBUTING.md
deleted:    .github/ISSUE_TEMPLATE/bug_report.md
new file:   .github/ISSUE_TEMPLATE/bug_report.yml
deleted:    .github/ISSUE_TEMPLATE/dev-story.md
deleted:    .github/ISSUE_TEMPLATE/feature_request.md
new file:   .github/ISSUE_TEMPLATE/feature_request.yml
deleted:    .github/ISSUE_TEMPLATE/general-support.md
new file:   .github/ISSUE_TEMPLATE/general-support.yml
deleted:    .github/labelSettings.json
modified:   .github/settings.yml
new file:   .github/workflows/autoAssign.yml
new file:   .github/workflows/codeql.yml
modified:   .github/workflows/testPublish.yml
modified:   .gitignore
new file:   .husky/pre-commit
modified:   .npmignore
modified:   .stylelintrc
deleted:    .travis.yml
modified:   README.md
deleted:    babel.config.js
modified:   demo/index.html
deleted:    demo/sass/style.scss
modified:   docs/api.md
deleted:    index.html
modified:   index.js
deleted:    karma.conf.js
modified:   package-lock.json
modified:   package.json
renamed:    packageScripts/postinstall.js -> packageScripts/postinstall.mjs
deleted:    rollup.config.js
new file:   rollup.config.mjs
modified:   scripts/postCss.js
new file:   scripts/pre-commit.mjs
deleted:    scripts/prepForBuild.js
modified:   scripts/staticStyles-template.js
modified:   src/auro-datetime.js
deleted:    src/es5.js
modified:   src/style.scss
new file:   tsconfig.json
new file:   web-test-runner.config.mjs
blackfalcon pushed a commit that referenced this issue Jul 13, 2023
# [2.0.0](v1.4.0...v2.0.0) (2023-07-13)

### Performance Improvements

* **node18:** update repo [#20](#20) [#21](#21) [#22](#22) [#23](#23) ([3c39fe7](3c39fe7))

### BREAKING CHANGES

* **node18:** This commit includes an update to the namespace
of the component to @AuroDesignSystem.

This is a complete upgrade to the repo to include things
like updating configs, testing, templates, etc.. See the full
list of updated files.

Changes to be committed:
new file:   .eslintrc
deleted:    .eslintrc.js
new file:   .github/CODEOWNERS
modified:   .github/CONTRIBUTING.md
deleted:    .github/ISSUE_TEMPLATE/bug_report.md
new file:   .github/ISSUE_TEMPLATE/bug_report.yml
deleted:    .github/ISSUE_TEMPLATE/dev-story.md
deleted:    .github/ISSUE_TEMPLATE/feature_request.md
new file:   .github/ISSUE_TEMPLATE/feature_request.yml
deleted:    .github/ISSUE_TEMPLATE/general-support.md
new file:   .github/ISSUE_TEMPLATE/general-support.yml
deleted:    .github/labelSettings.json
modified:   .github/settings.yml
new file:   .github/workflows/autoAssign.yml
new file:   .github/workflows/codeql.yml
modified:   .github/workflows/testPublish.yml
modified:   .gitignore
new file:   .husky/pre-commit
modified:   .npmignore
modified:   .stylelintrc
deleted:    .travis.yml
modified:   README.md
deleted:    babel.config.js
modified:   demo/index.html
deleted:    demo/sass/style.scss
modified:   docs/api.md
deleted:    index.html
modified:   index.js
deleted:    karma.conf.js
modified:   package-lock.json
modified:   package.json
renamed:    packageScripts/postinstall.js -> packageScripts/postinstall.mjs
deleted:    rollup.config.js
new file:   rollup.config.mjs
modified:   scripts/postCss.js
new file:   scripts/pre-commit.mjs
deleted:    scripts/prepForBuild.js
modified:   scripts/staticStyles-template.js
modified:   src/auro-datetime.js
deleted:    src/es5.js
modified:   src/style.scss
new file:   tsconfig.json
new file:   web-test-runner.config.mjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment