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

Release next v14.x #1698

Merged
merged 34 commits into from
Apr 20, 2021
Merged

Release next v14.x #1698

merged 34 commits into from
Apr 20, 2021

Conversation

hops-release-bot[bot]
Copy link

@hops-release-bot hops-release-bot bot commented Mar 29, 2021

ZauberNerd and others added 2 commits March 29, 2021 13:29
1696: fix(create-hops-app): rename bin to "create-hops-app" for stable version r=ZauberNerd a=ZauberNerd


<details>
<summary>Bors merge bot cheat sheet</summary>

We are using [bors-ng](https://github.com/bors-ng/bors-ng) to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of `bors delegate+` or `bors delegate=[list]`).

| Syntax | Description |
| --- | --- |
| bors merge | Run the test suite and push to master if it passes. Short for "reviewed: looks good." |
| bors merge- | Cancel an r+, r=, merge, or merge= |
| bors try | Run the test suite without pushing to master. |
| bors try- | Cancel a try |
| bors delegate+ | Allow the pull request author to merge their changes. |
| bors delegate=[list] | Allow the listed users to r+ this pull request's changes. |
| bors retry | Run the previous command a second time. |

This is a short collection of opinionated commands. For a full list of the commands read the [bors reference](https://bors.tech/documentation/).

</details>


Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
@hops-release-bot hops-release-bot bot added the 📦 v14 Apply this label to a pull request, if it has to be cherry-picked to the v14.x-branch after merging. label Mar 29, 2021
Emanuel Kluge and others added 27 commits March 29, 2021 16:44
1700: chore: update canarist config for workshop (v14) r=herschel666 a=herschel666

<details>
<summary>Bors merge bot cheat sheet</summary>

We are using [bors-ng](https://github.com/bors-ng/bors-ng) to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of `bors delegate+` or `bors delegate=[list]`).

| Syntax | Description |
| --- | --- |
| bors merge | Run the test suite and push to master if it passes. Short for "reviewed: looks good." |
| bors merge- | Cancel an r+, r=, merge, or merge= |
| bors try | Run the test suite without pushing to master. |
| bors try- | Cancel a try |
| bors delegate+ | Allow the pull request author to merge their changes. |
| bors delegate=[list] | Allow the listed users to r+ this pull request's changes. |
| bors retry | Run the previous command a second time. |

This is a short collection of opinionated commands. For a full list of the commands read the [bors reference](https://bors.tech/documentation/).

</details>


Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
1714: chore: lock file maintenance (release-bot/next-v14.x) r=herschel666 a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
1703: fix: update dependency ajv to v8 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

1713: chore: update dependency jest-watch-typeahead to v0.6.2 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
A recent change renamed the entry files for the templates from `.js` to
`.jsx` which caused the entry files to not be found anymore.

Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
This adds a new render option `webVitals` to which a `ReportHandler`
can be passed via `webVitals.handler`.
The handler will be called for each of the three core web vitals:
- CLS (cumulative layout shift)
- FID (first input delay)
- LCP (largest contentful paint)

Co-Authored-By: Emanuel Kluge <emanuel.kluge@new-work.se>
1719: feat: add web vitals support (v14.x) r=ZauberNerd a=hops-release-bot[bot]

:warning: **This PR is the successor of #1709 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️

Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
1704: fix: update dependency ajv-formats to v2 (release-bot/next-v14.x) r=ZauberNerd a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
1724: chore: lock file maintenance (release-bot/next-v14.x) r=herschel666 a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
[Fast Refresh](https://www.npmjs.com/package/@pmmmwh/react-refresh-webpack-plugin)
for React components is now available as an experimental feature.

Enable it by passing the `--fast-refresh`-flag into `hops start`.

Thanks, @x0s3!
The import component context should be initialized with undefined,
as this is the expected behavior of the Import Component.

Closes #1729
..., namely the main- & the release branches
1747: chore: skip tests on certain branches (v14.x) r=herschel666 a=hops-release-bot[bot]

:warning: **This PR is the successor of #1731 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️

Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
Emanuel Kluge and others added 3 commits April 19, 2021 16:15
1745: test(spec): check experimental esbuild feature (v14.x) r=herschel666 a=hops-release-bot[bot]

:warning: **This PR is the successor of #1727 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️

Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
@ZauberNerd ZauberNerd marked this pull request as ready for review April 19, 2021 16:17
@ZauberNerd ZauberNerd marked this pull request as draft April 19, 2021 16:23
@ZauberNerd ZauberNerd marked this pull request as ready for review April 19, 2021 16:23
@herschel666 herschel666 force-pushed the release-bot/next-v14.x branch 2 times, most recently from 3093a09 to 1776902 Compare April 20, 2021 09:21
@herschel666 herschel666 marked this pull request as draft April 20, 2021 09:21
@herschel666 herschel666 marked this pull request as ready for review April 20, 2021 14:12
Copy link
Contributor

@herschel666 herschel666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@bors
Copy link
Contributor

bors bot commented Apr 20, 2021

Build succeeded:

@bors bors bot merged commit 7204dac into v14.x Apr 20, 2021
@bors bors bot deleted the release-bot/next-v14.x branch April 20, 2021 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 v14 Apply this label to a pull request, if it has to be cherry-picked to the v14.x-branch after merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants