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 esbuild-plugin-file-path-extensions from 2.0.0 to 2.1.3 #146

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps esbuild-plugin-file-path-extensions from 2.0.0 to 2.1.3.

Release notes

Sourced from esbuild-plugin-file-path-extensions's releases.

v2.1.3

2.1.3 - (2024-09-19)

🐛 Bug Fixes

  • Do not append extensions to non-js asset imports (2cb2cb2) (#134)

v2.1.2

2.1.2 - (2024-06-09)

🐛 Bug Fixes

  • Check path starts with deps instead of equality for subpath import support (c4961f3) (#112)

v2.1.1

2.1.1 - (2024-05-21)

🐛 Bug Fixes

  • Explicitly set to CJS mode when tsup sets the format to CJS (950d459)
  • Scan dependencies and do not append extensions for those (d6bcf76)

v2.1.0

2.1.0 - (2024-05-12)

🚀 Features

  • Handle Directory Imports, Node Builtins (#104) (103d1b6)
Changelog

Sourced from esbuild-plugin-file-path-extensions's changelog.

2.1.3 - (2024-09-19)

🐛 Bug Fixes

  • Do not append extensions to non-js asset imports (2cb2cb2) (#134)

2.1.2 - (2024-06-09)

🐛 Bug Fixes

  • Check path starts with deps instead of equality for subpath import support (c4961f3) (#112)

2.1.1 - (2024-05-21)

🐛 Bug Fixes

  • Explicitly set to CJS mode when tsup sets the format to CJS (950d459)
  • Scan dependencies and do not append extensions for those (d6bcf76)

📝 Documentation

  • readme: Update table of contents (ebd9570)

2.1.0 - (2024-05-12)

🚀 Features

  • Handle Directory Imports, Node Builtins (#104) (103d1b6)

2.0.0 - (2023-12-03)

🏠 Refactor

  • Make package itself a module and correct paths (a146182)

🐛 Bug Fixes

  • Filter on whether esbuild is processing import-statement kinds (f2fe6d1)
  • Add jsx,cjsx,mjsx,tsx,ctsx,mtsx to known extensions that should not be replaced (d2dc93f)
  • Set correct export mapping in package.json (6195a4c)
  • Properly default cjs to .cjs as extension (1aa389a)
    • 💥 BREAKING CHANGE: Though previously already intended for cjs to get .cjs as file extension, that was never actually properly applied. Because the CommonJS extension will from this version forward actually properly be .cjs I am releasing this a breaking change in case anyone expected it to be .js. If you want to upgrade and retain .js pass { cjsExtension: 'js' } as options to this plugin.

🧪 Testing

... (truncated)

Commits
  • 0979d6b chore(release): release 2.1.3
  • af82dd5 chore(deps): bump vite from 5.2.11 to 5.4.6 (#135)
  • 2cb2cb2 fix: do not append extensions to non-js asset imports (#134)
  • 138a80d chore(deps): update all non-major dependencies
  • 444d323 chore(deps): update all non-major dependencies
  • ad8461d chore(deps): update all non-major dependencies
  • 9939f73 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#128)
  • e2a3d1b chore(deps): update all non-major dependencies
  • 0ebe025 chore(deps): update dependency @​types/node to ^20.16.0
  • f5985a1 chore(deps): update all non-major dependencies
  • 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 [esbuild-plugin-file-path-extensions](https://github.com/favware/esbuild-plugin-file-path-extensions) from 2.0.0 to 2.1.3.
- [Release notes](https://github.com/favware/esbuild-plugin-file-path-extensions/releases)
- [Changelog](https://github.com/favware/esbuild-plugin-file-path-extensions/blob/main/CHANGELOG.md)
- [Commits](favware/esbuild-plugin-file-path-extensions@v2.0.0...v2.1.3)

---
updated-dependencies:
- dependency-name: esbuild-plugin-file-path-extensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants