Title: Bump loader-utils, babel-loader, html-webpack-plugin and webpack by dependabot[bot] · Pull Request #34 · amigoscode/javascript · GitHub
Open Graph Title: Bump loader-utils, babel-loader, html-webpack-plugin and webpack by dependabot[bot] · Pull Request #34 · amigoscode/javascript
X Title: Bump loader-utils, babel-loader, html-webpack-plugin and webpack by dependabot[bot] · Pull Request #34 · amigoscode/javascript
Description: Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, babel-loader, html-webpack-plugin and webpack. These dependencies need to be updated together. Updates loader-utils from 1.4.0 to 1.4.1 Release notes Sourced from loader-utils's releases. v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34) Changelog Sourced from loader-utils's changelog. 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34) Commits 8f082b3 chore(release): 1.4.1 4504e34 fix: security problem (#220) See full diff in compare view Updates babel-loader from 6.4.1 to 9.1.0 Release notes Sourced from babel-loader's releases. v9.1.0 New features Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in babel/babel-loader#971 Full Changelog: babel/babel-loader@v9.0.1...v9.1.0 v9.0.1 Bug Fixes remove "node:" builtin prefix by @JLHwung in babel/babel-loader#970 Full Changelog: babel/babel-loader@v9.0.0...v9.0.1 v9.0.0 What's Changed update hash method mechanism so it doesn't fail on a fips enabled machine by @darmbrust in babel/babel-loader#939 Require babel ^7.12.0 and Node.js >= 14.15.0 versions by @JLHwung in babel/babel-loader#956 Remove dependency on loader-utils and drop webpack 4 support by @nied in babel/babel-loader#942 New Contributors @darmbrust made their first contribution in babel/babel-loader#939 @nied made their first contribution in babel/babel-loader#942 Full Changelog: babel/babel-loader@v8.2.5...v9.0.0 v8.3.0 New features Pass external dependencies from Babel to Webpack by @nicolo-ribaudo in babel/babel-loader#971 Full Changelog: babel/babel-loader@v8.2.5...v8.3.0 v8.2.5 What's Changed fix: respect inputSourceMap loader option by @alan-agius4 in babel/babel-loader#896 New Contributors @alan-agius4 made their first contribution in babel/babel-loader#896 Full Changelog: babel/babel-loader@v8.2.4...v8.2.5 v8.2.4 What's Changed doc(README.md): fix a broken markdown link by @loveDstyle in babel/babel-loader#919 Bump loader-utils to 2.x by @stianjensen in babel/babel-loader#931 Use md5 hashing for OpenSSL 3 by @pathmapper in babel/babel-loader#924 Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs! 8.2.3 ... (truncated) Changelog Sourced from babel-loader's changelog. Changelog For changes in version v7.0.0 and up please go to release Old Changelog Commits 15fbacf 9.1.0 6348e1c Pass external dependencies from Babel to Webpack (#971) 457b9ad Update webpack f42ac9b 9.0.1 4f9c0bf remove "node:" builtin prefix (#970) 9ff288f 9.0.0 006a3dc Update README.md daed88a Update README.md 0ed5fd6 Bump ini from 1.3.5 to 1.3.8 (#968) b1749e3 Bump y18n from 4.0.0 to 4.0.3 (#967) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version. Updates html-webpack-plugin from 2.30.1 to 5.5.0 Changelog Sourced from html-webpack-plugin's changelog. 5.5.0 (2021-10-25) Features Support type=module via scriptLoading option (1e42625), closes #1663 5.4.0 (2021-10-15) Features update terser (9c7fba0 5.3.2 (2021-06-22) Bug Fixes update lodash and pretty error (9c7fba0 5.3.1 (2021-03-09) Bug Fixes remove loader-utils from plugin core (82d0ee8) 5.3.0 (2021-03-07) Features allow to modify the interpolation options in webpack config (d654f5b) drop loader-utils dependency (41d7a50) 5.2.0 (2021-02-19) Features improve ssr (73d2a66) 5.1.0 (2021-02-12) Features omit html tag attribute with null/undefined/false value (aa6e78d), closes #1598 5.0.0 (2021-02-03) ... (truncated) Commits 873d75b chore(release): 5.5.0 ddeb774 chore: update examples 1e42625 feat: Support type=module via scriptLoading option 7d3645b Bump pretty-error to 4.0.0 to fix transitive vuln for ansi-regex CVE-2021-3807 79be779 [chore] changes actions to run on pull_requests b7e5859 [chore] fixes CI to avoid race conditions 48131d3 chore(release): 5.4.0 16a841a [chore] rebuild examples 3bb7c17 Update index.js e38ac97 Update index.js Additional commits viewable in compare view Maintainer changes This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version. Updates webpack from 2.7.0 to 5.74.0 Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module") add support for ES2022 features like static blocks add Tree Shaking support for ProvidePlugin Bugfixes 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 shareScope option for ModuleFederationPlugin set "use-credentials" also for same origin scripts Performance Improve memory usage and performance of aggregating needed files/directories for watching This affects rebuild performance Extensibility export HarmonyImportDependency for plugins v5.73.0 Features add options for default dynamicImportMode and prefetch and preload add support for import { createRequire } from "module" in source code Bugfixes 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 PathData in typings improve error messages with more details v5.72.1 Bugfixes fix __webpack_nonce__ with HMR fix in operator in some cases ... (truncated) Commits 8f87b50 5.74.0 3e1f244 Merge pull request #16071 from devinan/patch-1 c7e14e2 Merge pull request #15910 from ludofischer/fix-message 7b63346 Merge pull request #15627 from webpack/feat/issue-12441 402d152 Merge pull request #15642 from webpack/set-use-credentials-without-origin-check fcb0e35 Merge pull request #15996 from webdiscus/main 6dc6a19 Merge pull request #16031 from evantd/main 52351a6 Merge pull request #16033 from varunsh-coder/token-perms 555915b Merge pull request #16065 from webpack/fix/issue-16054 d4cab5b Merge pull request #16077 from webpack/fix-scheme 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 rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will 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.
Open Graph Description: Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, babel-loader, html-webpack-plugin and webpack. These dependencies need to be updated together. Updates loader-utils from ...
X Description: Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, babel-loader, html-webpack-plugin and webpack. These dependencies need to be updated together. Updates loader-utils from ...
Opengraph URL: https://github.com/amigoscode/javascript/pull/34
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:89b77f31-5ddc-5b8f-f561-f0315ff1a036 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | BEF6:33929D:8BF84A:C7EE1B:6978C05B |
| html-safe-nonce | 030232cf882431b990a9881f5e3ef26cbe1606fa68188fd57cbb528da873a3ed |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUY2OjMzOTI5RDo4QkY4NEE6QzdFRTFCOjY5NzhDMDVCIiwidmlzaXRvcl9pZCI6IjY5MjMyNTg5MzU0MzYwODQxMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 451d96b22fc84ea8c0cef25937b9142f0962e2ef1bc0c332df553cac9bce046b |
| hovercard-subject-tag | pull_request:1113792236 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/amigoscode/javascript/pull/34/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, babel-loader, html-webpack-plugin and webpack. These dependencies need to be updated together. Updates loader-utils from ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/amigoscode/javascript git https://github.com/amigoscode/javascript.git |
| octolytics-dimension-user_id | 40702606 |
| octolytics-dimension-user_login | amigoscode |
| octolytics-dimension-repository_id | 241988901 |
| octolytics-dimension-repository_nwo | amigoscode/javascript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 241988901 |
| octolytics-dimension-repository_network_root_nwo | amigoscode/javascript |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9520342ca7ead2f1a011aa96eaff82fc054a4970 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width