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

Bump @nextcloud/router from 1.2.0 to 2.0.0 #508

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2021

Bumps @nextcloud/router from 1.2.0 to 2.0.0.

Changelog

Sourced from @​nextcloud/router's changelog.

2.0.0 - 2021-04-07

Changed

  • generateOcsUrl can now replace routing parameters like generateUrl
  • generateOcsUrl no longer contains a trailing slash unless given in the URL
  • Browserslist config updated, which means some older browsers are no longer supported
  • Dependency updates
Commits
  • 4c0b7a9 v2.0.0
  • b8fb765 Merge pull request #213 from nextcloud/dependabot/npm_and_yarn/babel/cli-7.13.14
  • a60cff6 Merge pull request #212 from nextcloud/dependabot/npm_and_yarn/babel/core-7.1...
  • fcbe75e Merge pull request #211 from nextcloud/dependabot/npm_and_yarn/core-js-3.10.0
  • e8db5a5 Bump @​babel/cli from 7.13.10 to 7.13.14
  • 6ebcd05 Bump @​babel/core from 7.13.13 to 7.13.14
  • e021512 Bump core-js from 3.9.1 to 3.10.0
  • 4eddff4 Merge pull request #210 from nextcloud/feature/194/ocs-url-parameters
  • 7485bfc Improve documentation
  • 1996e60 Allow to provide/inject URL parameters on OCS urls too
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Apr 10, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 8899e24 to 6e5cee8 Compare April 13, 2021 18:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch 2 times, most recently from 17556b9 to 16e7e61 Compare June 11, 2021 13:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 16e7e61 to ce9c346 Compare December 9, 2021 09:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from ce9c346 to 784bee2 Compare December 25, 2021 04:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 784bee2 to 627c702 Compare December 27, 2021 07:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 627c702 to e0b91d6 Compare February 23, 2022 14:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from e0b91d6 to 91a9366 Compare April 15, 2022 11:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 91a9366 to 2d91673 Compare April 15, 2022 12:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 2d91673 to a135636 Compare April 15, 2022 15:28
@blizzz blizzz added this to the Nextcloud 25 milestone Apr 21, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from a135636 to a67af0a Compare July 20, 2022 05:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch 2 times, most recently from c5fb79c to 4ed4481 Compare July 20, 2022 05:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 4ed4481 to 6549375 Compare July 25, 2022 06:11
@CarlSchwan CarlSchwan force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 6549375 to 98c5b2f Compare August 3, 2022 13:27
@CarlSchwan
Copy link
Member

/compile amend /

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-router@v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch from 98c5b2f to 4f667a3 Compare August 3, 2022 14:08
@CarlSchwan CarlSchwan merged commit 7c24d19 into master Aug 3, 2022
@CarlSchwan CarlSchwan deleted the dependabot/npm_and_yarn/nextcloud/router-2.0.0 branch August 3, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants