react-bootstrap-dialog
react-bootstrap-dialog copied to clipboard
Bump webpack from 2.7.0 to 5.40.0
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps webpack from 2.7.0 to 5.40.0.
Release notes
Sourced from webpack's releases.
v5.40.0
Features
- accept
node:prefixed requests as node.js externals- avoid
instanceof Promisein favor ofp && typeof p.then === "function"to allow mixing different Promise implementionsBugfixes
- fix usage analysis of class properties
Performance
- improve LazySet memory usage by shortcircuiting empty sets
- reduce algorithmic complexity of the structure analysis for plain objects serialization
Developer Experience
- allow
Bufferinthis.emitFiletypings (loader context)- improve
resetcli argument descriptionv5.39.1
Bugfixes
- reduce memory usage and fix memory leaks
v5.39.0
Features
- allow lazy compilation for
import()context (import with expression)Bugfixes
- fix respecting
cache.allowCollectingMemory- fix cli loading after installing it
- fix initial list of non-js chunks that are flagged as already loaded
Performance
- remove unnecessary
Error.captureStackTracefrom webpack errorsv5.38.1
Performance
- fix missing increment in sorting optimization from last release
v5.38.0
Features
new URL("data:...", import.meta.url)is now supported- add
module.rules[].schemeas condition to match the request scheme (likedata,http, etc.)
... (truncated)
Commits
5d297325.40.0513648eMerge pull request #13590 from webpack/bugfix/13575710da16Merge pull request #13591 from gthb/patch-172779ceMerge pull request #13583 from webpack/dependabot/npm_and_yarn/ws-7.5.021f0fbbMerge pull request #13600 from webpack/dependabot/npm_and_yarn/es-module-lexe...3ff4512Merge pull request #13602 from webpack/dependabot/npm_and_yarn/webpack-cli-4.7.28748725Merge pull request #13601 from webpack/dependabot/npm_and_yarn/babel/core-7.14.645b2192linting0b38866Merge pull request #13525 from webpack/dependabot/npm_and_yarn/prettier-2.3.11edacddprettier- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)