-
Notifications
You must be signed in to change notification settings - Fork 0
Add Dependabot grouping for semver-minor and semver-patch updates #47
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
Conversation
Deploying bryandady-com with
|
| Latest commit: |
583150b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8070bea5.bryandady-com.pages.dev |
| Branch Preview URL: | https://dependabot-group-minor-patch.bryandady-com.pages.dev |
6a5f14e to
b592fa9
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
316beed to
f307da5
Compare
Signed-off-by: Bryan Dady <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
* Ensure generated/built code is properly analyzed * Improve analysis performance * Provide context in security findings * Handle the build process correctly for a Docusaurus site Signed-off-by: Bryan Dady <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
siteConfig.onBrokenMarkdownLinks config option is deprecated and will be removed in Docusaurus v4. Please migrate to siteConfig.markdown.hooks.onBrokenMarkdownLinks. Signed-off-by: Bryan Dady <[email protected]>
also set nodeLinker: node-modules to resolve ERR_INVALID_ARG_TYPE Signed-off-by: Bryan Dady <[email protected]>
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic) --- updated-dependencies: - dependency-name: "@docusaurus/preset-classic" dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.7.2 to 24.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-types) --- updated-dependencies: - dependency-name: "@docusaurus/types" dependency-version: 3.9.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
5761d01 to
c3d92e8
Compare
- still troubleshooting conflicts Signed-off-by: Bryan Dady <[email protected]>
- still troubleshooting conflicts Signed-off-by: Bryan Dady <[email protected]>
- finally now getting reliable immutable install Signed-off-by: Bryan Dady <[email protected]>
- checks yarn.lock consistency, and runs yarn build before deploying to Cloudflare Signed-off-by: Bryan Dady <[email protected]>
Signed-off-by: Bryan Dady <[email protected]>
1. Removed @docusaurus/preset-classic (which bundled Algolia search) 2. Added individual Docusaurus plugins: ◦ @docusaurus/plugin-content-docs ◦ @docusaurus/plugin-content-blog ◦ @docusaurus/plugin-content-pages ◦ @docusaurus/plugin-sitemap ◦ @docusaurus/theme-classic 3. Updated docusaurus.config.ts to use plugins and themes directly 4. Added missing TypeScript types to devDependencies • ✅ Immutable installs work: yarn install --immutable passes • ✅ 67 packages removed (including all Algolia dependencies) • ✅ All Algolia peer dependency warnings eliminated • ✅ Remaining peer warnings are only about optional TypeScript types (harmless) Signed-off-by: Bryan Dady <[email protected]>
1. Fixed docusaurus.config.ts: • Removed import of @docusaurus/preset-classic (package no longer installed) • Removed the type assertion that was causing issues 2. Fixed src/pages/index.tsx: • Removed title and description props from <Layout> component (these props don't exist on the Layout component - metadata is set via the config instead) Signed-off-by: Bryan Dady <[email protected]>
|
Yes! Finally, after multiple corrections and improvements the code in this branch is successfully passing CI, installing dependencies and building/deploying the site in Cloudflare!!! |
This change was entirely contributed by Copilot.