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-dev): bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 #290

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps @rollup/plugin-node-resolve from 13.1.3 to 13.2.0.

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v13.2.0

2022-04-11

Features

  • feat: Add the ability to pass a function into resolveOnly (#1152)
Commits
  • 5a7691f chore(release): node-resolve v13.2.0
  • f561ec1 feat(node-resolve): Add the ability to pass a function into resolveOnly (#1152)
  • 8835dd2 chore(repo): update rollup devDep in all packages (#1115)
  • 027e690 chore(release): node-resolve v13.1.3
  • See full diff 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)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.1.3 to 13.2.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.2.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

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

Approved 👍

@autoapproval autoapproval bot added automerge Merge the pull request once unit tests and other checks pass. merge labels Apr 12, 2022
@probot-auto-merge probot-auto-merge bot merged commit 9f8c579 into main Apr 12, 2022
@probot-auto-merge probot-auto-merge bot deleted the dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.2.0 branch April 12, 2022 20:32
github-actions bot pushed a commit that referenced this pull request Apr 12, 2022
….0 (#290)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.1.3 to 13.2.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.2.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 9f8c579
github-actions bot pushed a commit that referenced this pull request Apr 18, 2022
### [2.0.4](v2.0.3...v2.0.4) (2022-04-18)

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 2.6.4 to 2.7.0 ([#286](#286)) ([5dba69d](5dba69d))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.0 to 2.7.1 ([#298](#298)) ([4318d45](4318d45))
* **deps-dev:** bump @googlemaps/js-api-loader from 1.13.11 to 1.14.0 ([#289](#289)) ([ed563d7](ed563d7))
* **deps-dev:** bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 ([#294](#294)) ([819949c](819949c))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 ([#290](#290)) ([9f8c579](9f8c579))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.2.0 to 13.2.1 ([#295](#295)) ([1ab5024](1ab5024))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.1 to 8.3.2 ([#291](#291)) ([2deae77](2deae77))
* **deps-dev:** bump core-js from 3.21.1 to 3.22.0 ([#293](#293)) ([4d58e0a](4d58e0a))
* **deps-dev:** bump eslint-plugin-jest from 26.1.3 to 26.1.4 ([#287](#287)) ([ca0ce85](ca0ce85))
* **deps-dev:** bump rollup from 2.70.1 to 2.70.2 ([#292](#292)) ([5f8e2a5](5f8e2a5))
* **deps-dev:** bump typedoc from 0.22.14 to 0.22.15 ([#288](#288)) ([8cb4192](8cb4192))
@github-actions
Copy link

🎉 This PR is included in version 2.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant