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

chore: Merge branch 'master' back into develop after v9.0.1 release #6581

Merged
merged 12 commits into from
Oct 25, 2022

Conversation

cpcallen
Copy link
Contributor

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Proposed Changes

Merge changes made in the master branch since the v9.0.0 release. This merges a substantial number of commits, but most are either rolled back by other later commits or are cherry-picks of changes already in develop, leaving just two actual changes:

  • Updating the version number to 9.0.1, and
  • Correcting an error in renamings.json5.

Reason for Changes

Keep develop up-to-date with respect to changes in master, and thereby reduce the likelihood of merge conflicts when we next release (i.e. merge from develop to master).

Additional Information

  • There were conflicts in

    • core/field_angle.ts
    • core/field_dropdown.ts
    • core/field_variable.ts

    that were due to having cherry-picked changes from develop into master for the 9.0.1 release; these were "resolved" by resetting those files to the develop version, since the "changes" thereby lost were just adapting the cherry-picks to fit code in master that had not had various intermediate PRs applied to it yet.

  • Similarly, conflicts in blockly_compressed.js and .js.map were "resolved" by resetting those files; I note that we could do a rebuild to update the pre-built files in develop but they will soon be deleted anyway, and in any case rebuilding them would not make them the same as the 9.0.1 release as many other PRs have landed in the meantime.

  • A conflict in package-lock.json was resolved by resetting that file to the develop version and then running npm install to update package-lock.json with the change to the blockly version number.

cpcallen and others added 12 commits October 4, 2022 22:35
Merge pull request google#6483 from google/rc_2022_10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) and [@wdio/cli](https://github.com/webdriverio/webdriverio). These dependencies needed to be updated together.

Updates `node-fetch` from 2.6.5 to 2.6.7
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.5...v2.6.7)

Updates `@wdio/cli` from 7.16.10 to 7.25.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](webdriverio/webdriverio@v7.16.10...v7.25.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: "@wdio/cli"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
revert: "chore: remove unused import"
* fix: fix pinch to zoom

* chore: format
* fix: make getSourceBlock nullable again

* chore: format

* chore: move to a specific error

* chore: also update procedures with new error

* chore: format
* chore: fix mutator blocks jumping

* chore: format
Merge pull request google#6573 from cpcallen/blockly-9.0.1
Merge changes made in the master branch since the v9.0.0 release
(specifically, updating the version number to 9.0.1 and correcting an
error in renamings.json5) so as to reduce the liklihood of merge
conflicts when we next release (by merging from develop to master).

There were conflicts in
* core/field_angle.ts
* core/field_dropdown.ts
* core/field_variable.ts

that were due to having cherry-picked changes from develop into master for
the 9.0.1 release; these were "resolved" by resetting those files to the
develop version, since the "changes" thereby lost were just adapting the
cherry-picks to fit code in master that had not had various intermediate
PRs applied to it yet.

Similarly, conflicts in blockly_compressed.js and .js.map were "resolved"
by restting those files; I note that we could do a rebuild to update
the pre-built files in develop but they will soon be deleted anyway,
and in any case rebuilding them would not make them the same as the
9.0.1 release as many other PRs have landed in the meantime.

A conflict in package-lock.json was resolved by resetting that file to the
develop version and then running npm install to update package-lock.json
with the change to the blockly version number.
@cpcallen cpcallen added the PR: chore General chores (dependencies, typos, etc) label Oct 25, 2022
@cpcallen cpcallen requested a review from a team as a code owner October 25, 2022 17:44
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Oct 25, 2022
@cpcallen cpcallen merged commit 75c8eb2 into google:develop Oct 25, 2022
@cpcallen cpcallen deleted the update-develop-post-9.0.1 branch October 25, 2022 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants