Skip to content
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 #365

Merged
merged 1 commit into from
May 29, 2023
Merged

Version Packages #365

merged 1 commit into from
May 29, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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

@edge-runtime/primitives@3.0.0

Major Changes

  • remove specific-polyfill entrypoints (#361)

Minor Changes

  • use node's webcrypto when available (#326)

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

  • Don't remove Blob from global scope, and use global Blob if available (#359)

  • bugfix: Request can now be extended (#322)

  • update patching of undici request (#363)

  • Use path.join instead of path.resolve, if possible (#344)

  • Don't use require.resolve for the custom import resolution (#324)

  • expose primitives/load (#336)

  • Extract a @edge-runtime/primitives/load entrypoint that loads the primitives given a scoped global context (#327)

  • Fix @/primitives/load types by externalizing @/primitives/index in the type definition (#338)

  • remove dynamism in imports: add a ${primitive}.text.js file that will be (#351)
    required, instead of using fs to read the file at runtime.

    This will help bundlers to statically analyze the code.

  • Remove dynamic path manipulation (#353)

  • bump undici to v5.22.1 (#357)

  • fix entries iteration on Headers (#346)

@edge-runtime/vm@3.0.0

Major Changes

  • remove .require helpers. This is not necessary as people can add dependencies (#355)
    to the context and instanceof should just work.

    we don't use the vm as a security boundary, so we don't need to worry about
    people adding malicious code to the context.

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

@edge-runtime/cookies@3.2.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

  • fix: Max-Age=0 being dropped from set-cookie header (#348)

@edge-runtime/format@2.1.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

@edge-runtime/jest-environment@2.2.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

@edge-runtime/jest-expect@1.1.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

@edge-runtime/node-utils@2.1.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

@edge-runtime/ponyfill@2.3.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

edge-runtime@2.3.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

@edge-runtime/types@2.1.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

Patch Changes

@edge-runtime/user-agent@1.2.0

Minor Changes

  • Fix instanceof tests, upgrade undici and revamp how we import stuff into the VM (#309)

@vercel
Copy link

vercel bot commented May 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
edge-runtime ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2023 0:08am

@Schniz Schniz merged commit e612f9e into main May 29, 2023
2 checks passed
jridgewell pushed a commit to jridgewell/edge-runtime that referenced this pull request Jun 23, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

None yet

1 participant