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 rollup-plugin-license from 3.1.0 to 3.2.0 #52

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2023

Bumps rollup-plugin-license from 3.1.0 to 3.2.0.

Changelog

Sourced from rollup-plugin-license's changelog.

3.0.1 (2022-10-31)

  • release: prepare next release (0b14f37)
  • release: release version (0837951)
  • fix: ignore and skip virtual modules (d946aa4)
  • fix: resolve dir as soon as possible (20df852)
  • refactor: use path#resolve instead of path#normalize (68c57e0)

3.0.0 (2022-10-26)

  • release: prepare next release (aec0c3e)
  • release: release version (7131206)
  • chore: upgrade to rollup ^3.0.0 (16b5c6d)

2.9.0 (2022-10-26)

  • release: prepare next release (5551fb8)
  • release: release version (bdfd236)
  • chore: remove travis.yml file (09f99dc)
  • chore: update npmignore (3dea8e8)
  • chore: update nvmrc (d5f91bf)
  • chore: upgrade rollup-plugin-prettier to version 2.3.0 (afce619)
  • chore: upgrade rollup-plugin-strip-banner to version 2.1.0 (e305455)
  • chore(deps-dev): bump @​babel/core from 7.19.3 to 7.19.6 (#1252) (e313d4c), closes #1252
  • chore(deps-dev): bump @​rollup/plugin-babel from 6.0.0 to 6.0.2 (#1255) (f08ad5f), closes #1255
  • chore(deps-dev): bump @​rollup/plugin-commonjs from 23.0.0 to 23.0.2 (#1256) (3f23bee), closes #1256
  • chore(deps-dev): bump @​rollup/plugin-node-resolve from 15.0.0 to 15.0.1 (#1259) (e27887a), closes #1259
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#1251) (2edf7c6), closes #1251
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#1260) (84dcab7), closes #1260
  • chore(deps-dev): bump @​typescript-eslint/parser from 5.40.0 to 5.40.1 (#1250) (43ce651), closes #1250
  • chore(deps-dev): bump @​typescript-eslint/parser from 5.40.1 to 5.41.0 (#1257) (65c8cff), closes #1257
  • chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#1258) (e6b4210), closes #1258

2.8.2 (2022-10-16)

  • release: prepare next release (e886a03)
  • release: release version (e250fab)
  • chore: update license header (d5dce88)
  • chore: update README (c1cbe08)
  • chore(ci): upgrade actions/setup-node to version 3.5.1 (e29da1e)
  • chore(deps-dev): bump @​babel/core from 7.18.10 to 7.18.13 (#1202) (ce81d82), closes #1202
  • chore(deps-dev): bump @​babel/core from 7.18.13 to 7.19.0 (#1216) (d551bfd), closes #1216
  • chore(deps-dev): bump @​babel/core from 7.18.2 to 7.18.5 (#1147) (a077dbd), closes #1147
  • chore(deps-dev): bump @​babel/core from 7.18.5 to 7.18.6 (#1162) (f2381b8), closes #1162

... (truncated)

Commits
  • 22de2a0 release: release version
  • b8aa30d doc: update README
  • 97cab19 chore(deps-dev): bump rollup from 3.29.4 to 4.1.0 (#1595)
  • 6104236 chore: upgrade rollup-plugin-prettier to version 4.1.1
  • d99da73 declare Rollup 4 compatibility (#1594)
  • a8a8543 doc: update copyright header
  • 996cb3f chore: upgrade rollup-plugin-prettier to version 4.1.0
  • 6e7f49e chore: upgrade rollup-plugin-strip-banner to version 3.1.0
  • 568727e chore(deps-dev): bump @​babel/preset-env from 7.22.20 to 7.23.2 (#1593)
  • 77bde61 chore(deps-dev): bump @​babel/core from 7.23.0 to 7.23.2 (#1592)
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @susnux.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2023
Copy link

@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 dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-plugin-license-3.2.0 branch from 7ad390b to 309d0d2 Compare October 21, 2023 01:25
Copy link

@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

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Merging #52 (ef781e8) into main (e46deda) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   81.69%   81.69%           
=======================================
  Files           8        8           
  Lines         579      579           
  Branches       48       48           
=======================================
  Hits          473      473           
  Misses         58       58           
  Partials       48       48           

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-plugin-license-3.2.0 branch from 309d0d2 to 9ee0c32 Compare October 21, 2023 01:27
Copy link

@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

@susnux
Copy link
Contributor

susnux commented Oct 27, 2023

@dependabot merge

Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 3.1.0 to 3.2.0.
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
- [Commits](mjeanroy/rollup-plugin-license@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-license
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/rollup-plugin-license-3.2.0 branch from 9ee0c32 to ef781e8 Compare October 27, 2023 11:18
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot merged commit 79879df into main Oct 27, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-plugin-license-3.2.0 branch October 27, 2023 11: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants