-
-
Notifications
You must be signed in to change notification settings - Fork 132
Release 1.8.4 #751
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
Release 1.8.4 #751
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.2 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…lpers-7.26.10 Bump @babel/helpers from 7.23.2 to 7.26.10
Bump axios from 1.7.7 to 1.8.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.11 to 6.2.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump vite from 6.0.11 to 6.2.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump vite from 6.2.3 to 6.2.4
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
This PR, "Release 1.8.4", provides a number of documentation improvements and small bug fixes along with QoL enhancements. Key changes include:
- Adding documentation for a new v3 format for pilets (both in the pilet specification and CLI specification).
- Extending the feed API specification to include PiletMetadataV3.
- Updating the bundler documentation to list new bundler plugins and revising existing entries.
- Adjusting the SECURITY.md and CHANGELOG.md for updated version information and release notes.
Reviewed Changes
Copilot reviewed 61 out of 75 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/specs/pilet-specification.md | Added a new section for v3 Format explaining Node.js compatibility notes. |
docs/specs/feed-api-specification.md | Introduced PiletMetadataV3 and extended the union type for metadata. |
docs/specs/cli-specification.md | Updated the documentation to include a new v:3 code snippet for pilets. |
docs/concepts/T02-bundlers.md | Revised bundler plugin list to include new plugins for rspack, Bun, and Vite. |
SECURITY.md | Updated the End of Life date for version 1.x. |
CHANGELOG.md | Added release notes for version 1.8.4. |
Files not reviewed (14)
- LICENSE: Language not supported
- src/converters/piral-aurelia/LICENSE: Language not supported
- src/converters/piral-blazor/LICENSE: Language not supported
- src/converters/piral-cycle/LICENSE: Language not supported
- src/converters/piral-elm/LICENSE: Language not supported
- src/converters/piral-ember/LICENSE: Language not supported
- src/converters/piral-hyperapp/LICENSE: Language not supported
- src/converters/piral-inferno/LICENSE: Language not supported
- src/converters/piral-litel/LICENSE: Language not supported
- src/converters/piral-million/LICENSE: Language not supported
- src/converters/piral-mithril/LICENSE: Language not supported
- src/converters/piral-ng/LICENSE: Language not supported
- src/converters/piral-ngjs/LICENSE: Language not supported
- src/converters/piral-preact/LICENSE: Language not supported
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.
Looks good to me! 🚀
New Pull Request
For more information, see the
CONTRIBUTING
guide.Prerequisites
Please make sure you can check the following boxes:
Type(s) of Changes
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Quick update to fix some small issues and bring QoL improvements.
Remarks
(none)