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): bump vite-tsconfig-paths from 4.2.0 to 5.0.1 #1041

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vite-tsconfig-paths from 4.2.0 to 5.0.1.

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.0.0

This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api

If your project is using CommonJS, you can rename your Vite config to use the .mjs or .mts extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.

v4.3.0

  • 353926a feat: use jsconfig.json if present (closes #22)

v4.2.3

  • 4cc78b4816eb7eea13cae878d8a4b6da8d691c27 fix: avoid breaking change from #128

v4.2.2

  • d496ea9c90c2e1159c53fc54d5e435d4316d47ee fix: forward options when calling this.resolve (#128) (thanks to @​pcattori)

⚠️ This release may have broken Vite versions older than 5.0

v4.2.1

  • 8b4f6c8872bce9de5480fb7104418e77ee6fe889 feat(perf): leverage tsconfk caching to skip redundant work (#119) (thanks to @​fwouts)
Commits

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

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-tsconfig-paths-5.0.1 branch from d48f668 to ced2d6c Compare September 3, 2024 22:38
@ripple ripple deleted a comment from Dsequeira444 Sep 3, 2024
@ripple ripple deleted a comment from Dsequeira444 Sep 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-tsconfig-paths-5.0.1 branch 2 times, most recently from 4938f13 to c7c955f Compare September 3, 2024 23:13
@ckeshava
Copy link

@dependabot rebase

Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.2.0...v5.0.1)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-tsconfig-paths-5.0.1 branch from c7c955f to 1f70148 Compare September 26, 2024 18:40
@mvadari
Copy link
Collaborator

mvadari commented Sep 26, 2024

failed to load config from /home/runner/work/explorer/explorer/vite.config.js
error during build:
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/runner/work/explorer/explorer/node_modules/vite-tsconfig-paths/dist/index.js from /home/runner/work/explorer/explorer/vite.config.js not supported.
Instead change the require of index.js in /home/runner/work/explorer/explorer/vite.config.js to a dynamic import() which is available in all CommonJS modules.
    at _require.extensions.<computed> [as .js] (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f25[9](https://github.com/ripple/explorer/actions/runs/11058293939/job/30723973848?pr=1041#step:6:10)1f42.js:63989:17)
    at Object.<anonymous> (/home/runner/work/explorer/explorer/vite.config.js:38:42)
    at _require.extensions.<computed> [as .js] (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f2591f42.js:63986:24)
    at loadConfigFromBundledFile (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f2591f42.js:63994:21)
    at loadConfigFromFile (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f2591f42.js:63852:34)
    at async resolveConfig (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f2591f42.js:63466:28)
    at async build (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/chunks/dep-f2591f42.js:46165:20)
    at async CAC.<anonymous> (file:///home/runner/work/explorer/explorer/node_modules/vite/dist/node/cli.js:8[13](https://github.com/ripple/explorer/actions/runs/11058293939/job/30723973848?pr=1041#step:6:14):9)

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.

3 participants