tulios / mappersmith

is a lightweight rest client for node.js and the browser
https://www.npmjs.com/package/mappersmith
MIT License
333 stars 71 forks source link

Bump esbuild-plugin-file-path-extensions from 2.0.0 to 2.1.2 #525

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

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

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.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

1.0.0 - (2022-10-16)

πŸ“ Documentation

... (truncated)

Commits
  • dbbb4d8 chore(release): release 2.1.2
  • 9f4e37b Update .cliff-jumperrc.yml
  • c4961f3 fix: check path starts with deps instead of equality for subpath import suppo...
  • 680e471 chore(deps): update dependency @​favware/cliff-jumper to v4 (#111)
  • fd0837a chore(deps): update all non-major dependencies
  • 05b8ba8 chore(deps): update all non-major dependencies
  • 8bff7da chore(deps): update all non-major dependencies
  • 0b2549a chore(release): release 2.1.1
  • 950d459 fix: explicitly set to CJS mode when tsup sets the format to CJS
  • 03c193f chore: update dev deps
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: c5e8be09ed89e23d78cc55df7e6a54ce5f31e6d5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR