-
Notifications
You must be signed in to change notification settings - Fork 198
chore: release main #1613
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: release main #1613
Conversation
Summary of ChangesHello @looker-open-source-automation-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request orchestrates a comprehensive version update across the Looker SDK codebase. Its main goal is to roll out the latest SDKs, specifically for Looker 25.20, and to ensure all related packages and their dependencies are synchronized to this new version. This automated process streamlines the release cycle and maintains consistency across the project's various components. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request appears to be an automated release created by release-please. The changes primarily consist of version bumps in package.json files and updates to changelogs. My review focuses on ensuring consistency and maintainability. I've suggested sorting the keys in .release-please-manifest.json for better readability. Additionally, I've pointed out unnecessary blank lines in several CHANGELOG.md files to improve formatting consistency across the project.
| ".": "25.20.0", | ||
| "packages/api-explorer": "0.9.80", | ||
| "packages/code-editor": "0.1.47", | ||
| "packages/extension-api-explorer": "22.21.37", | ||
| "packages/extension-sdk": "25.20.0", | ||
| "packages/extension-sdk-react": "25.20.0", | ||
| "packages/extension-utils": "0.1.57", | ||
| "packages/hackathon": "22.21.39", | ||
| "packages/run-it": "0.9.80", | ||
| "packages/sdk": "25.20.0", | ||
| "packages/sdk-codegen": "21.10.2", | ||
| "packages/sdk-codegen-scripts": "21.5.37", | ||
| "packages/sdk-codegen-utils": "21.0.27", | ||
| "packages/sdk-node": "25.20.0", | ||
| "packages/sdk-rtl": "21.6.4", | ||
| "packages/wholly-artifact": "0.1.37", | ||
| "packages/wholly-sheet": "0.5.75", | ||
| "python": "25.18.0", | ||
| "packages/extension-playground": "1.0.36", | ||
| "packages/extension-tile-playground": "1.1.23", | ||
| "packages/embed-services": "25.18.0", | ||
| "packages/embed-components": "25.18.0" | ||
| "packages/wholly-artifact": "0.1.38", | ||
| "packages/wholly-sheet": "0.5.76", | ||
| "python": "25.20.0", | ||
| "packages/extension-playground": "1.0.37", | ||
| "packages/extension-tile-playground": "1.1.24", | ||
| "packages/embed-services": "25.20.0", | ||
| "packages/embed-components": "25.20.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys in this JSON file are not sorted alphabetically. Sorting them would improve readability and make it easier to find specific packages in the future. This is particularly helpful as the number of packages grows.
".": "25.20.0",
"packages/api-explorer": "0.9.80",
"packages/code-editor": "0.1.47",
"packages/embed-components": "25.20.0",
"packages/embed-services": "25.20.0",
"packages/extension-api-explorer": "22.21.37",
"packages/extension-playground": "1.0.37",
"packages/extension-sdk": "25.20.0",
"packages/extension-sdk-react": "25.20.0",
"packages/extension-tile-playground": "1.1.24",
"packages/extension-utils": "0.1.57",
"packages/hackathon": "22.21.39",
"packages/run-it": "0.9.80",
"packages/sdk": "25.20.0",
"packages/sdk-codegen": "21.10.2",
"packages/sdk-codegen-scripts": "21.5.37",
"packages/sdk-codegen-utils": "21.0.27",
"packages/sdk-node": "25.20.0",
"packages/sdk-rtl": "21.6.4",
"packages/wholly-artifact": "0.1.38",
"packages/wholly-sheet": "0.5.76",
"python": "25.20.0"| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v25.18.0...sdk-codegen-all-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * generate SDKs for Looker 25.20 ([#1612](https://github.com/looker-open-source/sdk-codegen/issues/1612)) ([89c707d](https://github.com/looker-open-source/sdk-codegen/commit/89c707da1c5aeac8df305f5460618f31f524f722)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/code-editor bumped from 0.1.46 to 0.1.47 | ||
| * @looker/extension-utils bumped from 0.1.56 to 0.1.57 | ||
| * @looker/run-it bumped from 0.9.79 to 0.9.80 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2 | ||
| * devDependencies | ||
| * @looker/sdk-codegen-scripts bumped from 21.5.36 to 21.5.37 | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * devDependencies | ||
| * @looker/sdk-codegen bumped from 21.10.1 to 21.10.2 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/embed-components-v25.18.0...embed-components-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Miscellaneous Chores | ||
|
|
||
| * **embed-components:** Synchronize undefined versions | ||
|
|
||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/embed-services bumped from 25.18.0 to 25.20.0 | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * devDependencies | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.18.0...sdk-node-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Miscellaneous Chores | ||
|
|
||
| * **sdk-node:** Synchronize undefined versions | ||
|
|
||
|
|
||
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v25.18.0...sdk-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * generate SDKs for Looker 25.20 ([#1612](https://github.com/looker-open-source/sdk-codegen/issues/1612)) ([89c707d](https://github.com/looker-open-source/sdk-codegen/commit/89c707da1c5aeac8df305f5460618f31f524f722)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * devDependencies | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Dependencies | ||
|
|
||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @looker/sdk bumped from 25.18.0 to 25.20.0 | ||
| * devDependencies | ||
| * @looker/sdk-node bumped from 25.18.0 to 25.20.0 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/looker_sdk-v25.18.0...looker_sdk-v25.20.0) (2025-11-05) | ||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * generate SDKs for Looker 25.20 ([#1612](https://github.com/looker-open-source/sdk-codegen/issues/1612)) ([89c707d](https://github.com/looker-open-source/sdk-codegen/commit/89c707da1c5aeac8df305f5460618f31f524f722)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APIX Tests0 tests 0 ✅ 0s ⏱️ Results for commit afb3827. |
Codegen Tests439 tests 400 ✅ 38s ⏱️ Results for commit afb3827. |
🤖 I have created a release beep boop
@looker/api-explorer: 0.9.80
Dependencies
@looker/code-editor: 0.1.47
Dependencies
@looker/extension-api-explorer: 22.21.37
Dependencies
@looker/extension-playground: 1.0.37
Dependencies
@looker/extension-tile-playground: 1.1.24
Dependencies
@looker/extension-utils: 0.1.57
Dependencies
@looker/hackathon: 22.21.39
Dependencies
@looker/run-it: 0.9.80
Dependencies
@looker/sdk-codegen: 21.10.2
Dependencies
@looker/sdk-codegen-scripts: 21.5.37
Dependencies
@looker/sdk-codegen-utils: 21.0.27
Dependencies
@looker/wholly-artifact: 0.1.38
Dependencies
@looker/wholly-sheet: 0.5.76
Dependencies
sdk-codegen-all: 25.20.0
25.20.0 (2025-11-05)
Features
looker_sdk: 25.20.0
25.20.0 (2025-11-05)
Features
embed-components: 25.20.0
25.20.0 (2025-11-05)
Miscellaneous Chores
Dependencies
embed-services: 25.20.0
25.20.0 (2025-11-05)
Miscellaneous Chores
Dependencies
extension-sdk: 25.20.0
25.20.0 (2025-11-05)
Miscellaneous Chores
Dependencies
extension-sdk-react: 25.20.0
25.20.0 (2025-11-05)
Miscellaneous Chores
Dependencies
sdk: 25.20.0
25.20.0 (2025-11-05)
Features
sdk-node: 25.20.0
25.20.0 (2025-11-05)
Miscellaneous Chores
Dependencies
This PR was generated with Release Please. See documentation.