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

Bump acorn and @ampproject/rollup-plugin-closure-compiler #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps acorn to 7.3.1 and updates ancestor dependency @ampproject/rollup-plugin-closure-compiler. These dependencies need to be updated together.

Updates acorn from 6.2.0 to 7.3.1

Commits
  • e265eae Mark version 7.3.1
  • 50fd1bc Mark version 7.1.0 of acorn-loose
  • ee03be3 Mark version 7.3.0
  • 4adea30 add optional chaining
  • eec9b37 Fix parsing of ambiguous object pattern with a 'set' property with a default ...
  • f66c4e7 Add type definitions for acorn.mjs (#954)
  • 304ae5e Enable allowAwaitOutsideFunction in test262, update whitelist
  • 6d555e8 Mark verison 7.2.0
  • 82ed10d make test262 success on Windows
  • ec7cbd1 Add nullish coalescing
  • Additional commits viewable in compare view

Updates @ampproject/rollup-plugin-closure-compiler from 0.9.0 to 0.27.0

Release notes

Sourced from @​ampproject/rollup-plugin-closure-compiler's releases.

v0.27.0

This release adds support for M1 Macintoshes.

  • Publish from any branch since main is now the default e99fae9
  • Update to latest closure compiler (#435) 85e3750
  • Upgrade dependencies (#393) bfb50ab
  • Update dependency typescript to v3.9.5 (#389) 318c883
  • Update dependency rollup to v2.12.1 (#384) 2d8c04f
  • Update Node.js to v14.4.0 (#385) 0fb576b
  • Update dependency @​types/node to v14.0.9 (#383) 3d96e36

ampproject/rollup-plugin-closure-compiler@v0.26.0...v0.27.0

v0.26.0

  • Update Node to 14 for local development 36d95fa
  • Publish typescript typings to npm (#376) afdd960
  • Latest master e0a9479
  • Update dependencies 663e34f
  • Update dependency rollup to v2.12.0 (#368) e04a5d9
  • Update dependency acorn to v7.2.0 (#378) 18e9f8b

ampproject/rollup-plugin-closure-compiler@v0.25.2...v0.26.0

v0.25.2

  • Move to pinned version of np until 6.x release fixes integration with 2fa 790f98f
  • Move to pinned version of np until 6.x release fixes integration with 2fa 2efc275

ampproject/rollup-plugin-closure-compiler@v0.25.1...v0.25.2

v0.25.0

  • Last manual release didnt update version 4c263be
  • Update types and fix issue related to isProperty check missing for ObjectExpression members 32008cc
  • Latest node types f05347c
  • Latest prettier a086912
  • Latest closure compiler version 2d8dc3e
  • Update master to newer depdencies f785ef2
  • Update dependency @​types/node to v12.12.34 (#356) 8ff96aa
  • Update dependency rollup to v2.3.3 (#355) a220fa1
  • Update dependency lint-staged to v10.1.2 (#354) b971d4b
  • Update dependency uuid to v7.0.3 (#357) 2b4f060
  • Update dependency prettier to v2.0.2 (#353) 9a25efd
  • Update dependency @​types/uuid to v7.0.2 (#348) 7431673
  • Update dependency rollup to v2.1.0 (#349) fa1bb0c
  • Update dependency prettier to v2 (#352) 90f96af
  • Update dependency @​types/node to v12.12.30 (#346) a547985
  • Update dependency rollup to v2.0.6 (#345) ed339dc
  • Update Yarn to v1.22.4 (#344) ef5d082
  • Update dependency rollup to v2.0.2 (#343) bf38835

v0.24.0

... (truncated)

Commits

You can trigger a rebase of this PR 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [acorn](https://github.com/acornjs/acorn) to 7.3.1 and updates ancestor dependency [@ampproject/rollup-plugin-closure-compiler](https://github.com/ampproject/rollup-plugin-closure-compiler). These dependencies need to be updated together.


Updates `acorn` from 6.2.0 to 7.3.1
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.2.0...7.3.1)

Updates `@ampproject/rollup-plugin-closure-compiler` from 0.9.0 to 0.27.0
- [Release notes](https://github.com/ampproject/rollup-plugin-closure-compiler/releases)
- [Commits](ampproject/rollup-plugin-closure-compiler@v0.9.0...v0.27.0)

---
updated-dependencies:
- dependency-name: acorn
  dependency-type: indirect
- dependency-name: "@ampproject/rollup-plugin-closure-compiler"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2022
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.

0 participants