Skip to content

Release: Prerelease 8.6.0-alpha.4#30439

Merged
shilman merged 45 commits into
next-releasefrom
version-non-patch-from-8.6.0-alpha.3
Feb 5, 2025
Merged

Release: Prerelease 8.6.0-alpha.4#30439
shilman merged 45 commits into
next-releasefrom
version-non-patch-from-8.6.0-alpha.3

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 1, 2025

This is an automated pull request that bumps the version from 8.6.0-alpha.3 to 8.6.0-alpha.4.
Once this pull request is merged, it will trigger a new release of version 8.6.0-alpha.4.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🔧 Maintenance: Builder-Vite: Fix allowedHosts handling for custom hosts #30432 (will also be patched)
  • 🐛 Bug: Addon A11y: Make Vitest Axe optional #30442 (will also be patched)
  • 🐛 Bug: Vite: Fix add component UI invalidation #30438 (will also be patched)
  • ❔ Missing Label: UI: Fix default selected addon panel #30464 (will also be patched)
  • 🏗️ Build: Build: Set TypeScript resolution for sandbox generation #30461
  • 🏗️ Build: Build: Update NX #30460
  • 🏗️ Build: Build: Add flag to skip nx cache #30433
  • 📝 Documentation: RNW-Vite: Fix typos #30437 (will also be patched)
  • 📝 Documentation: Docs: Add Preact-vite framework docs #30271 (will also be patched)
  • 📝 Documentation: Docs: Update Next.js Tailwind example link #30412 (will also be patched)
  • 🏗️ Build: Build: Upgrade typescript #30354

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

8.6.0-alpha.4

shilman and others added 30 commits January 16, 2025 11:27
Docs: Update Next.js Tailwind example link
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

102 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile

"find-package-json": "^1.2.0",
"magic-string": "^0.30.0",
"typescript": "^5.0.0",
"typescript": "^5.7.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: typescript dependency is duplicated in both dependencies and devDependencies - consider removing from one location

Suggested change
"typescript": "^5.7.3",


#### `builder`

Type: `Record<string, any>`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: Consider adding more specific type information beyond Record<string, any>

);
}
const data = await response.json();
const data: any = await response.json();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: Consider defining a TypeScript interface for the npm registry response data structure instead of using any

});

const result = await res.json();
const result: any = await res.json();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

style: Consider defining a proper interface for the GitHub API response instead of using any to maintain type safety

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from d6fe118 to 012baa6 Compare February 4, 2025 10:50
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from 012baa6 to e4715c4 Compare February 4, 2025 14:00
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from e4715c4 to 37ec630 Compare February 4, 2025 14:08
…-generation

Build: Set TypeScript resolution for sandbox generation
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from 37ec630 to 8f6ad6c Compare February 4, 2025 14:58
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from 8f6ad6c to dbfdfda Compare February 5, 2025 06:16
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.6.0-alpha.3 branch from dbfdfda to 2c62084 Compare February 5, 2025 06:41
@shilman shilman added freeze Freeze the Release PR with this label ci:daily Run the CI jobs that normally run in the daily job. labels Feb 5, 2025
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Feb 5, 2025

View your CI Pipeline Execution ↗ for commit 2c62084.

Command Status Duration Result
nx affected -t check -c production --parallel=7 ✅ Succeeded <1s View ↗
nx run-many -t build -c production --parallel=3 ✅ Succeeded 3s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-05 06:51:56 UTC

@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 2c62084, ran on 5 February 2025 at 06:58:50 UTC

The following packages have significant changes to their size or dependencies:

@storybook/addon-a11y

Before After Difference
Dependency count 59 56 🎉 -3 🎉
Self size 228 KB 332 KB 🚨 +104 KB 🚨
Dependency size 13.46 MB 12.71 MB 🎉 -753 KB 🎉
Bundle Size Analyzer Link Link

@storybook/addon-docs

Before After Difference
Dependency count 17 17 0
Self size 2.20 MB 2.26 MB 🚨 +61 KB 🚨
Dependency size 7.92 MB 7.92 MB 0 B
Bundle Size Analyzer Link Link

@storybook/addon-essentials

Before After Difference
Dependency count 36 36 0
Self size 12 KB 12 KB 0 B
Dependency size 13.87 MB 13.93 MB 🚨 +61 KB 🚨
Bundle Size Analyzer Link Link

@storybook/preact-vite

Before After Difference
Dependency count 13 13 0
Self size 6 KB 5 KB 🎉 -743 B 🎉
Dependency size 1.31 MB 1.31 MB 🚨 +2 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 388 388 0
Self size 503 KB 503 KB 🎉 -310 B 🎉
Dependency size 75.36 MB 75.37 MB 🚨 +12 KB 🚨
Bundle Size Analyzer Link Link

@shilman shilman merged commit 2462f49 into next-release Feb 5, 2025
@shilman shilman deleted the version-non-patch-from-8.6.0-alpha.3 branch February 5, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants