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

build(deps-dev): bump vite-plugin-node-polyfills from 0.9.0 to 0.19.0 #2491

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2023

Bumps vite-plugin-node-polyfills from 0.9.0 to 0.19.0.

Release notes

Sourced from vite-plugin-node-polyfills's releases.

v0.19.0

  • Add end-to-end tests with Playwright
  • Add unit/integration tests with Vitest
  • Fix imports for global polyfills (buffer and process) when a trailing slash is used (e.g. import process from 'process/')
  • Replace the IIFE banner with import statements (avoids name conflicts)

v0.18.0

  • Improve the shim process so that polyfilled globals are not statically replaced in libraries (#47).
  • Internalize buffer and process shims so that conflicting install versions are no longer a concern with Yarn v1 (#61).

v0.17.0

  • Add support for Vite v5 (and make it the default)
  • Configure CI to run checks on PRs and commits to main

v0.16.0

  • Reduce the package size by removing unnecessary files
  • Correctly call the preconfigured onwarn handler when available

v0.15.0

  • Ensure the predefined onwarn handler is invoked if it exists
  • Use env.command instead of env.mode so that alternative modes work properly

v0.14.0

Add support for overriding default polyfills

v0.12.0

Add the include option to only polyfill the specified modules. Thanks @​leticiavna for the PR!

v0.11.3

  • Add a workaround for a Yarn v1 bug

v0.11.2

  • Make sure globals (Buffer, global, and process) are properly shimmed in all environments.
  • Replace upstream global shims with newer dependencies
Commits
  • b8193a2 Release v0.19.0
  • b7c9bbf Merge pull request #68 from davidmyersdev/fix-import-globals-with-trailing-slash
  • 6b308e6 Add a test for a custom Symbol class (#65)
  • d1eaaeb Use a less common port for playwright tests
  • 6af5d5a Add some unit tests for globals
  • 0b4e349 Fix imports for globals with a trailing slash
  • 94a3ae4 Inject imports for globals instead of an iife
  • c72c938 Merge pull request #66 from davidmyersdev/add-more-tests
  • 7c9d94a Add Playwright e2e tests
  • 67df411 Allow implicit returns
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by davidmyersdev, a new releaser for vite-plugin-node-polyfills since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) from 0.9.0 to 0.19.0.
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](davidmyersdev/vite-plugin-node-polyfills@v0.9.0...v0.19.0)

---
updated-dependencies:
- dependency-name: vite-plugin-node-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2023
Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d23f453) 99.97% compared to head (b65e6ca) 99.97%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2491   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         271      271           
  Lines       13426    13426           
  Branches     1325     1325           
=======================================
  Hits        13422    13422           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dolanmiu dolanmiu merged commit 9b57db4 into master Dec 28, 2023
90 of 91 checks passed
@dolanmiu dolanmiu deleted the dependabot/npm_and_yarn/vite-plugin-node-polyfills-0.19.0 branch December 28, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant