-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update legacy dependencies #23
Comments
blackfalcon
added
Status: Work In Progress
Issue or Pull Request work is in Progress
Type: perf
labels
May 25, 2023
blackfalcon
added
auro-datetime
and removed
Status: Work In Progress
Issue or Pull Request work is in Progress
labels
May 25, 2023
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 21, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 27, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 27, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 28, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 28, 2023
blackfalcon
pushed a commit
that referenced
this issue
Jun 28, 2023
jordanjones243
added a commit
that referenced
this issue
Jun 29, 2023
jordanjones243
added a commit
that referenced
this issue
Jul 12, 2023
Merged
6 tasks
blackfalcon
pushed a commit
that referenced
this issue
Jul 12, 2023
blackfalcon
pushed a commit
that referenced
this issue
Jul 12, 2023
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
Merged
6 tasks
blackfalcon
pushed a commit
that referenced
this issue
Jul 13, 2023
Changes to be committed: deleted: demo/sass/style.scss deleted: index.html modified: package-lock.json modified: package.json renamed: packageScripts/postinstall.js -> packageScripts/postinstall.mjs modified: scripts/postCss.js
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
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
General Support Request
A series of dependencies have become out of date.
Support request
Update all dependency versions.
Possible Solution
This is a great tool to selectively update
https://www.npmjs.com/package/npm-check
Exit criteria
This issue is complete once all the local dependencies are updated the component rebuilds as expected.
The text was updated successfully, but these errors were encountered: