parseurl
parseurl copied to clipboard
parse a url with memoization
https://github.com/nodejs/node/pull/55017 ```log (node:33948) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()`...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 11.5.0. Release notes Sourced from mocha's releases. v11.5.0 11.5.0 (2025-05-22) 🌟 Features bump mimimatch from ^5.1.6 to ^9.0.5 (#5349) (a3dea85) v11.4.0 11.4.0 (2025-05-19) 🌟 Features...
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 9.28.0. Release notes Sourced from eslint's releases. v9.28.0 Features b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) a95721f feat: Add --pass-on-unpruned-suppressions CLI...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.31.0. Release notes Sourced from eslint-plugin-import's releases. v2.31.0 Added support eslint v9 (#2996, thanks [@G-Rath] [@michaelfaith]) order: allow validating named imports (#3043, thanks [@manuth]) extensions:...
I forgot to include the limits on https://github.com/pillarjs/parseurl/pull/17 :man_facepalming:
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.23.2 to 3.28.18. Release notes Sourced from github/codeql-action's releases. v3.28.18 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Node.js v24 has deprecated `url.parse()`, causing deprecation warnings. This is related to security issues (hostname spoofing) and will be removed in future versions. This PR replaces the deprecated `url.parse()` with...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3. Release notes Sourced from ossf/scorecard-action's releases. v2.4.3 What's Changed This update bumps the Scorecard version to the v5.3.0 release. For a complete list of...