Skip to content

Update all non-major dependencies #3692

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

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2020

This PR contains the following updates:

Package Type Update Change
@changesets/cli devDependencies patch 2.10.1 -> 2.10.2
@microsoft/api-documenter (source) devDependencies patch 7.8.35 -> 7.8.36
@microsoft/api-extractor (source) devDependencies patch 7.9.10 -> 7.9.11
firebase-tools devDependencies patch 8.9.0 -> 8.9.2
prettier (source) devDependencies patch 2.1.0 -> 2.1.1
rollup (source) dependencies patch 2.26.5 -> 2.26.7
rollup (source) devDependencies patch 2.26.5 -> 2.26.7

Release Notes

changesets/changesets

v2.10.2

Compare Source

firebase/firebase-tools

v8.9.2

Compare Source

  • Change default runtime for Firebase Extensions template to nodejs10.
  • Modify messages for Firebase Extensions Node.js 10 migration.

v8.9.1

Compare Source

  • Fixes default credentials inside functions:shell (#​2561)
prettier/prettier

v2.1.1

Compare Source

diff

Fix format on html with frontMatter (#​9043 by @​fisker)
<!-- Input -->
---
layout: foo
---

Test <a
href="https://prettier.io">abc</a>.

<!-- Prettier stable -->
TypeError: Cannot read property 'end' of undefined
  ...

<!-- Prettier master -->
---
layout: foo
---

Test <a href="https://prettier.io">abc</a>.
Fix broken format for ...infer T (#​9044 by @​fisker)
// Input
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;

// Prettier stable
type Tail<T extends any[]> = T extends [infer U, ...(infer R)] ? R : never;

// Prettier master
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;
Fix format on style[lang="sass"] (#​9051 by @​fisker)
<!-- Input -->
<style lang="sass">
.hero
  @&#8203;include background-centered
</style>

<!-- Prettier stable -->
<style lang="sass">
.hero @&#8203;include background-centered;
</style>

<!-- Prettier master -->
<style lang="sass">
  .hero
    @&#8203;include background-centered
</style>
Fix self-closing blocks and blocks with src attribute format (#​9052, #​9055 by @​fisker)
<!-- Input -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />

<!-- Prettier stable -->
<custom lang="markdown" src="./foo.md">

</custom>
<custom lang="markdown" src="./foo.md"

/>
<custom lang="markdown"

/>

<!-- Prettier master -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />
rollup/rollup

v2.26.7

Compare Source

2020-08-28

Bug Fixes
  • Avoid invalid code when rendering hoisted variable declarations from dead branches (#​3752)
  • Mark the options parameter of this.parse as optional for TypeScript plugins (#​3750)
Pull Requests

v2.26.6

Compare Source

2020-08-27

Bug Fixes
  • Avoid conflicts between the namespace of synthetic named exports and local variables (#​3747)
Pull Requests

Renovate configuration

📅 Schedule: "before 3am on Friday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Aug 28, 2020

💥 No Changeset

Latest commit: c7247d9

Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂

If these changes should be published to npm, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 28, 2020

Size Analysis Report

Affected Products

No changes between base commit (0dfd516) and head commit (0e71d55).

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed82ecd to 6a1795d Compare August 28, 2020 05:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a1795d to c7247d9 Compare August 28, 2020 15:22
@Feiyang1 Feiyang1 merged commit 8d23612 into master Aug 28, 2020
@Feiyang1 Feiyang1 deleted the renovate/all-minor-patch branch August 28, 2020 17:43
@firebase firebase locked and limited conversation to collaborators Sep 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants