Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

chore: update all non-major dependencies #30

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@playwright/test (source) 1.40.0 -> 1.40.1 age adoption passing confidence devDependencies patch
@sveltejs/package (source) 2.2.2 -> 2.2.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 6.11.0 -> 6.13.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 6.11.0 -> 6.13.1 age adoption passing confidence devDependencies minor
anchore/sbom-action v0.14.3 -> v0.15.0 age adoption passing confidence action minor
eslint-plugin-svelte (source) 2.35.0 -> 2.35.1 age adoption passing confidence devDependencies patch
github.com/defenseunicorns/zarf v0.31.2 -> v0.31.3 age adoption passing confidence require patch
github.com/pterm/pterm v0.12.70 -> v0.12.71 age adoption passing confidence require patch
github/codeql-action v2.22.7 -> v2.22.8 age adoption passing confidence action patch
playwright (source) 1.40.0 -> 1.40.1 age adoption passing confidence devDependencies patch
prettier-plugin-svelte 3.1.0 -> 3.1.2 age adoption passing confidence devDependencies patch
quicktype 23.0.79 -> 23.0.80 age adoption passing confidence devDependencies patch
svelte (source) 4.2.5 -> 4.2.8 age adoption passing confidence devDependencies patch
svelte-check 3.6.0 -> 3.6.2 age adoption passing confidence devDependencies patch
svelte-preprocess 5.1.0 -> 5.1.1 age adoption passing confidence devDependencies patch
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence devDependencies minor

Release Notes

microsoft/playwright (@​playwright/test)

v1.40.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders

Browser Versions
  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

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

v2.2.3

Compare Source

Patch Changes
  • fix: overwrite nodenext option when transpiling (#​11092)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.13.1

Compare Source

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

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

v6.13.0

Compare Source

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

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

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

v6.13.1

Compare Source

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

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

v6.13.0

Compare Source

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

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

v6.12.0

Compare Source

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

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

anchore/sbom-action (anchore/sbom-action)

v0.15.0

Compare Source

Changes in v0.14.4

Breaking Changes
  • Previously, running on Windows required WSL. Now, running on Windows expects to be run on native windows (#​426) [willmurphyscode].
Other Changes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.35.1

Compare Source

Patch Changes
defenseunicorns/zarf (github.com/defenseunicorns/zarf)

v0.31.3

Compare Source

What's Changed
Features
Fixes
Docs
Dependencies
Development

Full Changelog: defenseunicorns/zarf@v0.31.2...v0.31.3

pterm/pterm (github.com/pterm/pterm)

v0.12.71

Compare Source

What's Changed

Fixes 🔧

Full Changelog: pterm/pterm@v0.12.70...v0.12.71

github/codeql-action (github/codeql-action)

v2.22.8

Compare Source

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.1.2

Compare Source

  • (fix) handle > tags in attributes

v3.1.1

Compare Source

  • (fix) handle types on each/await contexts
quicktype/quicktype (quicktype)

v23.0.80

Compare Source

sveltejs/svelte (svelte)

v4.2.8

Compare Source

Patch Changes
  • fix: port over props that were set prior to initialization (#​9701)

v4.2.7

Compare Source

Patch Changes
  • fix: handle spreads within static strings (#​9554)

v4.2.6

Compare Source

Patch Changes
  • fix: adjust static attribute regex (#​9551)
sveltejs/language-tools (svelte-check)

v3.6.2

Compare Source

  • feat: add best-effort fallback typings to $props() rune
  • fix: don't add generic type when snippet has no params
  • fix: pass children to zero types Svelte 5 (#​2212)
  • fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
  • fix: add implicit children prop in Svelte 5 mode (#​2211)
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#​2214)
  • perf: faster checks for certain characters (#​2179)

v3.6.1

Compare Source

  • fix: support SvelteKit zero types with $props rune
  • fix: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#​2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#​2190)
  • fix: make root snippets available in instance script (#​2201)
sveltejs/svelte-preprocess (svelte-preprocess)

v5.1.1

Compare Source

Bug Fixes
  • force module(resolution) (66d3cf9)
Microsoft/TypeScript (typescript)

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 changed the title Update dependency svelte to v4.2.6 Update all non-major dependencies Nov 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d6095be to 97d5c6e Compare November 24, 2023 17:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ded42ba to d6a4b35 Compare November 30, 2023 11:42
Copy link
Collaborator

@Racer159 Racer159 left a comment

Choose a reason for hiding this comment

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

lgtm

@Racer159 Racer159 changed the title Update all non-major dependencies chore: update all non-major dependencies Dec 1, 2023
@Racer159 Racer159 merged commit e894887 into main Dec 1, 2023
9 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant