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 javascript-minor-patch group across 1 directory with 9 updates #2153

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps the javascript-minor-patch group with 9 updates in the /src directory:

Package From To
@types/node 20.12.8 20.12.10
happy-dom 14.7.1 14.10.1
sass 1.76.0 1.77.0
vitest 1.5.3 1.6.0
@vee-validate/i18n 4.12.6 4.12.7
@vee-validate/rules 4.12.6 4.12.7
vuetify 3.6.3 3.6.4
vue 3.4.26 3.4.27
vee-validate 4.12.6 4.12.7

Updates @types/node from 20.12.8 to 20.12.10

Commits

Updates happy-dom from 14.7.1 to 14.10.1

Release notes

Sourced from happy-dom's releases.

v14.10.1

👷‍♂️ Patch fixes

  • Makes descriptor for properties "configurable" to make Storage.entries(), Storage.keys() and Storage.values() work according to spec - By @​motss in task #1418

v14.10.0

🎨 Features

  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

🎨 Features

  • Adds support for Document.queryCommandSupported() - By @​btea in task #1411

v14.8.3

👷‍♂️ Patch fixes

  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #1406

v14.8.2

👷‍♂️ Patch fixes

  • Changes implementation to return HTMLCollection instead of NodeList in Document.forms - By @​jean-leonco in task #1349

v14.8.1

👷‍♂️ Patch fixes

v14.8.0

🎨 Features

  • Adds support for the HTMLIFrameElement.srcdoc property - By @​jeffwcx in task #1398
Commits
  • 8ceadb3 Merge pull request #1423 from motss/fix/1418
  • fd5d888 Merge branch 'master' into fix/1418
  • 4dc3de4 feat: #1400 Adds support for document.elementFromPoint
  • 2e03291 Merge pull request #1412 from btea/feature/add-queryCommandSupported
  • 9bf6a59 Merge branch 'master' into feature/add-queryCommandSupported
  • 7a5b003 chore: #1408 Improves unit tests for DOMRectReadOnly and DOMRect
  • 48189ab Merge pull request #1425 from capricorn86/1424-update-sponsors
  • e21854d chore: #1424 Update sponsors
  • d159d4d Merge pull request #1407 from mdafanasev/1406-fix-issue-with-insertbefore-and...
  • 84cc397 Merge branch 'master' into 1406-fix-issue-with-insertbefore-and-comment-node
  • Additional commits viewable in compare view

Updates sass from 1.76.0 to 1.77.0

Release notes

Sourced from sass's releases.

Dart Sass 1.77.0

To install Sass 1.77.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Don't throw errors for at-rules in keyframe blocks.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.0

  • Don't throw errors for at-rules in keyframe blocks.
Commits

Updates vitest from 1.5.3 to 1.6.0

Release notes

Sourced from vitest's releases.

v1.6.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 6b29f3d chore: release v1.6.0
  • f8d3d22 feat(benchmark): support comparing benchmark result (#5398)
  • 21e58bd feat(browser): allow injecting scripts (#5656)
  • 30f728b feat: custom "snapshotEnvironment" option (#5449)
  • 2f91322 feat(reporter): support includeConsoleOutput and addFileAttribute in juni...
  • c571276 perf: unnecessary rpc call when coverage is disabled (#5658)
  • bdce0a2 feat: support standalone mode (#5565)
  • 40c299f fix: don't panic on empty files in node_modules
  • c9e68ce fix: hash the name of the file when caching (#5654)
  • f5faf42 fix: call resolveId('vitest') after buildStart (#5646)
  • Additional commits viewable in compare view

Updates @vee-validate/i18n from 4.12.6 to 4.12.7

Release notes

Sourced from @​vee-validate/i18n's releases.

v4.12.7

🐛 Bug Fixes

  • Handle TypedSchema.describe API crashing with future releases, now it just reports false for meta.required (1376794)
  • Handle meta.required for single field schema react to changes #4738 (1376794)
  • Ensure meta.required reacts to reactive form schema changes #4738 (c4415f8)

🌍 i18n

Changelog

Sourced from @​vee-validate/i18n's changelog.

4.12.7

Commits

Updates @vee-validate/rules from 4.12.6 to 4.12.7

Release notes

Sourced from @​vee-validate/rules's releases.

v4.12.7

🐛 Bug Fixes

  • Handle TypedSchema.describe API crashing with future releases, now it just reports false for meta.required (1376794)
  • Handle meta.required for single field schema react to changes #4738 (1376794)
  • Ensure meta.required reacts to reactive form schema changes #4738 (c4415f8)

🌍 i18n

Changelog

Sourced from @​vee-validate/rules's changelog.

4.12.7

Patch Changes

  • Updated dependencies [1376794]
  • Updated dependencies [c4415f8]
    • vee-validate@4.12.7
Commits

Updates vuetify from 3.6.3 to 3.6.4

Release notes

Sourced from vuetify's releases.

v3.6.4

🔧 Bug Fixes

  • colors: apply theme-on-surface override for bg text color (43529fa)
  • framework: pass template refs to slots as functions (#19731) (f2c6050), closes #19713 #19685
  • nested: correct prop types (#19758) (0db4297)
  • variant: always remove underlay from normal flow (6aea5e4)
  • VAutocomplete: only clear search on blur in multiple or using chips/selection slots (#19701) (d02e1b3), closes #19543
  • VDataTable: header title font weight (#19742) (c4b33c0), closes #19737
  • VDataTable: correctly update the value of showSelectAll (#19762) (7c64392), closes #19069
  • VDataTable: change mobile default to false (#19744) (a194622)
  • VFileInput: correctly set single value to null when cleared (fce7f75)
  • VInfiniteScroll: do not emit load event if status is empty (#19764) (b7a4c36), closes #18895
  • VList: allow group activators to be links (94a05d1), closes #10981
  • VResponsive: contentClass accepts array and object (8f0322d), closes #19729
  • VSheet: base color off of on-surface instead of on-background (183a2f9)
  • VSlider: render in forced-colors mode (#19706) (21e9f5e), closes #19705
  • VStepperWindow/Item/VTabsWindow: add missing class / style passthrough (49fc5c5)
  • VTabs: inherit attrs and scope id (67b30e7), closes #19752 #19754
  • VToolbar/VAppBar: nav-icon and title alignment (daa96e9)

🧪 Labs

Commits
  • 767ecdc chore(release): publish v3.6.4
  • b7a4c36 fix(VInfiniteScroll): do not emit load event if status is empty (#19764)
  • 183a2f9 fix(VSheet): base color off of on-surface istead of on-background
  • 5a39b60 fix(VCalendar): add theme background color (#19745)
  • c4b33c0 fix(VDataTable): header title font weight (#19742)
  • 21e9f5e fix(VSlider): render in forced-colors mode (#19706)
  • 7c64392 fix(VDataTable): correctly update the value of showSelectAll (#19762)
  • 49fc5c5 fix(VStepperWindow/Item/VTabsWindow): add missing class / style passthrough
  • f2c6050 fix: pass template refs to slots as functions (#19731)
  • 0db4297 fix(nested): correct prop types (#19758)
  • Additional commits viewable in compare view

Updates vue from 3.4.26 to 3.4.27

Release notes

Sourced from vue's releases.

v3.4.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.27 (2024-05-06)

Bug Fixes

Commits
  • 4619461 release: v3.4.27
  • 10d34a5 fix(compiler-sfc): handle keyof operator (#10874)
  • 8366126 fix(compat): include legacy scoped slots (#10868)
  • f2c1412 fix(hydration): handle edge case of style mismatch without style attribute
  • 481b1b6 refactor(types): use explicit modifiers type (#10856)
  • 8373350 chore(deps): update build (#10867)
  • bead21a chore(deps): update all non-major dependencies (#10866)
  • c0c9432 test(watch): watching a reactive array (#10848)
  • 0e3d617 fix(compiler-dom): restrict createStaticVNode usage with option elements (#10...
  • c9c9dff refactor(perf): assign value in if block (#10836)
  • Additional commits viewable in compare view

Updates vee-validate from 4.12.6 to 4.12.7

Release notes

Sourced from vee-validate's releases.

v4.12.7

🐛 Bug Fixes

  • Handle TypedSchema.describe API crashing with future releases, now it just reports false for meta.required (1376794)
  • Handle meta.required for single field schema react to changes #4738 (1376794)
  • Ensure meta.required reacts to reactive form schema changes #4738 (c4415f8)

🌍 i18n

Changelog

Sourced from vee-validate's changelog.

4.12.7

Patch Changes

  • 1376794: fix: handle meta.required for single field schemas closes #4738
  • 1376794: fix: add try-catch for schema description logic across all major schema providers
  • c4415f8: fix: ensure meta.required is reactive whenever the schema changes closes #4738
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 8, 2024
@dependabot dependabot bot requested review from a team and ricardas-buc and removed request for a team May 8, 2024 06:16
Copy link

github-actions bot commented May 8, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

… with 9 updates

Bumps the javascript-minor-patch group with 9 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.8` | `20.12.10` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `14.7.1` | `14.10.1` |
| [sass](https://github.com/sass/dart-sass) | `1.76.0` | `1.77.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.5.3` | `1.6.0` |
| [@vee-validate/i18n](https://github.com/logaretm/vee-validate/tree/HEAD/packages/i18n) | `4.12.6` | `4.12.7` |
| [@vee-validate/rules](https://github.com/logaretm/vee-validate/tree/HEAD/packages/rules) | `4.12.6` | `4.12.7` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.6.3` | `3.6.4` |
| [vue](https://github.com/vuejs/core) | `3.4.26` | `3.4.27` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.12.6` | `4.12.7` |



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

Updates `happy-dom` from 14.7.1 to 14.10.1
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v14.7.1...v14.10.1)

Updates `sass` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.76.0...1.77.0)

Updates `vitest` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

Updates `@vee-validate/i18n` from 4.12.6 to 4.12.7
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/i18n/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.7/packages/i18n)

Updates `@vee-validate/rules` from 4.12.6 to 4.12.7
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/rules/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.7/packages/rules)

Updates `vuetify` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.6.4/packages/vuetify)

Updates `vue` from 3.4.26 to 3.4.27
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.26...v3.4.27)

Updates `vee-validate` from 4.12.6 to 4.12.7
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.7/packages/vee-validate)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: "@vee-validate/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: "@vee-validate/rules"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/javascript-minor-patch-93f37aedc5 branch from 917db56 to f6f9654 Compare May 8, 2024 07:05
Copy link

sonarcloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

github-actions bot commented May 8, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

@ovidijusnortal
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2024

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

@dependabot dependabot bot closed this May 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/javascript-minor-patch-93f37aedc5 branch May 10, 2024 06:16
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.

None yet

1 participant