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

Latest -> Main #322

Merged
merged 71 commits into from
Sep 6, 2024
Merged

Latest -> Main #322

merged 71 commits into from
Sep 6, 2024

Conversation

riggaroo
Copy link
Collaborator

@riggaroo riggaroo commented Aug 28, 2024

Upgrading to Compose 1.7.0 BOM

arriolac and others added 30 commits January 24, 2024 11:55
* Add ripple snippets.

* Add new ripple APIs.

* Add snippets for interactions.

* Added more ripple snippets.

* Update foundation and material to 1.7.0-alpha01

* Fix snippet tag.

* Apply Spotless

---------

Co-authored-by: arriolac <[email protected]>
* Adding pip snippets to latest branch

* Apply Spotless

* Adding pip snippets to latest

---------

Co-authored-by: MagicalMeghan <[email protected]>
* Migrate recomposeHighlighter to Modifier.Node

* Apply Spotless

* Simplify recompose highlighter

* Apply Spotless

---------

Co-authored-by: Tomáš Mlynarič <[email protected]>
Co-authored-by: mlykotom <[email protected]>
* Add snippets for ContextualFlowRow

* Apply Spotless

* Update flow snippets

* Apply Spotless

---------

Co-authored-by: riggaroo <[email protected]>
Update Compose BOM to 2024.04.00

Co-authored-by: MagicalMeghan <[email protected]>
* Update libs.versions.toml (#251)

* Replace Graphics bitmap snippets with new Graphics Layer snippets.

* Replace Graphics bitmap snippets with new Graphics Layer snippets.

* Apply Spotless

---------

Co-authored-by: Simona <[email protected]>
Co-authored-by: riggaroo <[email protected]>
* add shared element snippets

* Apply Spotless

* Split snippets into different files.

* Apply Spotless

---------

Co-authored-by: riggaroo <[email protected]>
Copy link

snippet-bot bot commented Aug 28, 2024

Here is the summary of changes.

You are about to add 51 region tags.
You are about to delete 6 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@riggaroo riggaroo changed the title Latest Latest -> Main Aug 28, 2024
* Do latest 1.7.0-beta06 version updates

* Apply Spotless

* Code cleanup

* Apply Spotless

* Fix broken test

* Remove M2 usage from many snippets.

* Apply Spotless

* Remove M2 usage from many snippets.

* Remove M2 usage from many snippets.

* Revert incorrect commit

---------

Co-authored-by: riggaroo <[email protected]>
bentrengrove and others added 4 commits September 3, 2024 10:05
* Fix text snippets in latest

* Apply Spotless
* Migrate CompositionLocal snippets to m3 (#321)

* Migrate Custom design system page to M3 (#325)

* Migrate Custom design system page to M3

* Apply Spotless

---------

Co-authored-by: riggaroo <[email protected]>

---------

Co-authored-by: Ben Trengrove <[email protected]>
Co-authored-by: Rebecca Franks <[email protected]>
Co-authored-by: riggaroo <[email protected]>
@@ -30,13 +30,13 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this reverted to v3?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

dependabot bot and others added 4 commits September 5, 2024 13:00
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2f34f3b)
(cherry picked from commit db5ffc0)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d8ef2dd)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit cea0c7d)

- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v6
Copy link
Member

Choose a reason for hiding this comment

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

Should this be getting pulled back to v4?

.github/workflows/update_deps.yml Outdated Show resolved Hide resolved
arriolac and others added 5 commits September 6, 2024 10:30
* Set git config user for sync_main_latest workflow.

* Update PR description.

(cherry picked from commit ad9ffb0)
@riggaroo riggaroo merged commit 14f817b into main Sep 6, 2024
5 checks passed
@riggaroo riggaroo deleted the latest branch September 6, 2024 10:16
@riggaroo riggaroo restored the latest branch September 9, 2024 09:05
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.

8 participants