Skip to content

Upcoming Release Changes #280

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 17, 2023

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 master, this PR will be updated.

Releases

[email protected]

Major Changes

  • #339
    f6be910
    Thanks @enisdenjo! - Drop "module" package.json field

    The field was just a proposal and was never officially (and fully) defined by Node. Node instead
    uses (and recommends) the "exports" field.

  • #339
    f6be910
    Thanks @enisdenjo! - Drop "typescript" package.json field

  • #336
    407c0be
    Thanks @enisdenjo! - Build modern CommonJS and support
    package.json exports

  • #339
    f6be910
    Thanks @enisdenjo! - "main" package.json field matches the
    location of "type" output

    The "type" field defines the module format that Node.js uses for all .js files that have that
    package.json file as their nearest parent.

    Files ending with .js are loaded as ES modules when the nearest parent package.json file
    contains a top-level field "type" with a value of "module".

    If the nearest parent package.json lacks a "type" field, or contains "type": "commonjs", .js
    files are treated as CommonJS. If the volume root is reached and no package.json is found, .js
    files are treated as CommonJS.

    Node documentation

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/master branch from e0d877b to 6084ac1 Compare August 9, 2023 01:07
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 3c53c3a to 9da5c84 Compare June 24, 2024 22:20
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from e58c9e2 to 4801a19 Compare August 7, 2024 18:59
@github-actions github-actions bot force-pushed the changeset-release/master branch 17 times, most recently from 2e66317 to 0f63557 Compare January 3, 2025 12:14
@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from a531dbc to 7b78b87 Compare January 9, 2025 02:20
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 96ffb79 to 2354507 Compare January 13, 2025 04:29
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 851308b to b23b1b6 Compare March 8, 2025 14:16
@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from 0f3f467 to 988fd76 Compare March 17, 2025 06:14
@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from 4eda1bd to ddfe8cb Compare March 21, 2025 23:52
@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from 892d8d0 to 49c44cb Compare April 21, 2025 11:22
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 61c2bd9 to 41a2d09 Compare May 9, 2025 01:02
@github-actions github-actions bot force-pushed the changeset-release/master branch from 41a2d09 to 2cfcad3 Compare May 20, 2025 00:16
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 50c85d9 to 741a5ec Compare June 4, 2025 00:40
@github-actions github-actions bot force-pushed the changeset-release/master branch from 741a5ec to 7c662ad Compare June 4, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants