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 the devdependencies group with 3 updates #73

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the devdependencies group with 3 updates: eslint-config-love, vite and vite-tsconfig-paths.

Updates eslint-config-love from 97.0.0 to 98.0.2

Release notes

Sourced from eslint-config-love's releases.

v98.0.2

98.0.2 (2024-11-11)

Bug Fixes

v98.0.1

98.0.1 (2024-11-11)

Bug Fixes

v98.0.0

98.0.0 (2024-11-09)

⚠ BREAKING CHANGES

  • @​typescript-eslint/switch-exhaustiveness-check

Features

  • @​typescript-eslint/switch-exhaustiveness-check (e411f71)
Changelog

Sourced from eslint-config-love's changelog.

98.0.2 (2024-11-11)

Bug Fixes

98.0.1 (2024-11-11)

Bug Fixes

98.0.0 (2024-11-09)

⚠ BREAKING CHANGES

  • @​typescript-eslint/switch-exhaustiveness-check

Features

  • @​typescript-eslint/switch-exhaustiveness-check (e411f71)
Commits
  • d7723b6 chore(release): 98.0.2 [skip ci]
  • 8fa2e46 Merge pull request #1893 from mightyiam/missing-dep
  • 90bb65a fix: no use lodash in impl
  • b567ea5 chore(release): 98.0.1 [skip ci]
  • 98f3623 Merge pull request #1891 from mightyiam/pkg-files
  • 62a2673 fix: include missing files in package
  • 57c88b8 chore(release): 98.0.0 [skip ci]
  • dcc1e5d Merge pull request #1889 from mightyiam/switch-exhaustiveness-check
  • e411f71 feat!: @​typescript-eslint/switch-exhaustiveness-check
  • d003036 Merge pull request #1888 from mightyiam/refactor-rules
  • Additional commits viewable in compare view

Updates vite from 5.4.10 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.11 (2024-11-11)

Commits

Updates vite-tsconfig-paths from 5.0.1 to 5.1.2

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.1.2

  • fix Windows regression introduced in v5.1.1 (#162)

v5.1.1

  • support ${configDir} syntax in include/exclude (#156)

v5.1.0

  • Add skip option for adding additional directories to be skipped when searching for tsconfig.json files (#146)
  • Fix path resolution on Windows when other Vite plugins neglect to normalize the importer path before calling this.resolve in their resolveId hooks (#157)
  • Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the devdependencies group with 3 updates: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths).


Updates `eslint-config-love` from 97.0.0 to 98.0.2
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v97.0.0...v98.0.2)

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.0.1...v5.1.2)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

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 Nov 11, 2024
@RaulCatalinas RaulCatalinas merged commit 7079e03 into main Nov 11, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/devdependencies-5f21e6aa6d branch November 11, 2024 21:08
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.

1 participant