Skip to content

Commit d463430

Browse files
committed
Update commander dep (for CLI) to new v15
* Take new major version of commander - new nodejs floor only, no other changes should be required for our usage in the docs/ts CLIs. * Run `yarn upgrade`. * Clean up Libraries section of our CHANGELOG to get back to our standard.
1 parent e5a2f0d commit d463430

3 files changed

Lines changed: 177 additions & 170 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
for the new format.
1616
* `CodeInput` now uses CodeMirror v6 (upgraded from v5).
1717
* The `editorProps` prop has been removed. Most former use cases are now supported via
18-
first-class `CodeInput` props such as `readonly`, `language`, `lineNumbers`, and `lineWrapping`.
18+
first-class `CodeInput` props such as `readonly`, `language`, `lineNumbers`, and
19+
`lineWrapping`.
1920
* Replace the `mode` prop with `language`. See
2021
[language-data](https://github.com/codemirror/language-data/blob/main/src/language-data.ts)
2122
for valid language strings (aliases and names are both accepted).
@@ -46,30 +47,31 @@
4647

4748
### 📚 Libraries
4849

49-
* ag-Grid `34.x → 35.x`. Apps must bump their `ag-grid-community`, `ag-grid-enterprise`, and
50-
`ag-grid-react` dependencies to `35.x`. See the [AG Grid v35 upgrade guide](https://www.ag-grid.com/javascript-data-grid/upgrading-to-ag-grid-35/);
51-
no Hoist API changes required.
52-
* Removed `golden-layout` and `jquery` (replaced by the forked source above).
53-
* Note, applications with previously required `"jquery": "3.x"` pin in package.json
54-
`resolutions` should now be able to remove that pin.
50+
* @azure/msal-browser `4.29 → 5.11`
51+
* Major upgrade with broad architectural changes. Several `system` config properties were
52+
renamed - notably `iFrameHashTimeout``iframeBridgeTimeout`. Apps passing
53+
`msalClientOptions` to `MsalClient` must review
54+
the [v4 → v5 migration guide](https://learn.microsoft.com/en-us/entra/msal/javascript/browser/v4-migration).
55+
* @codemirror `5.x → 6.x`
56+
* Replaces the v5 monolithic `codemirror` package, with several new direct dependencies now
57+
managed by hoist-react to maintain all supported functionality.
58+
* See breaking change note above for `CodeInput` prop changes.
59+
* ag-grid `34.x → 35.x`.
60+
* Apps must bump their `ag-grid-community`, `ag-grid-enterprise`, and `ag-grid-react`
61+
dependencies to `35.x`. See
62+
the [AG Grid v35 upgrade guide](https://www.ag-grid.com/javascript-data-grid/upgrading-to-ag-grid-35/);
63+
no Hoist API changes required.
64+
* golden-layout `removed`
65+
* Replaced by the forked source as described above
66+
* jquery `removed`
67+
* Was included due to golden-layouts consumer, which now no longer needs the library.
68+
* Apps with previously required `"jquery": "3.x"` pin in package.json `resolutions` should now
69+
be able to remove that pin.
70+
* react-dropzone `10.x → 15.x`
71+
* See breaking change note above for the `FileChooser.accept` prop.
72+
* react-select `4.3 → 5.10`
73+
* react-windowed-select `3.1 → 5.2`
5574
* semver `7.7 → 7.8`
56-
* react-select `4.3 → 5.10` and react-windowed-select `3.1 → 5.2`. No app-level API changes.
57-
* react-dropzone `10.x → 15.x`. See breaking change note above for the `FileChooser.accept` prop.
58-
* `@azure/msal-browser` `4.29 → 5.11`. Major upgrade with broad architectural changes - adds
59-
robust Cross-Origin-Opener-Policy (COOP) support via a new redirect-bridge mechanism that
60-
replaces v4's `window.opener` messaging for popup, ssoSilent, and silent-refresh flows.
61-
Several `system` config properties were renamed - notably `iFrameHashTimeout`
62-
`iframeBridgeTimeout`. Apps passing `msalClientOptions` to `MsalClient` must review the
63-
[v4 → v5 migration guide](https://learn.microsoft.com/en-us/entra/msal/javascript/browser/v4-migration).
64-
* CodeMirror upgraded to v6 - replaces the v5 monolithic `codemirror` package. See breaking change
65-
note above for `CodeInput` prop changes. New direct deps:
66-
* `@codemirror/commands` `6.10`
67-
* `@codemirror/language` `6.12`
68-
* `@codemirror/language-data` `6.5`
69-
* `@codemirror/lint` `6.9`
70-
* `@codemirror/state` `6.6`
71-
* `@codemirror/view` `6.43`
72-
* `@uiw/codemirror-theme-github` `4.25`
7375

7476
## 85.0.0 - 2020-04-30
7577

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@uiw/codemirror-theme-github": "~4.25.10",
6161
"classnames": "~2.5.1",
6262
"clipboard-copy": "~4.0.1",
63-
"commander": "^14.0.3",
63+
"commander": "^15.0.0",
6464
"core-js": "3.x",
6565
"debounce-promise": "~3.1.0",
6666
"dompurify": "~3.4.0",

0 commit comments

Comments
 (0)