jira-helper
jira-helper copied to clipboard
Bump glob-parent, webpack and copy-webpack-plugin
Bumps glob-parent to 6.0.2 and updates ancestor dependencies glob-parent, webpack and copy-webpack-plugin. These dependencies need to be updated together.
Updates glob-parent from 3.1.0 to 6.0.2
Release notes
Sourced from glob-parent's releases.
glob-parent v6.0.2
Bug Fixes
glob-parent v6.0.1
Bug Fixes
glob-parent v6.0.0
⚠ BREAKING CHANGES
- Correct mishandled escaped path separators (#34)
- upgrade scaffold, dropping node <10 support
Bug Fixes
Miscellaneous Chores
- upgrade scaffold, dropping node <10 support (e83d0c5)
v5.1.2
Bug Fixes
v5.1.1
Bug Fixes
v5.1.0
Features
... (truncated)
Changelog
Sourced from glob-parent's changelog.
6.0.2 (2021-09-29)
Bug Fixes
6.0.1 (2021-07-20)
Bug Fixes
6.0.0 (2021-05-03)
⚠ BREAKING CHANGES
- Correct mishandled escaped path separators (#34)
- upgrade scaffold, dropping node <10 support
Bug Fixes
Miscellaneous Chores
- upgrade scaffold, dropping node <10 support (e83d0c5)
5.1.1 (2021-01-27)
Bug Fixes
5.1.0 (2021-01-27)
Features
5.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
Miscellaneous Chores
- Drop support for node <6 & bump dependencies (896c0c0)
4.0.0 (2021-01-27)
... (truncated)
Commits
26ce5ecchore: release 6.0.2 (#54)98c4781chore: Run prettier843f8defix: Improve performance (#53)3ad3690chore: Run prettiere1a15e1chore: release 6.0.1 (#52)8cdac1echore: Run prettier3e9f04afix: Resolve ReDoS vulnerability from CVE-2021-35065 (#49)3ad9597chore: Run prettier6fd137bchore: release 6.0.0 (#41)32f6d52fix!: Correct mishandled escaped path separators (#34)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by phated, a new releaser for glob-parent since your current version.
Updates webpack from 4.46.0 to 5.74.0
Release notes
Sourced from webpack's releases.
v5.74.0
Features
- add
resolve.extensionAliasoption which allows to alias extensions
- This is useful when you are forced to add the
.jsextension to imports when the file really has a.tsextension (typescript +"type": "module")- add support for ES2022 features like static blocks
- add Tree Shaking support for
ProvidePluginBugfixes
- fix persistent cache when some build dependencies are on a different windows drive
- make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
- remove left-over from debugging in TLA/async modules runtime code
- remove unneeded extra 1s timestamp offset during watching when files are actually untouched
- This sometimes caused an additional second build which are not really needed
- fix
shareScopeoption forModuleFederationPlugin- set
"use-credentials"also for same origin scriptsPerformance
- Improve memory usage and performance of aggregating needed files/directories for watching
- This affects rebuild performance
Extensibility
- export
HarmonyImportDependencyfor pluginsv5.73.0
Features
- add options for default
dynamicImportModeand prefetch and preload- add support for
import { createRequire } from "module"in source codeBugfixes
- fix code generation of e. g.
return"field"in Module- fix performance of large JSON modules
- fix performance of async modules evaluation
Developer Experience
- export
PathDatain typings- improve error messages with more details
v5.72.1
Bugfixes
- fix
__webpack_nonce__with HMR- fix
inoperator in some cases
... (truncated)
Commits
8f87b505.74.03e1f244Merge pull request #16071 from devinan/patch-1c7e14e2Merge pull request #15910 from ludofischer/fix-message7b63346Merge pull request #15627 from webpack/feat/issue-12441402d152Merge pull request #15642 from webpack/set-use-credentials-without-origin-checkfcb0e35Merge pull request #15996 from webdiscus/main6dc6a19Merge pull request #16031 from evantd/main52351a6Merge pull request #16033 from varunsh-coder/token-perms555915bMerge pull request #16065 from webpack/fix/issue-16054d4cab5bMerge pull request #16077 from webpack/fix-scheme- Additional commits viewable in compare view
Updates copy-webpack-plugin from 5.1.2 to 11.0.0
Release notes
Sourced from copy-webpack-plugin's releases.
v11.0.0
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0v10.2.4
10.2.4 (2022-01-31)
Bug Fixes
v10.2.3
10.2.3 (2022-01-29)
Bug Fixes
- async
tosupport (fd095fb)v10.2.2
10.2.2 (2022-01-28)
Bug Fixes
v10.2.1
10.2.1 (2022-01-20)
Bug Fixes
v10.2.0
10.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)v10.1.0
10.1.0 (2021-12-10)
... (truncated)
Changelog
Sourced from copy-webpack-plugin's changelog.
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
- async
tosupport (fd095fb)10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
10.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)10.1.0 (2021-12-10)
Features
... (truncated)
Commits
f3b2c24chore(release): 11.0.08424ca8chore(deps): regenerate lock file (#693)675c676build: drop node v12 (#691)a2b1f19chore: update gitub actions (#692)238c062chore: upgrade dependencies to the latest version (#688)e27006eci: remove node v17 (#687)e50d708chore: add node 18 to workflow (#686)f1a91e6ci: don't install webpack again (#680)64cf06fdocs: add path string to options signature (#683)4b18a6bdocs: improve readme- 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
You can disable automated security fix PRs for this repo from the Security Alerts page.