fix(deps): update dependency polka to v1.0.0-next.28#1073
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-next.22->1.0.0-next.28Release Notes
lukeed/polka (polka)
v1.0.0-next.28Compare Source
Patches
Removes
node:prefix from all CommonJS modules (#215).You will get these files via a
requirestatement.The ESM version of each package still has the
node:prefix. You will only get this version if you are usingimportsyntax.The
node:prefix was added in 16.x and back-ported to 14.18 (docs), so ensure you're on at least one of those versions. While native ESM was technically added in 12.x, it's been end-of-life (including security) for ~3 years and its version of "ESM" is significantly broken/different than today's ESM... 12.x was the first (experimental) ESM release.Chores
node:prefix removed:5ee202f,228253cbuildstep in CI for size logging:05dae70v1.0.0-next.27Compare Source
Features
node:import prefixes (#212):e34ad69Thank you @benmccann~!
Chores
What's Changed
9656b12Thank you @benmccann
v1.0.0-next.25Compare Source
NEW
@polka/compressionpackage! (#148):a2105e0,7745eb4A lightweight
compressionreplacement, with opt-in Brotli support.Thank you @developit! 🙌
Chores
5ff616aThis service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for
polka@nextand a largerastroexample.v1.0.0-next.24Compare Source
Features
node16/nodenext/bundlermodule resolutions support (#192, #200):Thank you @didinele and @benmccann~!
Patches
(
polka) Upgrade totrouter@4.xwhich improved optional wildcard pattern support:862b08eSee
regexparam@3.0.0release notes for more information.(
@polka/send) Apply custom response headers for piped stream (#198):1568db3Thank you @aral
v1.0.0-next.23Compare Source
Configuration
📅 Schedule: Branch creation - "before 5pm on the first day of the month" (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 was generated by Mend Renovate. View the repository job log.