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

chore(deps-dev): bump @ncpa0cpl/nodepack from 2.1.3 to 2.2.2 #68

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps @ncpa0cpl/nodepack from 2.1.3 to 2.2.2.

Release notes

Sourced from @​ncpa0cpl/nodepack's releases.

2.2.2

What's Changed

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#222-june-29-2023

2.2.1

What's Changed

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#221-june-14-2023

2.2.0

What's Changed

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#220-june-2-2023

Changelog

Sourced from @​ncpa0cpl/nodepack's changelog.

2.2.2 (June 29, 2023)

Bug Fixes

  • fix: esbuild error when attempting to bundle project with non-external node modules imports (#23)

    Fixed a bug which caused builds with the bundle option enabled to fail, if the project was importing any npm modules. (If the module was being marked as external this bug was not occurring.)

2.2.1 (June 14, 2023)

Bug Fixes

  • fix: import resolution for vendor packages (#21)

    Fixed an issue with import resolution for vendor packages. Every import within vendors was treated as a filesystem path unless marked as external or the compileVendors option was set to all. This meant that if a vendor was importing a package from node_modules the vendor compilation would fail.

2.2.0 (June 2, 2023)

Features

  • feat: extended the compileVendors and external options (#19)

    • compileVendors can now take a string literal "all" instead of a list of packages, when this option is selected, all imported packages that are not file-paths will be compiled into a separate file in the "_vendors" dir
    • external can now take a regex pattern

    Additionally added presets that provide a list of external packages for Node, Deno and GJS environments.

  • feat: added bundle option to the config (#18)

    When this new option is enabled, and an entry-point is provided, instead of compiling all the files separately, bundles for each format will be generated.

    An exception to this are imports marked as external, as well as disparately compiled vendors.

  • Feat: external and import replace option (#17)

    Added two new options to the config:

    • external - allows to specify a list of package imports which will be left alone when compiling, and wont be bundled with the output files
    • replaceImports - allows to define import mapings, for example if a import map is specified like this: { eventemitter2: "eventemitter3" }, all imports of eventemitter2 in the source will be replaced with an import of eventemitter3 in the output.
Commits
  • 801d372 docs: updated changelog for release 2.2.2
  • b0fddd2 fix: esbuild error when attempting to bundle project with non-external node m...
  • d753cd1 chore(deps): bump @​ts-morph/bootstrap from 0.19.0 to 0.20.0
  • c553ffa 2.2.1
  • 7fce93e docs: updated changelog
  • 9cf1e74 fix: import resolution for vendor packages
  • 810991b 2.2.0
  • ea0e15c fix: lockfile
  • 13e4493 ci: bumped node version on ci
  • 1b6a96d docs: updated the readme and created a changelog
  • Additional commits viewable in compare view

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 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 [@ncpa0cpl/nodepack](https://github.com/ncpa0cpl/nodepack) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/ncpa0cpl/nodepack/releases)
- [Changelog](https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md)
- [Commits](ncpa0cpl/nodepack@2.1.3...2.2.2)

---
updated-dependencies:
- dependency-name: "@ncpa0cpl/nodepack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #82.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ncpa0cpl/nodepack-2.2.2 branch August 28, 2023 08:58
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.

0 participants