web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and webpack.
https://rsdoctor.dev/
MIT License
397 stars 29 forks source link

chore(deps): update dependency enhanced-resolve to v5.16.0 #246

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
enhanced-resolve 5.12.0 -> 5.16.0 age adoption passing confidence

Release Notes

webpack/enhanced-resolve (enhanced-resolve) ### [`v5.16.0`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.16.0) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/5.15.1...v5.16.0) #### Features: - cache realpath and realpathSync methods #### Bugfixes - types for cached input filesystem - support Buffer/URL/number paths in cached file system ### [`v5.15.1`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.15.1) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.15.0...5.15.1) #### Bugfixes - find the `pnpapi` the issuer belongs to ### [`v5.15.0`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.15.0) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.14.1...v5.15.0) #### New Features - Ignore `false`/`null`/`undefined` plugins by [@​alexander-akait](https://togithub.com/alexander-akait) in [https://github.com/webpack/enhanced-resolve/pull/389](https://togithub.com/webpack/enhanced-resolve/pull/389) #### Dependencies & Maintenance - GitHub Workflows security hardening by [@​sashashura](https://togithub.com/sashashura) in [https://github.com/webpack/enhanced-resolve/pull/370](https://togithub.com/webpack/enhanced-resolve/pull/370) - Add cSpell commit hook by [@​nschonni](https://togithub.com/nschonni) in [https://github.com/webpack/enhanced-resolve/pull/327](https://togithub.com/webpack/enhanced-resolve/pull/327) #### New Contributors - [@​sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/370](https://togithub.com/webpack/enhanced-resolve/pull/370) **Full Changelog**: https://github.com/webpack/enhanced-resolve/compare/v5.14.1...v5.15.0 ### [`v5.14.1`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.14.1) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.14.0...v5.14.1) #### Bugfixes - TypeScript `strict` mode is now enabled for `enhanced-resolve` by [@​alexander-akait](https://togithub.com/alexander-akait) in [https://github.com/webpack/enhanced-resolve/pull/381](https://togithub.com/webpack/enhanced-resolve/pull/381) #### Dependencies & Maintenance - Migrate to Jest by [@​snitin315](https://togithub.com/snitin315) in [https://github.com/webpack/enhanced-resolve/pull/379](https://togithub.com/webpack/enhanced-resolve/pull/379) - Bump minimatch from 3.0.4 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/enhanced-resolve/pull/383](https://togithub.com/webpack/enhanced-resolve/pull/383) - Add Badges in README by [@​snitin315](https://togithub.com/snitin315) in [https://github.com/webpack/enhanced-resolve/pull/386](https://togithub.com/webpack/enhanced-resolve/pull/386) **Full Changelog**: https://github.com/webpack/enhanced-resolve/compare/v5.14.0...v5.14.1 ### [`v5.14.0`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.14.0) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.13.0...v5.14.0) #### Features - Replace deprecated String.prototype.substr() by [@​CommanderRoot](https://togithub.com/CommanderRoot) in [https://github.com/webpack/enhanced-resolve/pull/336](https://togithub.com/webpack/enhanced-resolve/pull/336) #### Bugfixes - Significantly improve type coverage & definitions for `resolve` by [@​43081j](https://togithub.com/43081j) in [https://github.com/webpack/enhanced-resolve/pull/357](https://togithub.com/webpack/enhanced-resolve/pull/357) - Fix bug where `aliasFields` was not being applied to package `exports` field by [@​alexander-akait](https://togithub.com/alexander-akait) in [https://github.com/webpack/enhanced-resolve/pull/380](https://togithub.com/webpack/enhanced-resolve/pull/380) #### Dependencies & Maintenance - Update `checkout`, `setup-node`, and `codecov` github actions by [@​snitin315](https://togithub.com/snitin315) in [https://github.com/webpack/enhanced-resolve/pull/378](https://togithub.com/webpack/enhanced-resolve/pull/378) #### New Contributors - [@​CommanderRoot](https://togithub.com/CommanderRoot) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/336](https://togithub.com/webpack/enhanced-resolve/pull/336) **Full Changelog**: https://github.com/webpack/enhanced-resolve/compare/v5.13.0...v5.14.0 ### [`v5.13.0`](https://togithub.com/webpack/enhanced-resolve/releases/tag/v5.13.0) [Compare Source](https://togithub.com/webpack/enhanced-resolve/compare/v5.12.0...v5.13.0) #### Features - Add `withFileTypes` options from FileSystem API by [@​fu1996](https://togithub.com/fu1996) in [https://github.com/webpack/enhanced-resolve/pull/374](https://togithub.com/webpack/enhanced-resolve/pull/374) #### Bugfixes - Support wildcards pattern with common suffix in imports/exports field by [@​bvanjoi](https://togithub.com/bvanjoi) in [https://github.com/webpack/enhanced-resolve/pull/353](https://togithub.com/webpack/enhanced-resolve/pull/353) #### Dependencies - Bump minimist from 1.2.5 to 1.2.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/enhanced-resolve/pull/373](https://togithub.com/webpack/enhanced-resolve/pull/373) - Bump json5 from 2.1.3 to 2.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/enhanced-resolve/pull/371](https://togithub.com/webpack/enhanced-resolve/pull/371) #### Developer Experience - Clean up README example by [@​wtlin1228](https://togithub.com/wtlin1228) in [https://github.com/webpack/enhanced-resolve/pull/366](https://togithub.com/webpack/enhanced-resolve/pull/366) - Update README to reflect `conditionNames` default by [@​43081j](https://togithub.com/43081j) in [https://github.com/webpack/enhanced-resolve/pull/359](https://togithub.com/webpack/enhanced-resolve/pull/359) #### New Contributors - [@​fu1996](https://togithub.com/fu1996) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/374](https://togithub.com/webpack/enhanced-resolve/pull/374) - [@​wtlin1228](https://togithub.com/wtlin1228) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/366](https://togithub.com/webpack/enhanced-resolve/pull/366) - [@​43081j](https://togithub.com/43081j) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/359](https://togithub.com/webpack/enhanced-resolve/pull/359) - [@​bvanjoi](https://togithub.com/bvanjoi) made their first contribution in [https://github.com/webpack/enhanced-resolve/pull/353](https://togithub.com/webpack/enhanced-resolve/pull/353) **Full Changelog**: https://github.com/webpack/enhanced-resolve/compare/v5.12.0...v5.13.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 5 months ago

Deploy Preview for rsdoctor failed. Why did it fail? →

Name Link
Latest commit 34665659a2fa66ab2fc0d2b21ffb52b28b29851f
Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/66015bfdd485e80008e3f819
renovate[bot] commented 5 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.16.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.