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): update all non-major dependencies #4

Merged
merged 1 commit into from Jul 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.35.1 -> ^1.36.1 age adoption passing confidence
@sveltejs/kit (source) ^1.22.1 -> ^1.22.3 age adoption passing confidence
@types/node (source) ^20.4.1 -> ^20.4.2 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.61.0 -> ^5.62.0 age adoption passing confidence
@typescript-eslint/parser ^5.61.0 -> ^5.62.0 age adoption passing confidence
eslint (source) ^8.44.0 -> ^8.45.0 age adoption passing confidence
postcss (source) ^8.4.25 -> ^8.4.26 age adoption passing confidence
prettier-plugin-tailwindcss ^0.3.0 -> ^0.4.1 age adoption passing confidence
svelte-check ^3.4.5 -> ^3.4.6 age adoption passing confidence
tailwindcss (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
trpc-sveltekit (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence
unplugin-icons ^0.16.3 -> ^0.16.5 age adoption passing confidence
vite (source) ^4.4.2 -> ^4.4.4 age adoption passing confidence

Release Notes

Microsoft/playwright (@​playwright/test)

v1.36.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/24184 - [REGRESSION]: Snapshot name contains some random string after test name when tests are run in container

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.36.0

Compare Source

Highlights

🏝️ Summer maintenance release.

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114
sveltejs/kit (@​sveltejs/kit)

v1.22.3

Compare Source

Patch Changes
  • fix: gracefully handle server endpoints that return Responses with immutable Headers (#​10367)

v1.22.2

Compare Source

Patch Changes
  • fix: wait a tick before announcing new page title (#​10363)

  • feat: more helpful error for preview if build output doesn't exist (#​10337)

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

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

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

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

v5.62.0

Compare Source

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

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

eslint/eslint (eslint)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores

postcss/postcss (postcss)

v8.4.26

Compare Source

  • Fixed clone methods types.
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.4.1

Compare Source

Fixed
  • Don't move partial classes inside Twig attributes (#​184)

v0.4.0

Compare Source

Added
  • Export types for Prettier config (#​162)
  • Add Prettier v3 support (#​179)
Fixed
  • Don't move partial classes inside Liquid script attributes (#​164)
  • Do not split classes by non-ASCII whitespace (#​166)
  • Match tagged template literals with tag expressions (#​169)
sveltejs/language-tools (svelte-check)

v3.4.6

Compare Source

  • chore: bump deps to force versions that include Svelte 4 peer dependencies
tailwindlabs/tailwindcss (tailwindcss)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#​10943, #​10962, #​11111)
  • Make font settings propagate into buttons, inputs, etc. (#​10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#​11157)
  • Ensure repeating-conic-gradient is detected as an image (#​11180)
  • Move unknown pseudo-elements outside of :is by default (#​11345)
  • Escape animation names when prefixes contain special characters (#​11470)
  • Don't prefix arbitrary classes in group and peer variants (#​11454)
  • Sort classes using position of first matching rule (#​11504)
  • Allow variant to be an at-rule without a prelude (#​11589)
  • Make PostCSS plugin async to improve performance (#​11548)
  • Don’t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#​11069)
antfu/unplugin-icons (unplugin-icons)

v0.16.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v4.4.4

Compare Source

v4.4.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4054e9f to 5849340 Compare June 29, 2023 23:40
@renovate renovate bot changed the title chore(deps): update dependency tslib to ^2.6.0 chore(deps): update all non-major dependencies Jun 29, 2023
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jun 30, 2023
@renovate renovate bot closed this Jun 30, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch June 30, 2023 03:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 1, 2023
@renovate renovate bot reopened this Jul 1, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch July 1, 2023 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 37c9ee3 to fc6420f Compare July 7, 2023 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 497bdc6 to 702f58b Compare July 9, 2023 05:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jul 9, 2023
@renovate renovate bot closed this Jul 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 9, 2023 20:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 9, 2023
@renovate renovate bot reopened this Jul 9, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch July 9, 2023 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 702f58b to 7da594f Compare July 9, 2023 21:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update dependency kysely to ^0.26.0 Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency kysely to ^0.26.0 fix(deps): update dependency kysely to ^0.26.0 - autoclosed Jul 9, 2023
@renovate renovate bot closed this Jul 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 9, 2023 22:10
@renovate renovate bot changed the title fix(deps): update dependency kysely to ^0.26.0 - autoclosed fix(deps): update dependency kysely to ^0.26.0 Jul 11, 2023
@renovate renovate bot reopened this Jul 11, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch July 11, 2023 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7da594f to 8bc154b Compare July 11, 2023 23:43
@renovate renovate bot changed the title fix(deps): update dependency kysely to ^0.26.0 chore(deps): update all non-major dependencies to ^5.62.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bc154b to e900492 Compare July 13, 2023 05:42
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^5.62.0 chore(deps): update all non-major dependencies Jul 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 72c73db to 5e72495 Compare July 15, 2023 02:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e72495 to 23ef78e Compare July 16, 2023 02:39
@drewbitt drewbitt merged commit 7c24fb6 into master Jul 17, 2023
1 check passed
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

1 participant