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

[terra-application, terra-dev-site] Update dependencies #383

Merged
merged 38 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
06ba231
updated terra-application-base
sdadn Apr 24, 2024
2f8e6ea
updated remaining terra-application source files
sdadn Apr 24, 2024
14db96a
updated examples
sdadn Apr 25, 2024
64ab7ad
updated tests
sdadn Apr 25, 2024
99786bb
updated dependencies
sdadn Apr 25, 2024
93e2a14
Merge branch 'main' into sync-with-terra-app-v2
sdadn Apr 25, 2024
471b397
updated CHANGELOGS
sdadn Apr 25, 2024
9ba9803
updated terra-application-docs package.json
sdadn Apr 25, 2024
6f054a3
updated terra-application-docs package.json
sdadn Apr 25, 2024
a8b047e
updated terra-application package.json
sdadn Apr 25, 2024
67d6d5c
updated examples
sdadn Apr 25, 2024
8a3e1f8
update package-lock
sdadn Apr 25, 2024
e2e39ce
fix enzyme import
sdadn Apr 25, 2024
0b8bf4a
updated snapshots
sdadn Apr 25, 2024
2c7b0e1
linter ixes
sdadn Apr 25, 2024
78ca612
linter fixes
sdadn Apr 25, 2024
c31326f
fixed tests
sdadn Apr 25, 2024
a3f1666
updated snapshots
sdadn Apr 25, 2024
faf137f
updated wdio test
sdadn Apr 25, 2024
d98d413
wdio fixes
sdadn Apr 25, 2024
b81be8f
updated jest snapshots
sdadn Apr 25, 2024
3eaa7cf
Update package.json
sdadn Apr 25, 2024
7500080
terra-polyfill version
sdadn Apr 25, 2024
727558a
Merge branch 'sync-with-terra-app-v2' of github.com:cerner/terra-appl…
sdadn Apr 25, 2024
246aee9
updated CHANGELOG
sdadn Apr 25, 2024
4b172c2
updated dev-site CHANGELOG
sdadn Apr 25, 2024
7d101b3
updated CHANGELOGs
sdadn May 1, 2024
fc75ff9
Merge branch 'main' into sync-with-terra-app-v2
sdadn May 1, 2024
cf98754
Update CHANGELOG.md
sdadn May 1, 2024
8b8356b
Update ApplicationBase.jsx
sdadn May 1, 2024
a356580
Update ApplicationBase.jsx
sdadn May 1, 2024
c613e71
linter fixes
sdadn May 1, 2024
e9ecb88
updated dependencies
sdadn May 1, 2024
173883f
Merge branch 'main' into update-dependencies
sdadn May 1, 2024
44959b4
updated intl-locales-supported dependency
sdadn May 1, 2024
3dafb48
updated package-lock
sdadn May 1, 2024
d486e7c
revert loader-utils update
sdadn May 2, 2024
f779f47
updated package-lock
sdadn May 2, 2024
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
150 changes: 83 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/terra-application-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Set minimum Node version to 14.

## 3.1.0 - (June 22, 2022)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"engines": {
"node": ">=10.13.0"
"node": "14"
},
"main": "index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-application/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased

* Changed
* Dropped support for Node 8, 10 & 12. Node 14 is now the minimum required version.
* Locked `intl-locales-supported` to `1.8.11`.
* Updated size explanations for ModalManager managed by DisclosureManagerContext.

* The following changes from v1 are added:
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"UI"
],
"engines": {
"node": "8 || 10 || 12 || 14"
"node": "14"
},
"main": "lib/application-base/ApplicationBase.js",
"files": [
Expand All @@ -35,7 +35,7 @@
"eventemitter3": "4",
"focus-trap-react": "6",
"intl": "1",
"intl-locales-supported": ">=1.8.4 <1.8.12 || ^1.8.13",
"intl-locales-supported": "1.8.11",
"keycode-js": "3",
"lodash.debounce": "4",
"mutationobserver-shim": "<=0.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/terra-dev-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

* Changed
* Updated `loader-utils` dependency to v3.
* Dropped support for Node 10 & 12. Node 14 is now the minimum required version.
* Dropped support for `enhanced-resolve v4` as a dependency.
* Dropped support for `webpack v4` as a peerDependency.

* The following changes from v7 are added:
* Fixed clipping issue of test pages on dev-site.
* Fixed scroll issue of doc pages with longer content.
Expand Down
Loading
Loading