René's URL Explorer Experiment


Title: fix(deps): update dependency debug to v4 by renovate[bot] · Pull Request #202 · 142vip/JavaScriptCollection · GitHub

Open Graph Title: fix(deps): update dependency debug to v4 by renovate[bot] · Pull Request #202 · 142vip/JavaScriptCollection

X Title: fix(deps): update dependency debug to v4 by renovate[bot] · Pull Request #202 · 142vip/JavaScriptCollection

Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence debug ^2.6.9 -> ^4.0.0 WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information. Release Notes debug-js/debug (debug) v4.4.0 Compare Source Fixes (hopefully) the inefficient regex warnings in .enable(). Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back. Full Changelog: debug-js/debug@4.3.7...4.4.0 v4.3.7 Compare Source What's Changed Upgrade ms to version 2.1.3 by @​realityking in https://github.com/debug-js/debug/pull/819 Full Changelog: debug-js/debug@4.3.6...4.3.7 v4.3.6 Compare Source What's Changed Avoid using deprecated RegExp.$1 by @​bluwy in https://github.com/debug-js/debug/pull/969 New Contributors @​bluwy made their first contribution in https://github.com/debug-js/debug/pull/969 Full Changelog: debug-js/debug@4.3.5...4.3.6 v4.3.5 Compare Source Patch cac39b1 Fix/debug depth (#​926) Thank you @​calvintwr for the fix. v4.3.4 Compare Source What's Changed Add section about configuring JS console to show debug messages by @​gitname in https://github.com/debug-js/debug/pull/866 Replace deprecated String.prototype.substr() by @​CommanderRoot in https://github.com/debug-js/debug/pull/876 New Contributors @​gitname made their first contribution in https://github.com/debug-js/debug/pull/866 @​CommanderRoot made their first contribution in https://github.com/debug-js/debug/pull/876 Full Changelog: debug-js/debug@4.3.3...4.3.4 v4.3.3 Compare Source Patch Release 4.3.3 This is a documentation-only release. Further, the repository was transferred. Please see notes below. Migrates repository from https://github.com/visionmedia/debug to https://github.com/debug-js/debug. Please see notes below as to why this change was made. Updates repository maintainership information Updates the copyright (no license terms change has been made) Removes accidental epizeuxis (#​828) Adds README section regarding usage in child procs (#​850) Thank you to @​taylor1791 and @​kristofkalocsai for their contributions. Repository Migration Information I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here. Q: What impact will this have on me? In most cases, you shouldn't notice any change. The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible. Q: What are the security implications of this change? If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@​qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider. Even in such a case, however, the officially released package on npm (debug) would not be affected. That package is still very much under control (even more than it used to be). Q: What should I do if I encounter an issue related to the migration? Search the issues first to see if someone has already reported it, and then open a new issue if someone has not. Q: Why was this done as a 'patch' release? Isn't this breaking? No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect. Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken. I understand there are a lot of edge cases so please open issues as needed so I can assist in any way necessary. Q: Why was the repository transferred? I'll just list them off in no particular order. The old organization was defunct and abandoned. I was not an owner of the old organization and thus could not ban the non-trivial amount of spam users or the few truly abusive users from the org. This hindered my ability to properly maintain this package. The debug ecosystem intends to grow beyond a single package, and since new packages could not be created in the old org (nor did it make sense for them to live there), a new org made the most sense - especially from a security point of view. The old org has way, way too many approved members with push access, for which there was nothing I could do. This presented a pretty sizable security risk given that many packages in recent years have fallen victim to backdoors and the like due to lax security access. Q: Was this approved? Yes.[archive] Q: Do I need to worry about another migration sometime in the future? No. v4.3.2 Compare Source Patch release 4.3.2 Caches enabled statuses on a per-logger basis to speed up .enabled checks (#​799) Thank you @​omg! v4.3.1 Compare Source Patch release 4.3.1 Fixes a ReDOS regression (#​458) - see #​797 for details. v4.3.0 Compare Source Minor release Deprecated debugInstance.destroy(). Future major versions will not have this method; please remove it from your codebases as it currently does nothing. Fixed quoted percent sign Fixed memory leak within debug instances that are created dynamically v4.2.0 Compare Source Minor Release Replaced phantomJS with chrome backend for browser tests Deprecated and later removed Changelog.md in lieu of releases page Removed bower.json (#​602) Removed .eslintrc (since we've switched to XO) Removed .coveralls.yml Removed the build system that was in place for various alternate package managers Removed the examples folder (#​650) Switched to console.debug in the browser only when it is available (#​600) Copied custom logger to namespace extension (#​646) Added issue and pull request templates Added "engines" key to package.json Added ability to control selectColor (#​747) Updated dependencies Marked supports-color as an optional peer dependency v4.1.1 Compare Source This backport fixes a bug in coveralls configuration as well as the .extend() function. Patches test: only run coveralls on travis (#​663, #​664, d0e498f) copy custom logger to namespace extension (#​646, 57ef085) v4.1.0 Compare Source Minor Changes migrate Makefile to npm scripts (4236585) feat: Return namespaces string when invoking disable() (7ef8b41) Massive thank you to @​mblarsen and @​outsideris for knocking out two long-awaited changes. v4.0.1 Compare Source v4.0.0 Compare Source A long-awaited release to debug is available now: 4.0.0. Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly. This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule. Major Changes move to XO (closes #​397): ba8a424 add Node.js 10, remove Node.js 4 (#​583): 05b0ceb Minor Changes bump vulnerable packages: 853853f Fix nwjs support (#​569): 207a6a2 add instance extends feature (#​524): e43e5fe Add TVMLKit support (#​579): 02b9ea9 Patches clean up builds: 3ca2331 remove needless command aliases in makefile: 9f4f8f5 no longer checking for BROWSER=1: 623c08e fix tests: 57cde56 clean up makefile: 62822f1 fix tests: 833b6f8 add .editorconfig: 2d2509e add yarn-error.log to .gitignore: 7e1d5d9 Improve usability of Windows notes w/ examples for prompts & npm script (#​577): 1ad1e4a Drop usage of chrome.storage (or make the storage backend pluggable): 71d2aa7 Detect 'process' package: 225c66f Update ms to 2.1.1 (#​539): 22f9932 Update .npmignore (#​527): a5ca7a2 fix colors with supports-color@5: 285dfe1 Document enable() (#​517): ab5083f refactor to make the common code be a setup function (#​507): 7116906 Simplify and improve: da51af8 use babel-ified distributed source for browsers: b3f8f8e Credits Huge thanks to @​DanielRuf, @​EirikBirkeland, @​KyleStay, @​Qix-, @​abenhamdine, @​alexey-pelykh, @​DiegoRBaquero, @​febbraro, @​kwolfy, and @​TooTallNate for their help! v3.2.7 Compare Source v3.2.6 Compare Source v3.2.5 Compare Source v3.2.4 Compare Source v3.2.3 Compare Source v3.2.2 Compare Source 3.2.2 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion. It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0). v3.2.1 Compare Source v3.2.0 Compare Source 3.2.0 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used. This release, along with 3.2.1, were subsequently released together as 4.0.0 (a major bump). You can review the included changes in that release's details. v3.1.0 Compare Source Minor Changes Ignore package-lock.json: e7e568a Remove component.json: 47747f3 Remove "component" from package.json: bdb7e01 Add DEBUG_HIDE_DATE env var: #​486 Patches Correct spelling mistake: daf1a7c Examples: fix colors printout: 7cd9e53 Fix browser detection: fdfa0f5 Remove ReDoS regexp in %o formatter: #​504 Credits Huge thanks to @​amejiarosario and @​zhuangya for their help! v3.0.1 Compare Source v3.0.0 Compare Source Featuring pretty new colors! Major Changes Remove DEBUG_FD: #​406 Make millisecond timer namespace specific and allow 'always enabled' output: #​408 Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY: #​418 enabled() updates existing debug instances: #​440 Minor Changes Add destroy() function: #​440 Document enabled flag: #​465 Support 256 colors: #​481 Update "browserify" to v14.4.0: 826fd94 Separate Node.js and web browser examples: 87880f6 Example: use %o formatter: 31f3343 More readme screenshots replaced: 25eb545 Add Namespace Colors section to readme: 8b5c438 Separate the Node and Browser tests in Travis: f178d86 Patches Readme: fix typo: #​473 Component: update "ms" to v2.0.0: d2dd80a Credits Huge thanks to @​gtjoseph, @​timruffles and @​FantasticFiasco for their help! Configuration 📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence debug ^2.6.9 -> ^4.0.0 WarningSome dependencies could not be looked up. Check the Dependency...

X Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence debug ^2.6.9 -> ^4.0.0 WarningSome dependencies could not be looked up. Check the Depend...

Opengraph URL: https://github.com/142vip/JavaScriptCollection/pull/202

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:38a73932-e840-f399-d101-4909ec5c7326
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9418:DEB63:47828:5DFDB:698DE591
html-safe-nonceaa3cecfc2b521171856f891f2ef3d1b8d90ac5369c07fc345355d1a3d34efac7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDE4OkRFQjYzOjQ3ODI4OjVERkRCOjY5OERFNTkxIiwidmlzaXRvcl9pZCI6IjE1NzM0MTgxMzYzMDM5NTMyOTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac465fe47656eefaf72701785763431ff48f46640657c794751ab5fbcae06469eb
hovercard-subject-tagpull_request:2248343055
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/142vip/JavaScriptCollection/pull/202/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Adoption Passing Confidence debug ^2.6.9 -> ^4.0.0 WarningSome dependencies could not be looked up. Check the Dependency...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None929d0ce8b653d60df0698366d7e9012f9423ea1bace40816e16e5b007242aae4
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/142vip/JavaScriptCollection git https://github.com/142vip/JavaScriptCollection.git
octolytics-dimension-user_id105834656
octolytics-dimension-user_login142vip
octolytics-dimension-repository_id268041774
octolytics-dimension-repository_nwo142vip/JavaScriptCollection
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id268041774
octolytics-dimension-repository_network_root_nwo142vip/JavaScriptCollection
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
release5048f761cd42a133ec9ccbf7ca847affc26d4937
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/142vip/JavaScriptCollection/pull/202/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2F142vip%2FJavaScriptCollection%2Fpull%2F202%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%2F142vip%2FJavaScriptCollection%2Fpull%2F202%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=142vip%2FJavaScriptCollection
Reloadhttps://github.com/142vip/JavaScriptCollection/pull/202/files
Reloadhttps://github.com/142vip/JavaScriptCollection/pull/202/files
Reloadhttps://github.com/142vip/JavaScriptCollection/pull/202/files
142vip https://github.com/142vip
JavaScriptCollectionhttps://github.com/142vip/JavaScriptCollection
Notifications https://github.com/login?return_to=%2F142vip%2FJavaScriptCollection
Fork 3 https://github.com/login?return_to=%2F142vip%2FJavaScriptCollection
Star 16 https://github.com/login?return_to=%2F142vip%2FJavaScriptCollection
Code https://github.com/142vip/JavaScriptCollection
Issues 2 https://github.com/142vip/JavaScriptCollection/issues
Pull requests 1 https://github.com/142vip/JavaScriptCollection/pulls
Actions https://github.com/142vip/JavaScriptCollection/actions
Projects 0 https://github.com/142vip/JavaScriptCollection/projects
Wiki https://github.com/142vip/JavaScriptCollection/wiki
Security 0 https://github.com/142vip/JavaScriptCollection/security
Insights https://github.com/142vip/JavaScriptCollection/pulse
Code https://github.com/142vip/JavaScriptCollection
Issues https://github.com/142vip/JavaScriptCollection/issues
Pull requests https://github.com/142vip/JavaScriptCollection/pulls
Actions https://github.com/142vip/JavaScriptCollection/actions
Projects https://github.com/142vip/JavaScriptCollection/projects
Wiki https://github.com/142vip/JavaScriptCollection/wiki
Security https://github.com/142vip/JavaScriptCollection/security
Insights https://github.com/142vip/JavaScriptCollection/pulse
Sign up for GitHub https://github.com/signup?return_to=%2F142vip%2FJavaScriptCollection%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2F142vip%2FJavaScriptCollection%2Fissues%2Fnew%2Fchoose
mmdaplhttps://github.com/mmdapl
nexthttps://github.com/142vip/JavaScriptCollection/tree/next
renovate/template-demo-debug-4.xhttps://github.com/142vip/JavaScriptCollection/tree/renovate/template-demo-debug-4.x
Conversation 0 https://github.com/142vip/JavaScriptCollection/pull/202
Commits 1 https://github.com/142vip/JavaScriptCollection/pull/202/commits
Checks 3 https://github.com/142vip/JavaScriptCollection/pull/202/checks
Files changed https://github.com/142vip/JavaScriptCollection/pull/202/files
Please reload this pagehttps://github.com/142vip/JavaScriptCollection/pull/202/files
fix(deps): update dependency debug to v4 https://github.com/142vip/JavaScriptCollection/pull/202/files#top
Show all changes 1 commit https://github.com/142vip/JavaScriptCollection/pull/202/files
5f3d3e0 fix(deps): update dependency debug to v4 renovate[bot] Dec 22, 2024 https://github.com/142vip/JavaScriptCollection/pull/202/commits/5f3d3e0cf7763528c053da92fa96013d50e872c2
Clear filters https://github.com/142vip/JavaScriptCollection/pull/202/files
Please reload this pagehttps://github.com/142vip/JavaScriptCollection/pull/202/files
Please reload this pagehttps://github.com/142vip/JavaScriptCollection/pull/202/files
package.json https://github.com/142vip/JavaScriptCollection/pull/202/files#diff-81073ae47f19748cae71c7ea2c57f700b8fdfa3cea30295ebd76fc4691ddf887
pnpm-lock.yaml https://github.com/142vip/JavaScriptCollection/pull/202/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
code/express/apps/template-demo/package.jsonhttps://github.com/142vip/JavaScriptCollection/pull/202/files#diff-81073ae47f19748cae71c7ea2c57f700b8fdfa3cea30295ebd76fc4691ddf887
View file https://github.com/142vip/JavaScriptCollection/blob/5f3d3e0cf7763528c053da92fa96013d50e872c2/code/express/apps/template-demo/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/142vip/JavaScriptCollection/pull/202/{{ revealButtonHref }}
https://github.com/142vip/JavaScriptCollection/pull/202/files#diff-81073ae47f19748cae71c7ea2c57f700b8fdfa3cea30295ebd76fc4691ddf887
https://github.com/142vip/JavaScriptCollection/pull/202/files#diff-81073ae47f19748cae71c7ea2c57f700b8fdfa3cea30295ebd76fc4691ddf887
pnpm-lock.yamlhttps://github.com/142vip/JavaScriptCollection/pull/202/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
View file https://github.com/142vip/JavaScriptCollection/blob/5f3d3e0cf7763528c053da92fa96013d50e872c2/pnpm-lock.yaml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/142vip/JavaScriptCollection/pull/202/files
Please reload this pagehttps://github.com/142vip/JavaScriptCollection/pull/202/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.