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

[skip netlify] Update Bumped minor version of packages #4329

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Bumped minor version of packages, check if builds are still passing, please 🥺

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/vue-fontawesome ^2.0.8 -> ^2.0.9 age adoption passing confidence
@histoire/plugin-vue2 ^0.11.6 -> ^0.11.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.42.0 -> ^5.43.0 age adoption passing confidence
@typescript-eslint/parser ^5.42.0 -> ^5.43.0 age adoption passing confidence
@vitejs/plugin-vue2 ^2.0.0 -> ^2.0.1 age adoption passing confidence
cypress-real-events ^1.7.2 -> ^1.7.4 age adoption passing confidence
histoire ^0.11.6 -> ^0.11.7 age adoption passing confidence
sass ^1.56.0 -> ^1.56.1 age adoption passing confidence
vite (source) ^3.2.2 -> ^3.2.3 age adoption passing confidence
vitest ^0.24.5 -> ^0.25.2 age adoption passing confidence

Release Notes

FortAwesome/vue-fontawesome

v2.0.9

Compare Source

Changed
  • README.md updated with spelling correction, linter fixes, and new contributor
  • App.vue updated icon example to use fixed-width rather than full-width
  • Added some tests for Sharp icons

Akryum/histoire

v0.11.7

Compare Source

Bug Fixes
  • build error (91b48a1)
  • config changes not applied on auto restart (a54efad)
  • grid scroll height not being reset when switcing story (875cf7d)
  • grid with % size glitching (ef51ccc)
  • not restarting on vite config change (c5fb953)
  • percy: puppeteer import, fix #​330 (c199ad4)
  • remove overflow tailwind classes from sandbox, fix #​351 (a326a6a)
  • remove vite-plugin-inspect (df6a7fb)
  • setupFile.browser only being also applied to server, related to #​323 (833d086)
  • svelte: dynamic source, fix #​344 (11e0432)
  • svelte: state sync: ignore undefined, HTMLElement and SvelteComponents, fix #​346 (755ac0d)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes

v5.42.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.43.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.42.1 (2022-11-07)

Note: Version bump only for package @​typescript-eslint/parser

v5.42.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vitejs/vite-plugin-vue2

v2.0.1

Compare Source

Bug Fixes
  • allow overwriting template.transformAssetUrls.includeAbsolute (#​48) (7db0767)
sass/dart-sass

v1.56.1

Compare Source

Embedded Sass
  • Importer results now validate that contents is actually a string and whether
    sourceMapUrl is an absolute URL.
vitejs/vite

v3.2.3

Compare Source

vitest-dev/vitest

v0.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.0

Compare Source

   ✅ Builtin TypeChecking

In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.

// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'

test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()

  // @&#8203;ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})

Learn more at the documentation and this RFC

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 14, 2022 01:11
@renovate renovate bot requested review from kkukelka and removed request for a team November 14, 2022 01:11
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch 4 times, most recently from 56a524b to 902500a Compare November 15, 2022 13:33
@renovate renovate bot force-pushed the renovate/bumped-minor-version-of-packages branch from 902500a to ab367ad Compare November 15, 2022 13:45
@codeclimate
Copy link

codeclimate bot commented Nov 15, 2022

Code Climate has analyzed commit ab367ad and detected 0 issues on this pull request.

View more on Code Climate.

@yangwao yangwao merged commit cc2e40a into main Nov 15, 2022
@yangwao yangwao deleted the renovate/bumped-minor-version-of-packages branch November 15, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants