-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Version Packages #230
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #230
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 31, 2024 21:28
448f2de
to
1be7651
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 31, 2024 23:16
1be7651
to
4a7f5d3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 01:00
4a7f5d3
to
f8fa28b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 01:04
f8fa28b
to
99de572
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 01:59
99de572
to
6e7b171
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 02:19
6e7b171
to
c1b5803
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 04:50
c1b5803
to
cabb1fc
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 04:54
cabb1fc
to
6f11d65
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 07:58
6f11d65
to
4701b7e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 1, 2025 19:38
4701b7e
to
e01e867
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 05:08
e01e867
to
79eaa08
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 06:51
79eaa08
to
d87df36
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 08:02
d87df36
to
ab52f4b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 08:35
ab52f4b
to
6880a44
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 09:10
6880a44
to
9b03c03
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 09:15
9b03c03
to
7d16d65
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 18:56
7d16d65
to
7a3990d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 22:18
7a3990d
to
529575e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 22:28
529575e
to
46a3d0a
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 3, 2025 22:55
46a3d0a
to
2e8f626
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 4, 2025 07:20
2e8f626
to
20a9175
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 4, 2025 19:47
20a9175
to
c691167
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 4, 2025 19:53
c691167
to
dc39cbf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 4, 2025 21:23
dc39cbf
to
ff8936d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 4, 2025 22:01
ff8936d
to
0185045
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
January 5, 2025 07:11
0185045
to
856dd12
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Major Changes
02facb1: Removes
renoun/collections
package export and all related types and utilities that were deprecated in v7.8.0.Breaking Changes
The
renoun/collections
package was removed. To upgrade, move to therenoun/file-system
package and use theDirectory
class instead. In most cases, you can replaceCollection
withDirectory
andCompositeCollection
withEntryGroup
.Before
After
eda5977: Removes all
*OrThrow
methods fromDirectory
andEntryGroup
. This also exports two new custom errors,FileNotFoundError
andFileExportNotFoundError
to handle missing files and exports.Breaking Changes
Directory
andEntryGroup
no longer have*OrThrow
methods, use the respective methods instead. To get the same functionality as before, you can catch the error and handle it accordingly:Minor Changes
fcd11af: Now
Directory#getParent
throws when called for the root directory. This makes the method easier to work with and aligns better withFile#getParent
always returning aDirectory
instance.71aa01f: Adds a default
mdx
loader toJavaScriptFile
that uses theMDXRenderer
component. This allows MDX files without imports to be rendered easily:21a952a: Adds
File#getText
method for retrieving the text contents of the file.e107c2f: Allows instantiating
File
andJavaScriptFile
more easily using only apath
:919b73d: Configures the JavaScript RegExp Engine for
shiki
.213cc11: Adds an option for specifying the
port
number when usingcreateServer
fromrenoun/server
:446effc: Exports
FileSystem
,MemoryFileSystem
, andNodeFileSystem
classes for creating custom file systems as well asRepository
for normalizing git providers.Patch Changes
getType
erroring when inferring a re-exported type.