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 minor-development-deps group with 4 updates #898

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the minor-development-deps group with 4 updates: prettier, typescript, vitest and @ibm-cloud/openapi-ruleset.

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates vitest from 2.1.4 to 2.1.6

Release notes

Sourced from vitest's releases.

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • b936702 bump: 2.1.6
  • 32f23b9 chore: release v2.1.5
  • 417bdb4 fix(browser): init browsers eagerly when tests are running (#6876)
  • 93b67c2 fix: throw an error and a warning if .poll, .element, .rejects/`.resolv...
  • 9a0c93d fix(browser): stop the browser rpc when the pool is closed (#6858)
  • 251893b chore: set resolve.mainFields and resolve.conditions for SSR environment ...
  • 0ad2cdc chore(deps): update all non-major dependencies (#6890)
  • 4c96cce fix: print ssrTransform error (#6885)
  • 98f76ea fix: don't rerun on Esc or Ctrl-C during watch filter (#6895)
  • 00ebea6 refactor(reporters): base reporter readability improvements (#6889)
  • Additional commits viewable in compare view

Updates @ibm-cloud/openapi-ruleset from 1.23.2 to 1.25.1

Release notes

Sourced from @​ibm-cloud/openapi-ruleset's releases.

@​ibm-cloud/openapi-ruleset@​1.25.1

@​ibm-cloud/openapi-ruleset 1.25.1 (2024-11-15)

Bug Fixes

  • ibm-well-defined-dictionaries: flag dictionaries with dictionary-type values (7a4796a)

Dependencies

  • @​ibm-cloud/openapi-ruleset-utilities: upgraded to 1.5.0

@​ibm-cloud/openapi-ruleset@​1.25.0

@​ibm-cloud/openapi-ruleset 1.25.0 (2024-11-12)

Features

  • ibm-integer-attributes: introduce new validation rule (2153643)

@​ibm-cloud/openapi-ruleset@​1.24.0

@​ibm-cloud/openapi-ruleset 1.24.0 (2024-11-08)

Features

  • ibm-required-enum-properties-in-response: introduce new validation rule (1ed6d4e)

@​ibm-cloud/openapi-ruleset@​1.23.3

@​ibm-cloud/openapi-ruleset 1.23.3 (2024-11-08)

Bug Fixes

  • ibm-required-array-properties-in-response: avoid [secure] positives within composed models (ffbe1a4)
Changelog

Sourced from @​ibm-cloud/openapi-ruleset's changelog.

@​ibm-cloud/openapi-ruleset 1.25.1 (2024-11-15)

Bug Fixes

  • ibm-well-defined-dictionaries: flag dictionaries with dictionary-type values (7a4796a)

Dependencies

  • @​ibm-cloud/openapi-ruleset-utilities: upgraded to 1.5.0

@​ibm-cloud/openapi-ruleset 1.25.0 (2024-11-12)

Features

  • ibm-integer-attributes: introduce new validation rule (2153643)

@​ibm-cloud/openapi-ruleset 1.24.0 (2024-11-08)

Features

  • ibm-required-enum-properties-in-response: introduce new validation rule (1ed6d4e)

@​ibm-cloud/openapi-ruleset 1.23.3 (2024-11-08)

Bug Fixes

  • ibm-required-array-properties-in-response: avoid [secure] positives within composed models (ffbe1a4)
Commits
  • 33f6c87 chore(release): 1.25.1 [skip ci]
  • 7a4796a fix(ibm-well-defined-dictionaries): flag dictionaries with dictionary-type va...
  • e3fa095 chore: update spectral dependencies, addresses CVE-2024-21534
  • c985aca chore(release): 1.25.0 [skip ci]
  • 2153643 feat(ibm-integer-attributes): introduce new validation rule
  • c93a5cb test: add unit tests for all ruleset utility functions
  • ffe93cf chore: add copyright info to meta-test files
  • 1f29a6b chore: re-organize all ruleset unit tests
  • 5154762 chore(release): 1.24.0 [skip ci]
  • 1ed6d4e feat(ibm-required-enum-properties-in-response): introduce new validation rule
  • Additional commits viewable in compare view

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 the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested a review from erunion December 1, 2024 02:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-development-deps-4fe75e6f5e branch 3 times, most recently from 911b4a0 to 80f83d8 Compare December 1, 2024 18:41
Bumps the minor-development-deps group with 4 updates: [prettier](https://github.com/prettier/prettier), [typescript](https://github.com/microsoft/TypeScript), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@ibm-cloud/openapi-ruleset](https://github.com/IBM/openapi-validator/tree/HEAD/packages/ruleset).


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

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `vitest` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/vitest)

Updates `@ibm-cloud/openapi-ruleset` from 1.23.2 to 1.25.1
- [Release notes](https://github.com/IBM/openapi-validator/releases)
- [Changelog](https://github.com/IBM/openapi-validator/blob/main/packages/ruleset/CHANGELOG.md)
- [Commits](https://github.com/IBM/openapi-validator/commits/@ibm-cloud/[email protected]/packages/ruleset)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: "@ibm-cloud/openapi-ruleset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-development-deps-4fe75e6f5e branch from 80f83d8 to c20f390 Compare December 1, 2024 18:43
@erunion erunion merged commit fba468d into main Dec 1, 2024
0 of 2 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-4fe75e6f5e branch December 1, 2024 18:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant