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

[TASK]: Bump rollup-plugin-no-emit from 0.0.1 to 1.0.1 in /Resources/Private/Frontend #300

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps rollup-plugin-no-emit from 0.0.1 to 1.0.1.

Release notes

Sourced from rollup-plugin-no-emit's releases.

v1.0.1

Full Changelog: Arnesfield/rollup-plugin-no-emit@v1.0.0...v1.0.1

  • Update dependencies
  • Run npm audit fix

v1.0.0

Full Changelog: Arnesfield/rollup-plugin-no-emit@v0.0.1...v1.0.0

  • Update dependencies
  • Update README
  • Update tests
  • Update package.json (include exports.types, update Rollup peer dependency)

API is still similar to v0.0.1 but with an update to the match option: it will now include the Rollup output chunk/asset as the second parameter:

noEmit({
  match(fileName: string, output: OutputAsset | OutputChunk) {
    return false;
  }
});

Package now exports the noEmit function plugin along with default:

// ES6 (default)
import noEmit from 'rollup-plugin-no-emit';
// ES6, also works
import { noEmit } from 'rollup-plugin-no-emit';
// CommonJS (preferred)
const { noEmit } = require('rollup-plugin-no-emit');
// CommonJS, also works
const noEmit = require('rollup-plugin-no-emit').default;

Commits
Maintainer changes

This version was pushed to npm by arnesfield, a new releaser for rollup-plugin-no-emit since your current version.


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 requested a review from eliashaeussler as a code owner July 5, 2023 20:38
@dependabot dependabot bot added the dependencies Updates project dependencies label Jul 5, 2023
@codeclimate
Copy link

codeclimate bot commented Jul 5, 2023

Code Climate has analyzed commit a3750d2 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 72.8% (0.0% change).

View more on Code Climate.

Bumps [rollup-plugin-no-emit](https://github.com/Arnesfield/rollup-plugin-no-emit) from 0.0.1 to 1.0.1.
- [Release notes](https://github.com/Arnesfield/rollup-plugin-no-emit/releases)
- [Commits](Arnesfield/rollup-plugin-no-emit@v0.0.1...v1.0.1)

---
updated-dependencies:
- dependency-name: rollup-plugin-no-emit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Resources/Private/Frontend/rollup-plugin-no-emit-1.0.1 branch from fb6be96 to a3750d2 Compare July 5, 2023 20:45
@eliashaeussler eliashaeussler merged commit 51fa2d4 into main Jul 5, 2023
12 checks passed
@eliashaeussler eliashaeussler deleted the dependabot/npm_and_yarn/Resources/Private/Frontend/rollup-plugin-no-emit-1.0.1 branch July 5, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant