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.3.0 #82

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

Conversation

dependabot[bot]
Copy link

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

Bumps @ncpa0cpl/nodepack from 2.1.3 to 2.3.0.

Release notes

Sourced from @​ncpa0cpl/nodepack's releases.

2.3.0

What's Changed

Full Changelog: https://github.com/ncpa0cpl/nodepack/blob/master/CHANGELOG.md#230-august-23-2023

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.3.0 (August 23, 2023)

Features

  • feat: added support for compiling the ECMAScript decorators (#25)

    Added a new config option (esDecorators) that enables compiling the new ECMAScript decorators. When enabled, for each file containing decorators TypeScript will be used to parse it into JavaScript before handing it to the esbuild.

  • feat: adding banner and footers to individual compiled files (#24)

    Added two new config options: footer and banner. Those can be used to inject code or comments to the top or bottom of selected output files. Both options can be provided with either a string or a filename with the contents to add to the output. Additionally provided banner and footers can be parsed using the specified loader ("copy", "esbuild" and "typescript"). By default string are loaded using "copy", and files are loaded using "esbuild".

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

... (truncated)

Commits
  • 820e7be docs: changelog update for v2.3.0
  • 0ea78f6 feat: added support for compiling the es decorators
  • 7ca496f feat: adding banner and footers to individual compiled files
  • 3339857 2.2.2
  • 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
  • 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 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 [@ncpa0cpl/nodepack](https://github.com/ncpa0cpl/nodepack) from 2.1.3 to 2.3.0.
- [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.3.0)

---
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 Aug 28, 2023
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