[HIGH] Bump deps after release of 4.15.9#4843
Merged
Conversation
Contributor
Author
|
Failed tests will be fixed in #4846. We can probably merge this PR afterward. |
b31bad5 to
83db18b
Compare
tdurnford
previously approved these changes
Sep 20, 2023
fafed2e to
540f325
Compare
540f325 to
a48f341
Compare
tdurnford
approved these changes
Sep 22, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Entry
Expand to see
CHANGELOG.mdChanged
@emotion/css@11.11.2classnames@2.3.2core-js@3.32.1redux-saga@1.2.3sanitize-html@2.11.0use-ref-from@0.0.2whatwg-fetch@3.6.18@types/node@20.5.8@types/react@18.2.21@typescript-eslint/eslint-plugin@6.5.0@typescript-eslint/parser@6.5.0axe-core@4.7.2babel-jest@29.6.4babel-loader@9.1.3chalk@5.3.0concurrently@8.2.1dotenv@16.3.1esbuild@0.19.2eslint-plugin-prettier@5.0.0eslint-plugin-react@7.33.2eslint@8.48.0jest-image-snapshot@6.2.0jest-junit@16.0.0jest-trx-results-processor@3.0.2lerna@6.6.2lint-staged@14.0.1node-fetch@2.7.0nodemon@3.0.1nopt@7.2.0prettier@3.0.3read-pkg-up@10.1.0read-pkg@8.1.0selenium-webdriver@4.12.0serve@14.2.1terser-webpack-plugin@5.3.9typescript@5.2.2url-search-params-polyfill@8.2.4webpack-cli@5.1.4webpack-stats-plugin@1.1.3webpack@5.88.2Description
Bump most deps to
@latestafter release of 4.15.9.Design
We didn't bump:
lerna@7is moving away from theirnpm linkapproach tonpm workspaces, need funding for migrationglob@8has its API updated and entrypoint changed, need funding for upgradeSpecific Changes
/package.json/lerna@7/packages/support/cldr-data/package.json/glob@8reduxno longer exportObservabletype, we now use the one frombotframework-webchat-coreReadonly<T>for some propseslint-plugin-importbecause@typescript-eslintdeprecated some of their rules in favor ofeslint-plugin-importimport/no-named-as-defaultbecause we cannot control other packagessanitize-html@2.11.0not to remove non-boolean attributes, such as<img alt>npm run bumpI have added tests and executed them locallyCHANGELOG.mdReview Checklist
Accessibility reviewed (tab order, content readability, alt text, color contrast)Browser and platform compatibilities reviewedCSS styles reviewed (minimal rules, noz-index)Documents reviewed (docs, samples, live demo)Internationalization reviewed (strings, unit formatting)package.jsonandpackage-lock.jsonreviewedSecurity reviewed (no data URIs, check for nonce leak)Tests reviewed (coverage, legitimacy)