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

Chore(deps): Bump @nextcloud/router from 2.0.0 to 2.1.2 #1219

Merged
merged 4 commits into from
Jun 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps @nextcloud/router from 2.0.0 to 2.1.2.

Release notes

Sourced from @​nextcloud/router's releases.

v2.1.2

2.1.2 – 2023-06-13

Full Changelog

Fixed

  • Do not export the declaration of window.OC to prevent typing clashes with applications
Changelog

Sourced from @​nextcloud/router's changelog.

2.1.2 – 2023-06-13

Full Changelog

Fixed

  • Do not export the declaration of window.OC to prevent typing clashes with applications

2.1.1 – 2023-04-21

Full Changelog

Fixed

  • Moved @​nextcloud/typings from dev to production dependency

2.1.0 – 2023-04-20

Full Changelog

Changed

  • Dependency updates

2.0.1 - 2022-12-28

Full Changelog

Fixed

  • fix: fix window variable definition

Changed

  • Add documentation link to Readme
  • Add NPM image to readme
  • chore: upgrade lockfile to version 2
  • Dependency updates
  • feat: add node test
  • feat: fixup commits check
  • fix: fix docs generation
Commits
  • eefe0fa Merge pull request #490 from nextcloud/chore/prepare-v-2.1.2
  • 1a59d97 chore: Prepare v2.1.2 release
  • 95670ee Merge pull request #489 from nextcloud/dependabot/npm_and_yarn/babel/preset-t...
  • f37a98a Merge pull request #488 from nextcloud/dependabot/npm_and_yarn/babel/cli-7.22.5
  • 805038b Merge pull request #487 from nextcloud/dependabot/npm_and_yarn/babel/preset-e...
  • 299f4d9 build(deps-dev): Bump @​babel/preset-typescript from 7.21.5 to 7.22.5
  • 98b8d50 build(deps-dev): Bump @​babel/cli from 7.21.5 to 7.22.5
  • a66dd42 build(deps-dev): Bump @​babel/preset-env from 7.22.4 to 7.22.5
  • ec6870e Merge pull request #486 from nextcloud/dependabot/npm_and_yarn/babel/core-7.22.5
  • 092faac build(deps-dev): Bump @​babel/core from 7.22.1 to 7.22.5
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by skjnldsv, a new releaser for @​nextcloud/router since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 Jun 19, 2023
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@artonge
Copy link
Collaborator

artonge commented Jun 19, 2023

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.1.2 branch from b6cda2c to cd984ba Compare June 19, 2023 10:22
@artonge
Copy link
Collaborator

artonge commented Jun 26, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/router-2.1.2 branch from cd984ba to e63fa00 Compare June 26, 2023 15:27
@artonge
Copy link
Collaborator

artonge commented Jun 26, 2023

/compile amend /

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.0.0 to 2.1.2.
- [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@v2.0.0...v2.1.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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.1.2 branch from e63fa00 to 043509e Compare June 26, 2023 15:36
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
@dependabot dependabot bot merged commit 115f16b into master Jun 27, 2023
23 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/router-2.1.2 branch June 27, 2023 08: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