René's URL Explorer Experiment


Title: Bump json5, webpack and webpack-cli in /Example by dependabot[bot] · Pull Request #22 · majacQ/JavaScriptKit · GitHub

Open Graph Title: Bump json5, webpack and webpack-cli in /Example by dependabot[bot] · Pull Request #22 · majacQ/JavaScriptKit

X Title: Bump json5, webpack and webpack-cli in /Example by dependabot[bot] · Pull Request #22 · majacQ/JavaScriptKit

Description: Removes json5. It's no longer used after updating ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Removes json5 Updates webpack from 4.46.0 to 5.75.0 Release notes Sourced from webpack's releases. v5.75.0 Bugfixes experiments.* normalize to false when opt-out avoid NaN% show the correct error when using a conflicting chunk name in code HMR code tests existance of window before trying to access it fix eval-nosources-* actually exclude sources fix race condition where no module is returned from processing module fix position of standalong semicolon in runtime code Features add support for @import to extenal CSS when using experimental CSS in node add i64 support to the deprecated WASM implementation Developer Experience expose EnableWasmLoadingPlugin add more typings generate getters instead of readonly properties in typings to allow overriding them 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 ... (truncated) Commits 8241da7 5.75.0 a91d923 Merge pull request #16458 from webpack/bugfix/semi 4608b11 Merge pull request #16457 from webpack/tooling/update dfdd0b0 Merge pull request #16122 from AnmolBansalDEV/bug/compilationCallback 23b9a1c Merge pull request #16167 from exposir/fixts 6f2c5e8 Merge pull request #16257 from alexzhang1030/calc_deterministic_verbose f7f36ad Merge pull request #16339 from Liamolucko/wasm-i64 761a542 fix semicolon position 2403a36 Merge pull request #16345 from ahabhgk/fix-eval-nosources c18203c update tooling Additional commits viewable in compare view Updates webpack-cli from 3.3.12 to 5.0.1 Release notes Sourced from webpack-cli's releases. v5.0.1 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) v5.0.0 5.0.0 (2022-11-17) Bug Fixes improve description of the --disable-interpret option (#3364) (bdb7e20) remove the redundant utils export (#3343) (a9ce5d0) respect NODE_PATH env variable (#3411) (83d1f58) show all CLI specific flags in the minimum help output (#3354) (35843e8) Features failOnWarnings option (#3317) (c48c848) update commander to v9 (#3460) (6621c02) added the --define-process-env-node-env option update interpret to v3 and rechoir to v0.8 add an option for preventing interpret (#3329) (c737383) BREAKING CHANGES the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342 webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0 webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0 remove the migrate command (#3291) (56b43e4), closes #3291 remove the --prefetch option in favor the PrefetchPlugin plugin remove the --node-env option in favor --define-process-env-node-env remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work) the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js' v4.10.0 4.10.0 (2022-06-13) Bug Fixes changeTime is already in milliseconds (#3198) (d390d32) improve parsing of --env flag (#3286) (402c0fe) Features added types (8ec1375) v4.9.2 4.9.2 (2022-01-24) ... (truncated) Changelog Sourced from webpack-cli's changelog. 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) 5.0.0 (2022-11-17) Bug Fixes improve description of the --disable-interpret option (#3364) (bdb7e20) remove the redundant utils export (#3343) (a9ce5d0) respect NODE_PATH env variable (#3411) (83d1f58) show all CLI specific flags in the minimum help output (#3354) (35843e8) Features failOnWarnings option (#3317) (c48c848) update commander to v9 (#3460) (6621c02) added the --define-process-env-node-env option update interpret to v3 and rechoir to v0.8 add an option for preventing interpret (#3329) (c737383) BREAKING CHANGES the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342 webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0 webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0 remove the migrate command (#3291) (56b43e4), closes #3291 remove the --prefetch option in favor the PrefetchPlugin plugin remove the --node-env option in favor --define-process-env-node-env remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work) the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js' 4.10.0 (2022-06-13) Bug Fixes changeTime is already in milliseconds (#3198) (d390d32) improve parsing of --env flag (#3286) (402c0fe) Features added types (8ec1375) 4.9.2 (2022-01-24) Bug Fixes respect negatedDescription for flags from schema (#3102) (463b731) ... (truncated) Commits 4a0f893 chore(release): publish new version 9de982c chore: fix cspell 32d26c8 chore(deps-dev): bump cspell from 6.15.1 to 6.16.0 (#3517) 2788bf9 chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#3516) ac88ee4 chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 (#3515) 346a518 fix: make define-process-env-node-env alias node-env (#3514) 3ec7b16 chore(deps): bump yeoman-environment from 3.12.1 to 3.13.0 (#3508) c8adfa6 chore(deps-dev): bump @​types/node from 18.11.9 to 18.11.10 (#3513) 0ad8cc2 chore(deps-dev): bump cspell from 6.15.0 to 6.15.1 (#3512) d30f261 chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 (#3511) 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: Removes json5. It's no longer used after updating ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Removes json5 Updates webpack from 4.46.0...

X Description: Removes json5. It's no longer used after updating ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Removes json5 Updates webpack from 4....

