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

Update Monthly Dev Dependencies #2213

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

gardener-ci-robot
Copy link
Contributor

@gardener-ci-robot gardener-ci-robot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/utils (source) devDependencies minor 8.14.0 -> 8.16.0
@vitejs/plugin-basic-ssl devDependencies minor 1.1.0 -> 1.2.0
@vitejs/plugin-vue (source) devDependencies patch 5.2.0 -> 5.2.1
@vitest/coverage-v8 (source) devDependencies patch 2.1.5 -> 2.1.7
@vitest/eslint-plugin devDependencies patch 1.1.10 -> 1.1.13
@vitest/ui (source) devDependencies patch 2.1.5 -> 2.1.7
eslint (source) devDependencies minor 9.14.0 -> 9.16.0
eslint-plugin-vue (source) devDependencies minor 9.31.0 -> 9.32.0
neostandard devDependencies patch 0.11.8 -> 0.11.9
typescript (source) devDependencies minor 5.6.3 -> 5.7.2
unplugin-fonts devDependencies minor 1.1.1 -> 1.3.1
vitest (source) devDependencies patch 2.1.5 -> 2.1.7
vitest-fetch-mock devDependencies minor ^0.3.0 -> ^0.4.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.16.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • rule-tester: run method - avoid to infer type parameter from tests param (#​10324)
  • utils: add new optional language field to FlatConfig.Config type (#​10326)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • add missing peer dependencies (#​9744)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vitejs/vite-plugin-basic-ssl (@​vitejs/plugin-basic-ssl)

v1.2.0

Compare Source

Bug Fixes
Features
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features
  • Support Vite 6
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.13

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.12...v1.1.13

v1.1.12

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.10...v1.1.11

eslint/eslint (eslint)

v9.16.0

Compare Source

Features
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)
Documentation
  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)
Chores

v9.15.0

Compare Source

Features
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)
Bug Fixes
Documentation
  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)
Chores
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.32.0

Compare Source

✨ Enhancements

  • #​2598 Added checkMultiRootNodes option to vue/no-duplicate-attr-inheritance rule and changed to ignore multi-root components by default.
  • #​2610 Added ignoreElementNamespaces option to vue/no-v-text-v-html-on-component rule.
  • #​2609 Added ignoreTags option to vue/attribute-hyphenation rule and vue/v-on-event-hyphenation rule.
  • #​2611 Added vue/restricted-component-names rule that enforces using only specific component names.
  • #​2620 Added vue/slot-name-casing rule that enforces specific casing for slot names.
  • #​2617 Added support for type references in vue/require-explicit-slots rule.
  • #​2608 Added support for shallowRef in vue/prefer-use-template-ref rule.

🐛 Bug Fixes

  • #​2612 Changed vue/prefer-use-template-ref rule to only check root-level variables.

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

neostandard/neostandard (neostandard)

v0.11.9

Compare Source

🌟 Features
🩹 Fixes
microsoft/TypeScript (typescript)

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

cssninjaStudio/unplugin-fonts (unplugin-fonts)

v1.3.1

Compare Source

v1.2.0

Compare Source

Features
  • add fontBaseUrl and preconnectUrl on google font provider (12684bc), closes #​78
  • add fontBaseUrl on typekit font provider (724026b)
  • support vite 6.0 (#​77) (38332ba)
1.1.1 (2023-11-22)
Bug Fixes
  • build issue, importMap export (ba7d88b)
IanVS/vitest-fetch-mock (vitest-fetch-mock)

v0.4.2

Compare Source

What's Changed

Full Changelog: IanVS/vitest-fetch-mock@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed

Full Changelog: IanVS/vitest-fetch-mock@v0.4.0...v0.4.1

v0.4.0

Compare Source

Breaking changes

This release includes a complete rewrite into TypeScript by @​dirkluijk, the removal of the cross-fetch polyfill dependency, and a minor change to the API when using a function that returned a mock response.

Before:

fetch.mockResponseOnce(() => Promise.resolve({ body: 'ok', init: { headers: { 'x-foo': 'bar' } } }));

After:

fetch.mockResponseOnce(() => Promise.resolve({ body: 'ok', headers: { 'x-foo': 'bar' } }));

Note there is no longer an init property. Now, headers, status, etc are included alongside the body. This applies to all methods which can accept a ResponseProvider parameter. (Previously the parameter was called MockResponseInitFunction and headers could be specified inside or outside of init, and it was unclear which would take precedence.)

PRs:

New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.3.0...v0.4.0


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@gardener-robot
Copy link

@gardener-ci-robot Thank you for your contribution.

@gardener-robot gardener-robot added needs/review Needs review size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) needs/second-opinion Needs second review by someone else labels Dec 1, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 269473c to 96f6c76 Compare December 1, 2024 00:12
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 96f6c76 to f6262cb Compare December 1, 2024 00:19
@gardener-robot-ci-3 gardener-robot-ci-3 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from f6262cb to 9bccbfb Compare December 1, 2024 00:25
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 9bccbfb to 6ffaade Compare December 1, 2024 00:31
@gardener-robot-ci-2 gardener-robot-ci-2 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 6ffaade to 32797e5 Compare December 1, 2024 00:38
@gardener-robot-ci-2 gardener-robot-ci-2 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 1, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 32797e5 to 1dad14d Compare December 1, 2024 00:45
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 1, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 1744c66 to 02e6b6f Compare December 2, 2024 11:15
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 02e6b6f to 879031c Compare December 2, 2024 11:23
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 879031c to 0e1dba7 Compare December 2, 2024 11:29
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 0e1dba7 to a77fce7 Compare December 2, 2024 11:36
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-robot-ci-2 gardener-robot-ci-2 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from a77fce7 to 48b2977 Compare December 2, 2024 11:44
@gardener-robot-ci-3 gardener-robot-ci-3 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 2, 2024
@gardener-ci-robot gardener-ci-robot force-pushed the renovate/monthly-dev-dependencies branch from 48b2977 to 6c7076d Compare December 2, 2024 11:51
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
Copy link
Member

@holgerkoser holgerkoser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@holgerkoser holgerkoser merged commit 655dd99 into master Dec 2, 2024
4 checks passed
@holgerkoser holgerkoser deleted the renovate/monthly-dev-dependencies branch December 2, 2024 11:55
@gardener-robot-ci-2 gardener-robot-ci-2 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging status/closed Issue is closed (either delivered or triaged) and removed needs/rebase Needs git rebase needs/review Needs review needs/second-opinion Needs second review by someone else labels Dec 2, 2024
@gardener-robot-ci-1 gardener-robot-ci-1 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 2, 2024
holgerkoser added a commit that referenced this pull request Dec 3, 2024
* master:
  Update yarn `prod-install` plugin sources (#2212)
  Move polling watcher to own package (#2208)
  Update dependency vuetify to v3.7.5 (#2216)
  Update dependency vite to v6 (#2214)
  fix tests (#2215)
  Update Monthly Dev Dependencies (#2213)
  Optimize CodeMirror Integration with Dynamic Imports (#2206)
  Added lint-sarif script to output lint results in SARIF format (#2210)
  Update dependency @codemirror/language to v6.10.6 (#2211)
  Update dependency pinia to v2.2.8 (#2209)
  Update vueuse monorepo to v12 (#2203)
  migrate to polling watcher (remove chokidar) (#2202)
  Update dependency pinia to v2.2.7 (#2205)
  Update dependency @codemirror/language to v6.10.5 (#2204)

# Conflicts:
#	.pnp.cjs
#	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) renovate reviewed/lgtm Has approval for merging reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants