René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:89b77f31-5ddc-5b8f-f561-f0315ff1a036
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBEF6:33929D:8BF84A:C7EE1B:6978C05B
html-safe-nonce030232cf882431b990a9881f5e3ef26cbe1606fa68188fd57cbb528da873a3ed
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUY2OjMzOTI5RDo4QkY4NEE6QzdFRTFCOjY5NzhDMDVCIiwidmlzaXRvcl9pZCI6IjY5MjMyNTg5MzU0MzYwODQxMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac451d96b22fc84ea8c0cef25937b9142f0962e2ef1bc0c332df553cac9bce046b
hovercard-subject-tagpull_request:1113792236
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/amigoscode/javascript/pull/34/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/amigoscode/javascript git https://github.com/amigoscode/javascript.git
octolytics-dimension-user_id40702606
octolytics-dimension-user_loginamigoscode
octolytics-dimension-repository_id241988901
octolytics-dimension-repository_nwoamigoscode/javascript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id241988901
octolytics-dimension-repository_network_root_nwoamigoscode/javascript
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9520342ca7ead2f1a011aa96eaff82fc054a4970
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Famigoscode%2Fjavascript%2Fpull%2F34%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Famigoscode%2Fjavascript%2Fpull%2F34%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=amigoscode%2Fjavascript
Reloadhttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Reloadhttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Reloadhttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
amigoscode https://patch-diff.githubusercontent.com/amigoscode
javascripthttps://patch-diff.githubusercontent.com/amigoscode/javascript
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Famigoscode%2Fjavascript
Fork 189 https://patch-diff.githubusercontent.com/login?return_to=%2Famigoscode%2Fjavascript
Star 139 https://patch-diff.githubusercontent.com/login?return_to=%2Famigoscode%2Fjavascript
Code https://patch-diff.githubusercontent.com/amigoscode/javascript
Issues 7 https://patch-diff.githubusercontent.com/amigoscode/javascript/issues
Pull requests 22 https://patch-diff.githubusercontent.com/amigoscode/javascript/pulls
Actions https://patch-diff.githubusercontent.com/amigoscode/javascript/actions
Projects 0 https://patch-diff.githubusercontent.com/amigoscode/javascript/projects
Security 0 https://patch-diff.githubusercontent.com/amigoscode/javascript/security
Insights https://patch-diff.githubusercontent.com/amigoscode/javascript/pulse
Code https://patch-diff.githubusercontent.com/amigoscode/javascript
Issues https://patch-diff.githubusercontent.com/amigoscode/javascript/issues
Pull requests https://patch-diff.githubusercontent.com/amigoscode/javascript/pulls
Actions https://patch-diff.githubusercontent.com/amigoscode/javascript/actions
Projects https://patch-diff.githubusercontent.com/amigoscode/javascript/projects
Security https://patch-diff.githubusercontent.com/amigoscode/javascript/security
Insights https://patch-diff.githubusercontent.com/amigoscode/javascript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Famigoscode%2Fjavascript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Famigoscode%2Fjavascript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/amigoscode/javascript/tree/master
dependabot/npm_and_yarn/loader-utils-and-babel-loader-and-html-webpack-plugin-and-webpack-1.4.1https://patch-diff.githubusercontent.com/amigoscode/javascript/tree/dependabot/npm_and_yarn/loader-utils-and-babel-loader-and-html-webpack-plugin-and-webpack-1.4.1
Conversation 0 https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34
Commits 1 https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/commits
Checks 0 https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/checks
Files changed https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Please reload this pagehttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Bump loader-utils, babel-loader, html-webpack-plugin and webpack https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
ba46371 Bump loader-utils, babel-loader, html-webpack-plugin and webpack dependabot[bot] Nov 8, 2022 https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/commits/ba4637170898f5b72875d56c714dd6a5dfa5de52
Clear filters https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Please reload this pagehttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
Please reload this pagehttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
package-lock.json https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/amigoscode/javascript/pull/34/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.