Opengraph URL: https://github.com/majacQ/JavaScriptKit/pull/22

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:2499bc6a-b7cd-4012-4bbd-41f4590bf0ea
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB944:209633:1A472CA:249D5BA:697BA98E
html-safe-nonce0ed471f842ebbe36d9244db6dd03d415c8834c94ecd5431408fe1a26c510a322
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOTQ0OjIwOTYzMzoxQTQ3MkNBOjI0OUQ1QkE6Njk3QkE5OEUiLCJ2aXNpdG9yX2lkIjoiMzI4MTkxNTM1MDIzMjA1MDA2MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6111182217bd284a57bc0376e4f7097e4503582f0a956d7f2f291fd7d7c6b471
hovercard-subject-tagpull_request:1182215477
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/majacQ/JavaScriptKit/pull/22/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:altRemoves json5. It's no longer used after updating ancestor dependencies json5, webpack and webpack-cli. These dependencies need to be updated together. Removes json5 Updates webpack from 4.46.0...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7ba9ae7380317898f1b98f4cf41e78605ff2d68007cb4db4e46bdaf7e9423d2e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/majacQ/JavaScriptKit git https://github.com/majacQ/JavaScriptKit.git
octolytics-dimension-user_id76464463
octolytics-dimension-user_loginmajacQ
octolytics-dimension-repository_id364109019
octolytics-dimension-repository_nwomajacQ/JavaScriptKit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id244832006
octolytics-dimension-repository_parent_nwoswiftwasm/JavaScriptKit
octolytics-dimension-repository_network_root_id244832006
octolytics-dimension-repository_network_root_nwoswiftwasm/JavaScriptKit
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
release73d564080ba418fe460e64c0f40e4033ff7f8093
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/majacQ/JavaScriptKit/pull/22/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FmajacQ%2FJavaScriptKit%2Fpull%2F22%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FmajacQ%2FJavaScriptKit%2Fpull%2F22%2Ffiles
Sign up https://github.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=majacQ%2FJavaScriptKit
Reloadhttps://github.com/majacQ/JavaScriptKit/pull/22/files
Reloadhttps://github.com/majacQ/JavaScriptKit/pull/22/files
Reloadhttps://github.com/majacQ/JavaScriptKit/pull/22/files
majacQ https://github.com/majacQ
JavaScriptKithttps://github.com/majacQ/JavaScriptKit
swiftwasm/JavaScriptKithttps://github.com/swiftwasm/JavaScriptKit
Please reload this pagehttps://github.com/majacQ/JavaScriptKit/pull/22/files
Notifications https://github.com/login?return_to=%2FmajacQ%2FJavaScriptKit
Fork 0 https://github.com/login?return_to=%2FmajacQ%2FJavaScriptKit
Star 0 https://github.com/login?return_to=%2FmajacQ%2FJavaScriptKit
Code https://github.com/majacQ/JavaScriptKit
Issues 0 https://github.com/majacQ/JavaScriptKit/issues
Pull requests 18 https://github.com/majacQ/JavaScriptKit/pulls
Discussions https://github.com/majacQ/JavaScriptKit/discussions
Actions https://github.com/majacQ/JavaScriptKit/actions
Projects 0 https://github.com/majacQ/JavaScriptKit/projects
Security 0 https://github.com/majacQ/JavaScriptKit/security
Insights https://github.com/majacQ/JavaScriptKit/pulse
Code https://github.com/majacQ/JavaScriptKit
Issues https://github.com/majacQ/JavaScriptKit/issues
Pull requests https://github.com/majacQ/JavaScriptKit/pulls
Discussions https://github.com/majacQ/JavaScriptKit/discussions
Actions https://github.com/majacQ/JavaScriptKit/actions
Projects https://github.com/majacQ/JavaScriptKit/projects
Security https://github.com/majacQ/JavaScriptKit/security
Insights https://github.com/majacQ/JavaScriptKit/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FmajacQ%2FJavaScriptKit%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FmajacQ%2FJavaScriptKit%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/majacQ/JavaScriptKit/tree/main
dependabot/npm_and_yarn/Example/json5-and-webpack-and-webpack-cli--removedhttps://github.com/majacQ/JavaScriptKit/tree/dependabot/npm_and_yarn/Example/json5-and-webpack-and-webpack-cli--removed
Conversation 0 https://github.com/majacQ/JavaScriptKit/pull/22
Commits 1 https://github.com/majacQ/JavaScriptKit/pull/22/commits
Checks 0 https://github.com/majacQ/JavaScriptKit/pull/22/checks
Files changed https://github.com/majacQ/JavaScriptKit/pull/22/files
Please reload this pagehttps://github.com/majacQ/JavaScriptKit/pull/22/files
Bump json5, webpack and webpack-cli in /Example https://github.com/majacQ/JavaScriptKit/pull/22/files#top
Show all changes 1 commit https://github.com/majacQ/JavaScriptKit/pull/22/files
88061b7 Bump json5, webpack and webpack-cli in /Example dependabot[bot] Jan 2, 2023 https://github.com/majacQ/JavaScriptKit/pull/22/commits/88061b7228452584162018a9b2c6844fc10e1361
Clear filters https://github.com/majacQ/JavaScriptKit/pull/22/files
Please reload this pagehttps://github.com/majacQ/JavaScriptKit/pull/22/files
Please reload this pagehttps://github.com/majacQ/JavaScriptKit/pull/22/files
package-lock.json https://github.com/majacQ/JavaScriptKit/pull/22/files#diff-42f5758940fa9adf9f75ba550cd819918a7a43391960c7493c88bb66735e33a7
package.json https://github.com/majacQ/JavaScriptKit/pull/22/files#diff-cd932f9555c508060e090990204875305e1f33ee01dc42b34dc4f9412b112b35
Please reload this pagehttps://github.com/majacQ/JavaScriptKit/pull/22/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.