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

npm: bump rollup from 3.29.4 to 4.1.4 #3416

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rollup from 3.29.4 to 4.1.4.

Release notes

Sourced from rollup's releases.

v4.1.4

4.1.4

2023-10-16

Bug Fixes

  • Reduce sizes @​rollup/browser and @​rollup/wasm-node WASM artifacts (#5204)

Pull Requests

v4.1.3

4.1.3

2023-10-15

Bug Fixes

  • Fix WASM build as hash function was not exported (#5203)

Pull Requests

v4.1.1

4.1.1

2023-10-15

Bug Fixes

  • Improve Node parsing performance (#5201)

Pull Requests

v4.1.0

4.1.0

2023-10-14

Features

  • Reduce memory usage of Rollup builds (#5133)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.1.4

2023-10-16

Bug Fixes

  • Reduce sizes @​rollup/browser and @​rollup/wasm-node WASM artifacts (#5204)

Pull Requests

4.1.3

2023-10-15

Bug Fixes

  • Fix WASM build as hash function was not exported (#5203)

Pull Requests

4.1.2

2023-10-15

Release did not finish successfully

4.1.1

2023-10-15

Bug Fixes

  • Improve Node parsing performance (#5201)

Pull Requests

4.1.0

2023-10-14

Features

  • Reduce memory usage of Rollup builds (#5133)

... (truncated)

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 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 16, 2023
@dependabot dependabot bot requested review from jrobbins and KyleJu October 16, 2023 20:57
@jrobbins
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-4.1.4 branch from 75a1739 to 1b45dd9 Compare October 17, 2023 16:06
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.1.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.1.4)

---
updated-dependencies:
- dependency-name: rollup
  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/rollup-4.1.4 branch from 1b45dd9 to bae9389 Compare October 17, 2023 17:00
@jrobbins jrobbins merged commit f84d06a into main Oct 17, 2023
@jrobbins jrobbins deleted the dependabot/npm_and_yarn/rollup-4.1.4 branch October 17, 2023 17:34
DanielRyanSmith added a commit that referenced this pull request Oct 17, 2023
commit 67d2fab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 10:34:43 2023 -0700

    npm: bump @babel/traverse from 7.23.0 to 7.23.2 (#3422)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f84d06a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 10:34:03 2023 -0700

    npm: bump rollup from 3.29.4 to 4.1.4 (#3416)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.1.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.29.4...v4.1.4)

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

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1f95823
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:58:50 2023 -0700

    npm: bump @rollup/plugin-babel from 6.0.3 to 6.0.4 (#3413)

    Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.3 to 6.0.4.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel)

    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-babel"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0c35a36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:51:15 2023 -0700

    npm: bump sass from 1.69.0 to 1.69.3 (#3414)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.3.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.69.0...1.69.3)

    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f172e26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 17 09:00:59 2023 -0700

    npm: bump @playwright/test from 1.37.1 to 1.39.0 (#3415)

    Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.37.1 to 1.39.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.37.1...v1.39.0)

    ---
    updated-dependencies:
    - dependency-name: "@playwright/test"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c89f939
Author: Jason Robbins <[email protected]>
Date:   Tue Oct 17 08:47:43 2023 -0700

    Fix failing unit test for Google Docs description. (#3421)
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant