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 the minor-and-patch group across 1 directory with 12 updates #30

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 12 updates in the / directory:

Package From To
@primevue/themes 4.2.1 4.2.2
@tauri-apps/api 2.0.3 2.1.1
pinia-plugin-persistedstate 4.1.2 4.1.3
primevue 4.2.1 4.2.2
@types/node 22.8.7 22.9.0
@vitejs/plugin-vue 5.1.4 5.2.0
@vue/tsconfig 0.5.1 0.6.0
eslint-plugin-vue 9.30.0 9.31.0
postcss 8.4.47 8.4.49
tailwindcss 3.4.14 3.4.15
vite 5.4.10 5.4.11
vitest 2.1.4 2.1.5

Updates @primevue/themes from 4.2.1 to 4.2.2

Release notes

Sourced from @​primevue/themes's releases.

PrimeVue 4.2.2

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.2.1...4.2.2

Changelog

Sourced from @​primevue/themes's changelog.

4.2.2 (2024-11-14)

Full Changelog

Fixed bugs:

  • Menubar: submenu icon rtl defects #6784
  • Drawer: dismissable mode behaviour defects #6779
  • Component Name: InputNumber does not work on Android devices #6766
  • Improve filter rule visuals #6761
  • paginator rtl #6759
  • Button: Variant "link" is not assignable #6756
  • Timeline: rtl defect #6754
  • Frozen Columns Header: value on Columns Header won't hidden #6745
  • InputGroup: IconField is not supported in InputGroup #6743
  • PanelMenu: rtl submenu icon rotate defect #6753
  • Button: "loadingicon" slot has no class and data attribute #6747
  • ToggleSwitch: does not switch visually when selecting Material theme #6735
  • Checkbox: "update:indeterminate" is not added as available emit type. #6713
  • Provide showEmptyMessage for AutoComplete #6773
  • MegaMenu: type error in props model #6706
  • MultiSelect: Unit test exception #6704
  • DatePicker does not play well with ConfirmPopup. #6696
  • Menu components: Blocked aria-hidden on an element error #6692
  • DatePicker 12am to 12pm issue #6686
  • Slider range operation bug #6649
  • ListBox: @​filter event must return filter options #6641
  • Metergroup: Required icon #6639
  • Drawer: missing 'after-hide' emit #6621
  • InputText: Many props have a default of undefined but the docs say the default is null #6593
  • ButtonGroup: Invalid alignement of icon and non-icon buttons #6556
  • Select: throws an error with auto-filter-focus #6539
  • DynamicDialog: Underlying dialog not destroyed #6535
  • ConfirmPopup: Not positioned correctly when not used inside #6525
  • InputOtp: iOS Autocomplete Jumbled #6317
  • Listbox: OptionGroup disappear with filter #6233
  • Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove) #5745
  • Editor: v-model not updating with Quill v2.0 #5606
  • TreeSelect: appendTo="self" and selectionMode="checkbox" causes panel to close on click on node arrows #4927
  • Textarea: AutoResize not working if the value is changed while textarea is not visible #4510
Commits

Updates @tauri-apps/api from 2.0.3 to 2.1.1

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v2.1.1

No known vulnerabilities found

[2.1.1]

Bug Fixes

  • 5e9435487 (#11645 by dgerhardt) Fix regression in toLogical and toPhysical for position types in dpi module returning incorrect y value.
  • e8a50f6d7 (#11645) Fix integer values of BasDirectory.Home and BaseDirectory.Font regression which broke path APIs in JS.
> @tauri-apps/[email protected] npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@​2.1.1 build /home/runner/work/tauri/tauri/packages/api > rollup -c --configPlugin typescript

�[36m �[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m �[32mcreated �[1m./dist, ./dist�[22m in �[1m1.3s�[22m�[39m �[36m �[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m �[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m npm verbose cli /opt/hostedtoolcache/node/20.18.0/x64/bin/node /opt/hostedtoolcache/node/20.18.0/x64/bin/npm npm info using [email protected] npm info using [email protected] npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/lib/node_modules/npm/npmrc npm silly config load:file:/tmp/6ad0a380b775be1a5293f739102d3639/.npmrc npm silly config load:file:/home/runner/work/_temp/.npmrc npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/etc/npmrc npm verbose title npm publish tauri-apps-api-2.1.1.tgz npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.1.1.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks" npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2024-11-11T14_49_08_178Z- npm verbose logfile /home/runner/.npm/_logs/2024-11-11T14_49_08_178Z-debug-0.log npm verbose publish [ 'tauri-apps-api-2.1.1.tgz' ] npm silly logfile done cleaning log files npm notice npm notice 📦 @​tauri-apps/api@​2.1.1 npm notice Tarball Contents </tr></table>

... (truncated)

Commits
  • ef2592b Apply Version Updates From Current Changes (#11646)
  • 7f81f05 chore: rename change file
  • e8a50f6 fix(core): hard code BaseDirectory integer values to avoid regressions when...
  • 5e94354 fix(api/dpi): fix toLogical and toPhysical for positions (#11639)
  • 0fcef3f docs: document vanilla JS import alternative (#11632)
  • 86f22f0 apply version updates (#11440)
  • 3f6f07a chore(deps): update wry to 0.47 and tao to 0.30.6 (#11627)
  • 60e86d5 fix(cli): android dev not working on Windows without --host (#11624)
  • b284358 chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)
  • 229d7f8 fix(core): fix child webviews on macOS and Windows treated as full webview wi...
  • Additional commits viewable in compare view

Updates pinia-plugin-persistedstate from 4.1.2 to 4.1.3

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.1.3

compare changes

📖 Documentation

  • Fix the afterHydrate describe (#350)
  • Fix install script groups (2bd0f25)

📦 Build

  • Bundle iife and umd with rollup (fcad302)

🏡 Chore

❤️ Contributors

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.1.3

compare changes

📖 Documentation

  • Fix the afterHydrate describe (#350)
  • Fix install script groups (2bd0f25)

📦 Build

  • Bundle iife and umd with rollup (fcad302)

🏡 Chore

❤️ Contributors

Commits

Updates primevue from 4.2.1 to 4.2.2

Release notes

Sourced from primevue's releases.

PrimeVue 4.2.2

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.2.1...4.2.2

Changelog

Sourced from primevue's changelog.

4.2.2 (2024-11-14)

Full Changelog

Fixed bugs:

  • Menubar: submenu icon rtl defects #6784
  • Drawer: dismissable mode behaviour defects #6779
  • Component Name: InputNumber does not work on Android devices #6766
  • Improve filter rule visuals #6761
  • paginator rtl #6759
  • Button: Variant "link" is not assignable #6756
  • Timeline: rtl defect #6754
  • Frozen Columns Header: value on Columns Header won't hidden #6745
  • InputGroup: IconField is not supported in InputGroup #6743
  • PanelMenu: rtl submenu icon rotate defect #6753
  • Button: "loadingicon" slot has no class and data attribute #6747
  • ToggleSwitch: does not switch visually when selecting Material theme #6735
  • Checkbox: "update:indeterminate" is not added as available emit type. #6713
  • Provide showEmptyMessage for AutoComplete #6773
  • MegaMenu: type error in props model #6706
  • MultiSelect: Unit test exception #6704
  • DatePicker does not play well with ConfirmPopup. #6696
  • Menu components: Blocked aria-hidden on an element error #6692
  • DatePicker 12am to 12pm issue #6686
  • Slider range operation bug #6649
  • ListBox: @​filter event must return filter options #6641
  • Metergroup: Required icon #6639
  • Drawer: missing 'after-hide' emit #6621
  • InputText: Many props have a default of undefined but the docs say the default is null #6593
  • ButtonGroup: Invalid alignement of icon and non-icon buttons #6556
  • Select: throws an error with auto-filter-focus #6539
  • DynamicDialog: Underlying dialog not destroyed #6535
  • ConfirmPopup: Not positioned correctly when not used inside #6525
  • InputOtp: iOS Autocomplete Jumbled #6317
  • Listbox: OptionGroup disappear with filter #6233
  • Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove) #5745
  • Editor: v-model not updating with Quill v2.0 #5606
  • TreeSelect: appendTo="self" and selectionMode="checkbox" causes panel to close on click on node arrows #4927
  • Textarea: AutoResize not working if the value is changed while textarea is not visible #4510
Commits

Updates @types/node from 22.8.7 to 22.9.0

Commits

Updates @vitejs/plugin-vue from 5.1.4 to 5.2.0

Release notes

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

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

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

5.2.0 (2024-11-13)

  • feat: add a feature option to support custom component id generator (#461) (7a1fc4c), closes #461

5.1.5 (2024-11-11)

Commits

Updates @vue/tsconfig from 0.5.1 to 0.6.0

Release notes

Sourced from @​vue/tsconfig's releases.

v0.6.0

Notable Changes

Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0

Commits
  • ab39083 0.6.0
  • 1b9a763 workflow: add release automation with provenance
  • ad9bd77 fix: require vue 3.3 as peer dependency
  • 590d74c fix: add peer dep to typescript v5.x in package.json. (#20)
  • e1ef309 chore: rename bundler to Bundler for consistency
  • 6355fab feat: set moduleDetection to force
  • 27fa57b feat: enable allowImportingTsExtensions
  • 480cd96 fix: typo (#28)
  • 16c3736 chore: remove the FIXME comment on outDir field
  • 354b7df docs: update the examples to use Node.js 22 as it's the active LTS
  • See full diff in compare view

Updates eslint-plugin-vue from 9.30.0 to 9.31.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.31.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

Commits

Updates postcss from 8.4.47 to 8.4.49

Release notes

Sourced from postcss's releases.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Commits

Updates tailwindcss from 3.4.14 to 3.4.15

Release notes

Sourced from tailwindcss's releases.

v3.4.15

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Changelog

Sourced from tailwindcss's changelog.

[3.4.15] - 2024-11-14

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Commits

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 vitest from 2.1.4 to 2.1.5

Release notes

Sourced from vitest's releases.

v2.1.5

   🐞 Bug Fixes

…2 updates

Bumps the minor-and-patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primevue/themes](https://github.com/primefaces/primevue/tree/HEAD/packages/themes) | `4.2.1` | `4.2.2` |
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `2.0.3` | `2.1.1` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.1.2` | `4.1.3` |
| [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.2.1` | `4.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.7` | `22.9.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.0` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.5.1` | `0.6.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.30.0` | `9.31.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.15` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.4` | `2.1.5` |



Updates `@primevue/themes` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.2.2/packages/themes)

Updates `@tauri-apps/api` from 2.0.3 to 2.1.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.0.3...@tauri-apps/api-v2.1.1)

Updates `pinia-plugin-persistedstate` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.1.2...v4.1.3)

Updates `primevue` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.2.2/packages/primevue)

Updates `@types/node` from 22.8.7 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.0
- [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/[email protected]/packages/plugin-vue)

Updates `@vue/tsconfig` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.5.1...v0.6.0)

Updates `eslint-plugin-vue` from 9.30.0 to 9.31.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.30.0...v9.31.0)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `tailwindcss` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.15)

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 `vitest` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: "@primevue/themes"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tauri-apps/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: primevue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vue/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

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

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-b99bda5d16 branch November 18, 2024 16:32
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.

0 participants