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

Sync canary -> main #1599

Closed
wants to merge 19 commits into from
Closed

Sync canary -> main #1599

wants to merge 19 commits into from

Conversation

blakewilson
Copy link
Contributor

@blakewilson blakewilson commented Oct 4, 2023

Tasks

  • I have signed a Contributor License Agreement (CLA) with WP Engine.
  • If a code change, I have written testing instructions that the whole team & outside contributors can understand.
  • I have written and included a comprehensive changeset to properly document the changes I've made.

Description

Related Issue(s):

Testing

Screenshots

Documentation Changes

Dependant PRs

josephfusco and others added 18 commits September 13, 2023 12:44
* Fix preview button

Signed-off-by: Joe Fusco <[email protected]>

* Add changeset

Signed-off-by: Joe Fusco <[email protected]>

* Build lockfile

Signed-off-by: Joe Fusco <[email protected]>

---------

Signed-off-by: Joe Fusco <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Feat: (block-editor-utils) Add RangeField

* Chore: Changeset

* Deps: (block-editor-utils) Update package.json
…rol (#1573)

* Added Checkbox component

* Added Checkbox to registerControl index

* Updated unit testing

* Removed help label from control

* Create curly-toes-cross.md

* Test run of unit testing for GitHub actions
* Only use esm

* Use mjs imports instead of cjs

* Use mjs version of config

* Use `ApolloClient`/`InMemoryCache`

* Add changesets

* Use `isolatedModules`. Thanks @theodesp !
* Only use esm

* Use mjs imports instead of cjs

* Use mjs version of config

* Use `ApolloClient`/`InMemoryCache`

* Add changesets

* Use `isolatedModules`. Thanks @theodesp !

* Make the temp use of deep imports more clear
* Create readme

* Update package-lock.json
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add preview mode, rename gated-content -> my-account and resolve posts/pages for our catch all route

* Rename `postSlug` to just `slug` since it can be a post or page

* Fix audit deps

* Update examples/next/app-router/components/please-login.tsx

Co-authored-by: Teresa Gobble <[email protected]>

---------

Co-authored-by: Teresa Gobble <[email protected]>
* Allow health checks to be skipped via CLI

* Create cold-horses-deny.md

* Add tests and remove flags from Next CLI

* Update .changeset/cold-horses-deny.md

Co-authored-by: John Parris <[email protected]>

* Simplify `getNextCliArgs`

---------

Co-authored-by: Teresa Gobble <[email protected]>
Co-authored-by: Blake Wilson <[email protected]>
Co-authored-by: Blake Wilson <[email protected]>
Co-authored-by: John Parris <[email protected]>
* Remove stats from project

They now live in a separate repo.
* Add new block-support example project

Signed-off-by: Joe Fusco <[email protected]>

* Auto analyze new project

Signed-off-by: Joe Fusco <[email protected]>

* Update dependencies

Signed-off-by: Joe Fusco <[email protected]>

* Remove hardcoded theme.json

Signed-off-by: Joe Fusco <[email protected]>

* Ignore globalStylesheet.css

Signed-off-by: Joe Fusco <[email protected]>

* Reduce example to just block things

Signed-off-by: Joe Fusco <[email protected]>

* Add newline to EOF

Signed-off-by: Joe Fusco <[email protected]>

* Reduce example

Signed-off-by: Joe Fusco <[email protected]>

* Update lockfile after merge

Signed-off-by: Joe Fusco <[email protected]>

* Constrain layout using existing core class

Signed-off-by: Joe Fusco <[email protected]>

* Not being used

Signed-off-by: Joe Fusco <[email protected]>

* Irrelevant comment

Signed-off-by: Joe Fusco <[email protected]>

* Resolve merge conflicts

Signed-off-by: Joe Fusco <[email protected]>

---------

Signed-off-by: Joe Fusco <[email protected]>
…org (#1598)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blakewilson blakewilson requested a review from a team as a code owner October 4, 2023 14:14
@changeset-bot
Copy link

changeset-bot bot commented Oct 4, 2023

⚠️ No Changeset found

Latest commit: d09584b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, 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

TeresaGobble
TeresaGobble previously approved these changes Oct 4, 2023
Copy link
Contributor

@TeresaGobble TeresaGobble left a comment

Choose a reason for hiding this comment

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

Thank you Blake, LGTM!

mindctrl
mindctrl previously approved these changes Oct 10, 2023
@mindctrl mindctrl dismissed stale reviews from TeresaGobble and themself via d09584b October 11, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants