opencti icon indicating copy to clipboard operation
opencti copied to clipboard

Update dependency path-to-regexp to v0.2.5

Open renovate[bot] opened this issue 11 months ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
path-to-regexp 0.1.12 -> 0.2.5 age adoption passing confidence

Release Notes

pillarjs/path-to-regexp (path-to-regexp)

v0.2.5

Compare Source

  • Allow keys parameter to be omitted

v0.2.4

Compare Source

  • Code coverage badge
  • Updated readme
  • Attach keys to the generated regexp

v0.2.3

Compare Source

  • Add MIT license

v0.2.2

Compare Source

  • A passed in trailing slash in non-strict mode will become optional
  • In non-end mode, the optional trailing slash will only match at the end

v0.2.1

Compare Source

  • Fixed a major capturing group regexp regression

v0.2.0

Compare Source

  • Improved support for arrays
  • Improved support for regexps
  • Better support for non-ending strict mode matches with a trailing slash
  • Travis CI support
  • Block using regexp special characters in the path
  • Removed support for the asterisk to match all
  • New support for parameter suffixes - *, + and ?
  • Updated readme
  • Provide delimiter information with keys array

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, 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.

renovate[bot] avatar Dec 16 '24 23:12 renovate[bot]

introduces an error in CI

⎯⎯⎯⎯ Unhandled Rejection ⎯⎯⎯⎯⎯
SyntaxError: Invalid regular expression: /^\/storage\/get\/(*)(?:\/(?=$))?$/i: Nothing to repeat
 ❯ pathtoRegexp node_modules/path-to-regexp/index.js:166:21
 ❯ new Layer node_modules/express/lib/router/layer.js:45:17
 ❯ Function.route node_modules/express/lib/router/index.js:505:15
 ❯ app.<computed> [as get] node_modules/express/lib/application.js:498:30
 ❯ Module.createApp [as default] src/http/httpPlatform.js:222:7
    220|         res.sendStatus(403);
    221|         return;
    222|       }
       |       ^
    223|       const { file } = req.params;
    224|       const data = await loadFile(executeContext, auth, file);
 ❯ createHttpServer src/http/httpServer.js:163:65

labo-flg avatar Jan 31 '25 10:01 labo-flg

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Jun 25 '25 14:06 renovate[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.2.5). 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.

renovate[bot] avatar Jul 15 '25 09:07 renovate[bot]