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

build(deps): bump the dependencies group with 5 updates #238

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps the dependencies group with 5 updates:

Package From To
i18next 23.6.0 23.7.6
i18next-browser-languagedetector 7.1.0 7.2.0
i18next-http-backend 2.3.1 2.4.1
@types/lodash.debounce 4.0.8 4.0.9
@vitejs/plugin-vue 4.4.0 4.4.1

Updates i18next from 23.6.0 to 23.7.6

Release notes

Sourced from i18next's releases.

v23.7.6

  • types: CustomInstanceExtenstions

v23.7.5

  • fix types export for TypeScript v4 in combination with react-i18next

v23.7.4

  • fix for TypeScript v4 in combination with react-i18next

v23.7.3

  • fix: consider importing '*.js'

v23.7.2

  • types: optimize mts

v23.7.1

  • fix some mjs typings

v23.7.0

  • fix: separate cjs and mjs typings 2010
  • fix: consider importing './typescript/t.js' 2048
Changelog

Sourced from i18next's changelog.

23.7.6

  • types: CustomInstanceExtenstions

23.7.5

  • fix types export for TypeScript v4 in combination with react-i18next

23.7.4

  • fix for TypeScript v4 in combination with react-i18next

23.7.3

  • fix: consider importing '*.js'

23.7.2

  • types: optimize mts

23.7.1

  • fix some mjs typings

23.7.0

  • fix: separate cjs and mjs typings 2010
  • fix: consider importing './typescript/t.js' 2048
Commits

Updates i18next-browser-languagedetector from 7.1.0 to 7.2.0

Changelog

Sourced from i18next-browser-languagedetector's changelog.

7.2.0

  • fix: separate cjs and mjs typings
Commits

Updates i18next-http-backend from 2.3.1 to 2.4.1

Changelog

Sourced from i18next-http-backend's changelog.

2.4.1

  • fix: separate cjs and mjs typings
Commits

Updates @types/lodash.debounce from 4.0.8 to 4.0.9

Commits

Updates @vitejs/plugin-vue from 4.4.0 to 4.4.1

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@4.4.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

4.4.1 (2023-11-08)

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 dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [i18next](https://github.com/i18next/i18next) | `23.6.0` | `23.7.6` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `7.1.0` | `7.2.0` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.3.1` | `2.4.1` |
| [@types/lodash.debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.debounce) | `4.0.8` | `4.0.9` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.4.0` | `4.4.1` |


Updates `i18next` from 23.6.0 to 23.7.6
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.6.0...v23.7.6)

Updates `i18next-browser-languagedetector` from 7.1.0 to 7.2.0
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v7.1.0...v7.2.0)

Updates `i18next-http-backend` from 2.3.1 to 2.4.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.3.1...v2.4.1)

Updates `@types/lodash.debounce` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.debounce)

Updates `@vitejs/plugin-vue` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.4.1/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/lodash.debounce"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jlucaspains
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 14, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-6fae2bbaef branch November 14, 2023 02:22
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