Skip to content
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

build(deps): bump path-to-regexp and unleash-server in /v4/securing-azure-auth #294

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2024

Bumps path-to-regexp to 6.3.0 and updates ancestor dependency unleash-server. These dependencies need to be updated together.

Updates path-to-regexp from 2.4.0 to 6.3.0

Release notes

Sourced from path-to-regexp's releases.

Fix backtracking in 6.x

Fixed

  • Add backtrack protection to 6.x (#324) f1253b4

pillarjs/path-to-regexp@v6.2.2...v6.3.0

Updated README

No API changes. Documentation only release.

Changed

  • Fix readme example c7ec332
  • Update shield URL e828000

pillarjs/path-to-regexp@v6.2.1...v6.2.2

Fix matching :name* parameter

Fixed

  • Fix invalid matching of :name* parameter (#261) 762bc6b
  • Compare delimiter string over regexp 86baef8

Added

  • New example in documentation (#256) ae9e576
  • Update demo link (#250) 77df638
  • Update README encode example b39edd4

pillarjs/path-to-regexp@v6.2.0...v6.2.1

Named Capturing Groups

Added

  • Support named capturing groups for RegExps (#225)

Fixed

  • Update strict flag documentation (#227)
  • Ignore test files when bundling (#220)

Use /#? as Default Delimiter

Fixed

  • Use /#? as default delimiter to avoid matching on query or fragment parameters
    • If you are matching non-paths (e.g. hostnames), you can adjust delimiter: '.'

Custom Prefix and Suffix Groups

Note: The path syntax has been stabilized with this release, no breaking changes in paths is expected.

... (truncated)

Changelog

Sourced from path-to-regexp's changelog.

Moved to GitHub Releases

3.0.0 / 2019-01-13

  • Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g. /:att1-:att2-:att3-:att4-:att5)
  • Remove partial support, prefer escaping the prefix delimiter explicitly (e.g. \\/(apple-)?icon-:res(\\d+).png)
Commits

Updates unleash-server from 4.12.6 to 6.2.1

Release notes

Sourced from unleash-server's releases.

v6.2.1

v6.2.0

New features

Soft limits

Unleash now includes soft limits for key resources to ensure platform stability and encourage best practices. Self-hosted OSS and Enterprise users can override these limits.  We’ve set custom limits for hosted customers who currently exceed the limits to prevent disruptions in daily operations. You can reach out to your Unleash contact to increase limits at no extra cost.

When you approach a limit—starting at 80% usage—the Admin UI shows how close you are to the limit when creating new resources.

The documentation contains information on all the limits and details on how to override them. You can view your current resource counts on the Instance stats page.

Command menu

The Command menu enables quick access to recently visited pages and provides search functionality across feature flags, projects, and pages, improving workflow efficiency.

Improve create flag flow

We’ve redesigned the Create feature flag flow to make it simpler and faster to create flags. This ensures a consistent experience when creating resources in Unleash.

Change request preview

Enterprise users can now preview and test the results of change requests in a playground environment before the changes are approved or applied.

Minor changes

Feature flag collaborators

To enhance collaboration, we’ve updated the feature flag overview to display who made the most recent change to a flag and show recent collaborators.

What's new in Unleash

A new widget highlights recently added beta features and other new capabilities available in Unleash.

Integration page displaying last events

Administrators can now view the latest integration events directly on the Integrations page. Each integration card features a status icon displaying the result of the most recent event, with more details available on hover. You can view recent events by selecting View events from the action menu. Selecting an event shows detailed information, including execution results, underlying Unleash events, and integration-specific data.

Event search authorization

Previously, all global events were accessible via the API. Now, only root admins can view global events, while other users have access to project-specific events only.

Insights

The Insights page has received minor improvements. We’ve added the ability to select date range, reorganized the charts and ensured that the data in the left-side widgets is synchronized with the charts.

... (truncated)

Changelog

Sourced from unleash-server's changelog.

[6.2.1] - 2024-09-11

Bug Fixes

[6.2.0] - 2024-09-05

ADR

  • Use of conditionals in JSX (</ConditionallyRender>) (#8025)

Bug Fixes

  • Missing space in delete project message (#7771)

  • Update dependency ajv to v8.17.1 (#7786)

  • Don't delete projects screen from history (#7787)

  • Select an item only from the filtered list of options (#7789)

  • Allow for empty groupId in form (#7798)

  • Show environments page as enterprise feature (#7796)

  • Playground env column spacing made bigger (#7806)

  • Don't show link stubs in slack notifications (#7810)

  • Update avatar usage in change requests (#7818)

  • Event creators, distinct on two users with same id (#7824)

  • After encryption some emails end up being too long (#7828)

  • Don't always fetch all flags on project flag screen (#7834)

  • Display feature naming patterns in dialog (#7837)

  • Search events by user ID, not by user name (#7846)

  • Remove flag from UI (#7857)

  • Remove another scimApi flag (#7858)

  • Make archivedAt nullable (#7872)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 6.3.0 and updates ancestor dependency [unleash-server](https://github.com/unleash/unleash). These dependencies need to be updated together.


Updates `path-to-regexp` from 2.4.0 to 6.3.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v2.4.0...v6.3.0)

Updates `unleash-server` from 4.12.6 to 6.2.1
- [Release notes](https://github.com/unleash/unleash/releases)
- [Changelog](https://github.com/Unleash/unleash/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash@v4.12.6...v6.2.1)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: unleash-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2024
Copy link

stale bot commented Oct 16, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 16, 2024
@stale stale bot closed this Oct 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/v4/securing-azure-auth/multi-5ad21847fa branch October 29, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file stale
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

0 participants