-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bump dependencies after release of 4.15.7 #4647
Merged
Merged
Conversation
This file contains 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
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
from
February 22, 2023 23:24
420da3c
to
a3e5d39
Compare
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
from
February 23, 2023 00:53
6333779
to
169e5c0
Compare
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
12 times, most recently
from
February 24, 2023 06:24
a091696
to
a09ea1c
Compare
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
from
February 24, 2023 07:56
a09ea1c
to
d13e187
Compare
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
from
February 24, 2023 18:43
e1fb9b8
to
a060e14
Compare
compulim
force-pushed
the
bump-deps-4.15.8-0
branch
from
February 25, 2023 13:12
0888d5b
to
745e5ac
Compare
compulim
requested review from
a-b-r-o-w-n,
cwhitten,
srinaath,
tdurnford and
beyackle2
as code owners
February 25, 2023 20:41
tdurnford
approved these changes
Feb 27, 2023
This was referenced Feb 27, 2023
This was referenced Jun 6, 2023
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
@emotion/css@11.10.6
core-js@3.28.0
markdown-it-attrs@4.1.6
react-redux@7.2.9
redux-saga@1.2.2
redux@4.2.1
sanitize-html@2.10.0
@types/node@18.14.1
@types/react@18.0.28
@typescript-eslint/eslint-plugin@5.53.0
@typescript-eslint/parser@5.53.0
adm-zip@0.5.10
babel-jest@29.4.3
babel-loader@9.1.2
chalk@5.2.0
concurrently@7.6.0
core-js@3.28.0
dotenv@16.0.3
esbuild@0.17.10
eslint-config-prettier@8.6.0
eslint-plugin-react@7.32.2
eslint-plugin-security@1.7.1
eslint@8.34.0
express@4.18.2
glob@8.1.0
http-proxy-middleware@2.0.6
husky@8.0.3
jest-image-snapshot@6.1.0
jest-junit@15.0.0
jest@29.4.3
lerna@6.5.1
lint-staged@13.1.2
node-dev@8.0.0
node-fetch@2.6.9
nopt@7.0.0
prettier@2.8.4
restify@11.1.0
selenium-webdriver@4.8.1
serve-handler@6.1.5
serve@14.2.0
source-map-loader@4.0.1
typescript@4.9.5
webpack-cli@5.0.1
webpack-stats-plugin@1.1.1
webpack@5.75.0
Description
Bump dependencies after release of 4.15.7.
Design
skipBump
->pinDependencies
We updated our
bump
scripts. Instead of skipping bumping certain dependencies, we now allows a semver to bump to.Out-of-memory (OOM) issues
After bumping
@babel/*@7.21
, when running tests, we are seeing out-of-memory (OOM) issues.We are temporarily paused bumping
@babel/*
until the issue is resolved.Specific Changes
auditfix
scriptbump
scripteslint-disable
directivessecurity/detect-child-process
is okay as long as it is usingexecFile
/spawn
instead ofexec
CHANGELOG.md
Review Checklist
Accessibility reviewed (tab order, content readability, alt text, color contrast)CSS styles reviewed (minimal rules, noz-index
)Documents reviewed (docs, samples, live demo)Internationalization reviewed (strings, unit formatting)package.json
andpackage-lock.json
reviewedSecurity reviewed (no data URIs, check for nonce leak)Tests reviewed (coverage, legitimacy)