-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency path-to-regexp to v8 #73
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/path-to-regexp-8.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
5 times, most recently
from
September 6, 2024 04:10
95235c1
to
08bc9c3
Compare
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8
fix(deps): update dependency path-to-regexp to v8 - autoclosed
Sep 9, 2024
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8 - autoclosed
fix(deps): update dependency path-to-regexp to v8
Sep 11, 2024
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
from
September 11, 2024 18:26
08bc9c3
to
9620d3d
Compare
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8
fix(deps): update dependency path-to-regexp to v8 - autoclosed
Sep 11, 2024
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8 - autoclosed
fix(deps): update dependency path-to-regexp to v8
Sep 12, 2024
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8
fix(deps): update dependency path-to-regexp to v8 - autoclosed
Sep 12, 2024
renovate
bot
changed the title
fix(deps): update dependency path-to-regexp to v8 - autoclosed
fix(deps): update dependency path-to-regexp to v8
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
5 times, most recently
from
September 16, 2024 18:33
e971f70
to
18bcf6e
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
6 times, most recently
from
September 27, 2024 21:59
ce81930
to
132b5d0
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
3 times, most recently
from
October 8, 2024 02:03
26a2df5
to
ddaab79
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
3 times, most recently
from
October 19, 2024 13:37
5cc23c8
to
16f7a05
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
4 times, most recently
from
October 30, 2024 19:43
5c7ae6e
to
5a9ab4d
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
2 times, most recently
from
November 7, 2024 00:29
cdec1a1
to
a4fc06b
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
2 times, most recently
from
November 17, 2024 22:52
9698512
to
6b3cfbc
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
2 times, most recently
from
November 26, 2024 03:53
d1a7d4c
to
5542448
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
from
December 2, 2024 23:25
5542448
to
904d8ab
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
3 times, most recently
from
January 3, 2025 19:43
b8c0bea
to
c8b30d6
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
2 times, most recently
from
January 15, 2025 02:18
38985e3
to
4281d8e
Compare
renovate
bot
force-pushed
the
renovate/path-to-regexp-8.x
branch
from
January 16, 2025 08:33
4281d8e
to
a43e18f
Compare
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:
^6.2.0
->^8.0.0
Release Notes
pillarjs/path-to-regexp (path-to-regexp)
v8.2.0
: 8.2.0Compare Source
Fixed
path-to-regexp
to run on older browsers by targeting ES20155969033
s
flag from regexp51dbd45
v8.1.0
Compare Source
Added
pathToRegexp
method back for generating a regexstringify
method for convertingTokenData
into a path stringv8.0.0
: Simpler APICompare Source
Heads up! This is a fairly large change (again) and I need to apologize in advance. If I foresaw what this version would have ended up being I would not have released version 7. A longer blog post and explanation will be incoming this week, but the pivot has been due to work on Express.js v5 and this will the finalized syntax used in Express moving forward.
Added
*name
syntax, aligns with:
behavior but using an asterisk insteadChanged
?
,+
, and*
- only optional exists moving forward (use wildcards for+
,{*foo}
for*
)Added
:"foo-bar"
Removed
loose
modev7.2.0
: Support array inputs (again)Compare Source
Added
match
andpathToRegexp
3fdd88f
v7.1.0
: Strict modeCompare Source
Added
strict
option to detect potential ReDOS issuesFixed
suffix + prefix
when not specifiedTokenData
TokenData
manually, previouslyparse
filled it in automaticallyComments
strict: true
and I'm probably releasing a V8 with it enabled by default ASAP as a necessary security mitigationv7.0.0
: Wildcard, unicode, and modifier changesCompare Source
Hi all! There's a few major breaking changes in this release so read carefully.
Breaking changes:
compile
only accepts strings as values (i.e. no numbers, useString(value)
before compiling a path)encode !== false
, it must be an array of strings\p{XID_Continue}
).?
,*
,+
) must be used after a param explicitly wrapped in{}
/
or.
*
) has been added back and matches Express.js expected behaviorendsWith
optionstrict: true
totrailing: false
;
,,
,!
, and@
for future use-casestokensToRegexp
,tokensToFunction
andregexpToFunction
in favor of simplifying exports/
can be repeated multiple times in a matched path (i.e./foo
works like//foo
, etc)encode
anddecode
no longer receive the token as the second parameterencodeURIComponent
and decode defaults todecodeURIComponent
Added:
encodePath
to fix an issue aroundencode
being used for both path and parameters (the path and parameter should be encoded slightly differently)loose
as an option to support arbitrarily matching the delimiter in paths, e.g.foo/bar
andfoo///bar
should work the sameencode
anddecode
to be set tofalse
which skips all processing of the parameters input/outputTokenData
(exported, returned byparse
) as inputRequests for feedback:
{}
is an obvious drawback but I'm seeking feedback on whether it helps make path behavior clearer/
and.
as implicit prefixesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.