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 across 1 directory with 9 updates #359

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 8 updates in the / directory:

Package From To
dexie 4.0.8 4.0.9
fraction.js 5.0.6 5.1.1
i18next 23.16.2 23.16.4
workbox-build 7.1.1 7.3.0
@playwright/test 1.48.1 1.48.2
postcss-nesting 13.0.0 13.0.1
vite 5.4.9 5.4.10
vue-tsc 2.1.6 2.1.10

Updates dexie from 4.0.8 to 4.0.9

Release notes

Sourced from dexie's releases.

Dexie v4.0.9

Bugfixes

#2011: Dexie returns duplicated object after manually deleting the database and re-populate it #2064 Failed to execute 'cmp' on 'IDBFactory': The parameter is not a valid key. #2073 Uses cmp for sortBy #2078 DexiePromise does not have withResolvers #2067 useLiveQuery does not update when multiple items are deleted

Note: The Y.js support is released in 4.1.0 in alpha and possible to test but there is still no official release published for it. Also, the API might change from how it is right now. Will need some more testing and documentation before publishing it with release notes

Commits
  • 836fc1f Build output
  • 03efd36 Merge remote-tracking branch 'origin/releases'
  • 2c5346d Releasing v4.0.9
  • ceb578d Cache is updated with failed bulk operations (resolving issue 2058) (#2082)
  • ee24276 Avoid hitting a firefox bug by accident. Did not mean to change cache: 'immut...
  • 609e68b Resolves #2067. The issue happened specifically to delete-queries with a wher...
  • 9d2497e Repro of #2067
  • e67a6cd Reuse native code instead
  • cf7e891 Resolves #2078
  • d6a7387 removed const idb
  • Additional commits viewable in compare view

Updates fraction.js from 5.0.6 to 5.1.1

Commits

Updates i18next from 23.16.2 to 23.16.4

Release notes

Sourced from i18next's releases.

v23.16.4

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

  • fix utils imports for Deno
Changelog

Sourced from i18next's changelog.

23.16.4

  • revert formatter change 2247 because of caching not working anymore

23.16.3

  • fix utils imports for Deno
Commits

Updates workbox-build from 7.1.1 to 7.3.0

Release notes

Sourced from workbox-build's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits

Updates workbox-window from 7.1.0 to 7.3.0

Release notes

Sourced from workbox-window's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits
Maintainer changes

This version was pushed to npm by tomayac, a new releaser for workbox-window since your current version.


Updates @playwright/test from 1.48.1 to 1.48.2

Release notes

Sourced from @​playwright/test's releases.

v1.48.2

Highlights

microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits

Updates postcss-nesting from 13.0.0 to 13.0.1

Changelog

Sourced from postcss-nesting's changelog.

13.0.1

October 23, 2024

Commits

Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
Commits

Updates vue-tsc from 2.1.6 to 2.1.10

Release notes

Sourced from vue-tsc's releases.

v2.1.10

Features

  • language-service: auto insert const props = with props completion (#4942) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: revert #4902
  • language-core: inject as assertion of useCssModule into correct location (#4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#4966)

Refactors

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.1.10 official, 2.1.11 insiders (2024-10-31)

Features

  • language-service: auto insert const props = with props completion (#4942) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: revert #4902
  • language-core: inject as assertion of useCssModule into correct location (#4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#4966)

Refactors

2.1.8 official, 2.1.9 insiders (2024-10-26)

Features

  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#4813) - Thanks to @​KazariEX!

Bug Fixes

  • language-core: avoid generic type loss due to destructured props (#4821) - Thanks to @​KazariEX!
  • language-core: handle v-for with v-once correctly (#4830) - Thanks to @​KazariEX!
  • language-core: avoid generating zero-length mappings for interpolation edges
  • language-core: don't assign this to __VLS_ctx (#4845) - Thanks to @​KazariEX!
  • language-service: initialize scope with null prototype object (#4855) - Thanks to @​KazariEX!
  • language-core: inlay hints for <component :is> and <slot :name> (#4661) - Thanks to @​KazariEX, @​so1ve!
  • language-core: should error when invalid syntax at script end (#4692) - Thanks to @​KazariEX!
  • language-core: correct type inference of defineModel & defineEmits in generic (#4823) - Thanks to @​KazariEX!
  • language-core: inject generics of useTemplateRef into correct location (#4829) - Thanks to @​KazariEX!
  • language-core: prevent the generation of generics in JS (#4836) - Thanks to @​KazariEX, @​zhiyuanzmj!
  • language-core: generate correct reference for v-on on <slot> (#4864) - Thanks to @​KazariEX!
  • language-core: match classname before ) (#4887) - Thanks to @​KazariEX!
  • language-service: handle internal item key with leading slash correctly (#4894) - Thanks to @​KazariEX!
  • language-core: correctly obtain the index of style modules (#4907) - Thanks to @​KazariEX!
  • language-core: refer absolute path of global types file (#4924) - Thanks to @​depressedX!
  • component-meta: error when signatures is undefined (#4930) - Thanks to @​Hannesrasmussen!
  • language-core: intersect props of generic component with attrs (#4886) - Thanks to @​KazariEX!
  • language-core: fix incorrect syntax for class component virtual code
  • language-core: generate value instead of model name into tuple (#4892) - Thanks to @​KazariEX!
  • language-core: infer template ref's type of native elements with v-for correctly (#4933) - Thanks to @​KazariEX!
  • language-core: should wrap item with Reactive on v-for (#4902) - Thanks to @​KazariEX!

... (truncated)

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

…dates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dexie](https://github.com/dexie/Dexie.js) | `4.0.8` | `4.0.9` |
| [fraction.js](https://github.com/rawify/Fraction.js) | `5.0.6` | `5.1.1` |
| [i18next](https://github.com/i18next/i18next) | `23.16.2` | `23.16.4` |
| [workbox-build](https://github.com/googlechrome/workbox) | `7.1.1` | `7.3.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.1` | `1.48.2` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `13.0.0` | `13.0.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.6` | `2.1.10` |



Updates `dexie` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.0.8...v4.0.9)

Updates `fraction.js` from 5.0.6 to 5.1.1
- [Commits](https://github.com/rawify/Fraction.js/commits)

Updates `i18next` from 23.16.2 to 23.16.4
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.2...v23.16.4)

Updates `workbox-build` from 7.1.1 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/commits/v7.3.0)

Updates `workbox-window` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

Updates `@playwright/test` from 1.48.1 to 1.48.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.1...v1.48.2)

Updates `postcss-nesting` from 13.0.0 to 13.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

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

Updates `vue-tsc` from 2.1.6 to 2.1.10
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc)

---
updated-dependencies:
- dependency-name: dexie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fraction.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: workbox-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: workbox-window
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 4, 2024
Copy link

sonarqubecloud bot commented Nov 9, 2024

@jlucaspains jlucaspains merged commit 16ede98 into main Nov 9, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-8196cc6d02 branch November 9, 2024 01:25
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