-
Notifications
You must be signed in to change notification settings - Fork 228
(#1267)(#1270) Upgrade chocolatey-software packages #1268
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
base: master
Are you sure you want to change the base?
Conversation
…st choco-theme This updates all the @chocolatey-software packages to use their latest versions.
…packages This updates all the @chocolatey-software packages to use their latest versions.
…packages This updates all the @chocolatey-software packages to use their latest versions.
df7440d to
2bd1d74
Compare
This updates a number of chocolatey-software packages and brings in new features to automate development and testing of these packages on the docs site. Now, a new script has been added to automate the linking of the choco-theme GitHub branch for easier testing. This also upgrades all of the Astro packages to their latest compatible versions. See the release notes at: https://github.com/chocolatey/choco-theme/releases
2bd1d74 to
0c4e414
Compare
0c4e414 to
c9fa8fc
Compare
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.
Pull request overview
Updates Chocolatey-owned theme/tooling packages and lockfile dependencies to support newer Astro tooling and new scripts for automating choco-theme package linking during development/testing.
Changes:
- Bump
@chocolatey-software/build-toolsand@chocolatey-software/playwrightversions. - Replace the old package-linking script with new
link-localandlink-githubscripts. - Refresh
yarn.lockwith updated transitive dependencies from the upgrades (Astro ecosystem and others).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates Chocolatey package versions and adds link-local / link-github scripts for easier dev/testing workflows. |
| yarn.lock | Locks updated dependency graph resulting from package upgrades (including new tooling/runtime dependencies). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d3fbbc6 to
c6382e4
Compare
This updates a number of chocolatey-software packages and brings in new features to automate development and testing of these packages on the docs site. Now, a new script has been added to automate the linking of the choco-theme GitHub branch for easier testing. This also upgrades all of the Astro packages to their latest compatible versions. See the release notes at: https://github.com/chocolatey/choco-theme/releases
c6382e4 to
15fb520
Compare
Description Of Changes
This updates a number of chocolatey-software packages and brings in new features to automate development and testing of these packages on the docs site. Now, a new script has been added to automate the linking of the choco-theme GitHub branch for easier testing. This also upgrades all of the Astro packages to their latest compatible versions. See the release notes at:
https://github.com/chocolatey/choco-theme/releases
Motivation and Context
With more folks working with choco-theme, we needed an easier way to automate the linking of the choco-theme branches to each repository for easier and faster testing, without having to worry about copy/pasting things. We also wanted to bring in all the Astro fixes and features available.
Testing
yarn.choco-themeto link local packages.yarnyarn link-local build-toolspackage.jsonfile in the docs repository. Ensure the entry for thebuild-toolspackage changed to the path of your local copy of choco-theme.yarn link-github release/2.5.0 astro build-tools docs.package.jsonagain, and this time the versions for thedocs,astro, andbuild-toolspackages should reference a version in the format likechocolatey/choco-theme#head=release/2.5.0&workspace=@chocolatey-software/astro(where after the last slash it references the correct package name).yarn devto spin up the website and ensure all looks correct. No visual or functionality changes should have been made.package.jsonandyarn.lockfiles, and leave a comment notifying @st3phhays of the status.Change Types Made
Change Checklist
Related Issue