Skip to content

chore(deps-dev): bump rollup from 2.68.0 to 2.69.0#295

Merged
probot-auto-merge[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/rollup-2.69.0
Mar 3, 2022
Merged

chore(deps-dev): bump rollup from 2.68.0 to 2.69.0#295
probot-auto-merge[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/rollup-2.69.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 3, 2022

Bumps rollup from 2.68.0 to 2.69.0.

Release notes

Sourced from rollup's releases.

v2.69.0

2022-03-02

Features

  • Introduce new output.generatedCode.symbols to control the usage of Symbols in Rollup-generated code (#4378)
  • soft-deprecate output.namespaceToStringTag in favor of output.generatedCode.symbols (#4378)

Bug Fixes

  • Properly handle ./ and ../ as external dependencies (#4419)
  • Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#4378)
  • Add file name to error when top-level-await is used in disallowed formats (#4421)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.69.0

2022-03-02

Features

  • Introduce new output.generatedCode.symbols to control the usage of Symbols in Rollup-generated code (#4378)
  • soft-deprecate output.namespaceToStringTag in favor of output.generatedCode.symbols (#4378)

Bug Fixes

  • Properly handle ./ and ../ as external dependencies (#4419)
  • Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#4378)
  • Add file name to error when top-level-await is used in disallowed formats (#4421)

Pull Requests

Commits

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](https://github.com/rollup/rollup) from 2.68.0 to 2.69.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.68.0...v2.69.0)

---
updated-dependencies:
- dependency-name: rollup
  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 Mar 3, 2022
@autoapproval autoapproval Bot added automerge Merge the pull request once unit tests and other checks pass. merge labels Mar 3, 2022
Copy link
Copy Markdown

@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 👍

@probot-auto-merge probot-auto-merge Bot merged commit 657bf93 into main Mar 3, 2022
@probot-auto-merge probot-auto-merge Bot deleted the dependabot/npm_and_yarn/rollup-2.69.0 branch March 3, 2022 07:18
github-actions Bot pushed a commit that referenced this pull request Mar 3, 2022
Bumps [rollup](https://github.com/rollup/rollup) from 2.68.0 to 2.69.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.68.0...v2.69.0)

---
updated-dependencies:
- dependency-name: rollup
  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> 657bf93
github-actions Bot pushed a commit that referenced this pull request Mar 3, 2022
### [1.0.21](v1.0.20...v1.0.21) (2022-03-03)

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 2.6.0 to 2.6.1 ([#296](#296)) ([021d1eb](021d1eb))
* **deps-dev:** bump @rollup/plugin-babel from 5.3.0 to 5.3.1 ([#289](#289)) ([94eb804](94eb804))
* **deps-dev:** bump @rollup/plugin-commonjs from 21.0.1 to 21.0.2 ([#291](#291)) ([bffa308](bffa308))
* **deps-dev:** bump @rollup/plugin-typescript from 8.3.0 to 8.3.1 ([#290](#290)) ([aa09138](aa09138))
* **deps-dev:** bump @types/google.maps from 3.47.4 to 3.48.0 ([#293](#293)) ([3a7a8f1](3a7a8f1))
* **deps-dev:** bump @types/google.maps from 3.48.0 to 3.48.1 ([#294](#294)) ([7d73bbf](7d73bbf))
* **deps-dev:** bump @types/jest from 27.4.0 to 27.4.1 ([#292](#292)) ([f45b0a3](f45b0a3))
* **deps-dev:** bump eslint-config-prettier from 8.3.0 to 8.4.0 ([#287](#287)) ([cd9bd9a](cd9bd9a))
* **deps-dev:** bump eslint-config-prettier from 8.4.0 to 8.5.0 ([#297](#297)) ([78bba43](78bba43))
* **deps-dev:** bump rollup from 2.67.3 to 2.68.0 ([#288](#288)) ([806fe25](806fe25))
* **deps-dev:** bump rollup from 2.68.0 to 2.69.0 ([#295](#295)) ([657bf93](657bf93))
* **deps-dev:** bump typedoc from 0.22.11 to 0.22.12 ([#286](#286)) ([9c0ed49](9c0ed49))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2022

🎉 This PR is included in version 1.0.21 🎉

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.

1 participant