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

fix(deps): update all non-major dependencies #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/ri ^1.2.3 -> ^1.2.5 age adoption passing confidence
@iconify-json/vscode-icons ^1.2.3 -> ^1.2.6 age adoption passing confidence
@oxc-parser/wasm (source) ^0.39.0 -> ^0.42.0 age adoption passing confidence
@shikijs/monaco (source) ^1.24.0 -> ^1.24.2 age adoption passing confidence
@swc/wasm-web 1.10.0 -> 1.10.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.17.0 -> ^8.18.1 age adoption passing confidence
bumpp ^9.8.1 -> ^9.9.1 age adoption passing confidence
eslint (source) ^9.16.0 -> ^9.17.0 age adoption passing confidence
flow-parser (source) ^0.256.0 -> ^0.257.0 age adoption passing confidence
monaco-editor ^0.52.0 -> ^0.52.2 age adoption passing confidence
shiki (source) ^1.24.0 -> ^1.24.2 age adoption passing confidence
sql-parser-cst ^0.30.0 -> ^0.31.0 age adoption passing confidence
svelte (source) ^5.8.1 -> ^5.14.4 age adoption passing confidence
typescript (source) ~5.6.3 -> ~5.7.2 age adoption passing confidence

Release Notes

oxc-project/oxc (@​oxc-parser/wasm)

v0.42.0

Refactor
  • 8cf9766 semantic, syntax, wasm: Remove #![allow(non_snake_case)] (#​7863) (overlookmotel)
shikijs/shiki (@​shikijs/monaco)

v1.24.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.24.1

Compare Source

   🚀 Features
    View changes on GitHub
swc-project/swc (@​swc/wasm-web)

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.18.1

Compare Source

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

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

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

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

antfu/bumpp (bumpp)

v9.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.17.0

Compare Source

facebook/flow (flow-parser)

v0.257.0

Compare Source

Likely to cause new Flow errors:

  • We have improved inference for exported primitive literal values.
    • Before this change the inferred type for export const obj = {f: "foo"}; was {f: str<"foo">}, where str<"foo"> was a type that opportunistically and unsoundly behaved either as string or as the singleton type "foo".
    • Flow will now infer the type {f: string} for obj.
    • For const like exports, e.g. export const x = "foo"; Flow will export the type "foo".
    • To fix errors that arise due to this change, you can provide annotations around exported literals or use the as const modifier.
  • We fixed a major unsoundness with regards to dictionary object creation. Previously, the computed property will just be ignored for string or any keys. Now, if the computed property is added to some existing objects (e.g. {foo: string, [stringTypedKey]: v}), then we will error on the property. Otherwise, the {[key]: value} will be {[typeof key}: typeof value}
  • We fixed a bug that causes opaque type's underlying representation to leak beyond the file it's defined. You might see more errors as a result.
  • Flow will now perform a complete function call check even when [react-rule-unsafe-mutation] errors are raised.
  • Previously we incorrectly distribute-over-union for maybe or optional input types of conditional type. (e.g. (?string) extends string ? true : false is evaluated to true | false instead of false). This is now fixed, and code that depends on the bug might have new errors.
  • If you have refiend a value based on typeof x === 'function', and then do typeof x === 'object', the result is now empty as that is impossible.
  • Singleton types are now also considered in conditional equality checks on member expressions. (e.g. try-Flow)
  • React.Config type, deprecated in v0.254, is now removed.

New Features:

  • 'key' in x now refines the type of x to objects which have the property key.
    • in checks for both own and non-own properties.
    • If we find that a key does not exist in an inexact object or instance/interface, then the negation is not refined since the property may or may not exist.
    • An optional property is also considered as if it may or may not exist.
    • If a proto/super is a union, every member of the union must have it
    • If the input to the refinement is an intersection, one member of that intersection must have it
    • We don't refine arrays since it's not useful (check for .length instead), and also because Flow doesn't handle array holes.
  • Flow now supports no_unchecked_indexed_access=true in flowconfig, which is equivalent to noUncheckedIndexedAccess from TS. It will add | void to every indexed access with general string key on dictionary objects or number key on arrays.
  • Support for React 19's ref-as-prop model is now available via react.ref_as_prop=partial_support, and this is now the default. (To disable it, use react.ref_as_prop=disabled.) Under this mode, ref prop in jsx will be treated as a regular prop for function components, but utility types like React.ElementConfig<...> still won't include the regular ref prop yet.
  • Flow now allows using union of strings as the type of computed property keys.
  • You can now destructure object properties using number literal keys (which are int-like).

Notable bug fixes:

  • Refining type guards with opaque types will now refine the general type (example of code that used to fail before, but now passes: try-Flow)
  • Allow more flexibility in checks involving super type of opaque type (e.g. try-Flow)
  • Fixed a bug when using opaque types in type guards in files other than the one where the type guard function was defined.
  • We now allow a union of generic or opaque string typed values to be used as a key of computed property, if it's bounded by a string type.

Library Definitions:

  • Add libdef types for getNotifications and showNotification API for ServiceWorkerRegistration
microsoft/monaco-editor (monaco-editor)

v0.52.2

Compare Source

Changes:

This list of changes was auto generated.

nene/sql-parser-cst (sql-parser-cst)

v0.31.0: 0.31.0

Compare Source

Breaking changes
  • Rename grant_stmt to grant_privilege_stmt, within which:
    • rename roles to privileges
    • rename users to roles
    • combine resouceType and resourceName to single field resource, referencing GrantResource node.
  • Rename revoke_stmt to revoke_privilege_stmt, within which:
    • rename roles to privileges
    • rename users to roles
    • combine resouceType and resourceName to single field resource, referencing GrantResource node.
Improved PostgreSQL support
  • Support GRANT
  • Support REVOKE
  • Support GRANT & CREATE TRIGGER inside CREATE SCHEMA
  • Support CREATE ROLE
  • Support ALTER ROLE
  • Support DROP ROLE
  • Support CREATE/ALTER/DROP GROUP as alias for ROLE
  • Support CREATE/ALTER/DROP USER as alias for ROLE
  • Support RESET ROLE
  • Support SET ROLE
  • Support ALTER TRIGGER
  • Support DROP TRIGGER
  • Support ALTER DOMAIN .. ADD CONSTRAINT NOT NULL
  • Support existing transaction syntax for PostgreSQL
  • Support END [TRANSACTION | WORK] in PostgreSQL
  • Support AND [NO] CHAIN in transactions
sveltejs/svelte (svelte)

v5.14.4

Compare Source

Patch Changes
  • fix: remove implements from class declarations (#​14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#​14744)

v5.14.3

Compare Source

Patch Changes
  • fix: bump esrap, prevent malformed AST (#​14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#​14738)

v5.14.2

Compare Source

Patch Changes
  • fix: correctly highlight first rerun of $inspect.trace (#​14734)

  • chore: more loose parser improvements (#​14733)

v5.14.1

Compare Source

Patch Changes
  • fix: improve unowned derived performance (#​14724)

v5.14.0

Compare Source

Minor Changes

v5.13.0

Compare Source

Minor Changes
  • feat: add outro option to unmount (#​14540)

  • feat: provide loose parser mode (#​14691)

v5.12.0

Compare Source

Minor Changes
  • feat: expose more AST types from "svelte/compiler" (#​14601)
Patch Changes
  • fix: don't add parenthesis to media query if already present (#​14699)

  • fix: ensure if block paths retain correct template namespacing (#​14685)

v5.11.3

Compare Source

Patch Changes
  • fix: allow unquoted slash in attributes (#​14615)

  • fix: better handle hydration of script/style elements (#​14683)

  • fix: make defaultValue work with spread (#​14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#​14688)

v5.11.2

Compare Source

Patch Changes
  • fix: correctly handle ssr for reactivity/window (#​14681)

v5.11.1

Compare Source

Patch Changes
  • fix: account for global block in is_empty (#​14677)

  • fix: remove overzealous reactive_declaration_non_reactive_property warning (#​14663)

v5.11.0

Compare Source

Minor Changes
  • feat: add svelte/reactivity/window module (#​14660)
Patch Changes
  • fix: take into account registration state when setting custom element props (#​14508)

v5.10.1

Compare Source

Patch Changes
  • fix: ensure snippet hoisting works in the correct scope (#​14642)

  • fix: ensure $state.snapshot clones holey arrays correctly (#​14657)

  • fix: restore input binding selection position (#​14649)

  • fix: transform everything that is not a selector inside :global (#​14577)

  • Overwrite Spring.#last_value when using .set() with {instant: true} (#​14656)

  • fix: don't emit assignment warnings for bindings (#​14651)

v5.10.0

Compare Source

Minor Changes
  • feat: provide links to documentation for errors/warnings (#​14629)
Patch Changes
  • fix: allow exports with source from script module even if no bind is present (#​14620)

  • fix: deconflict get_name for literal class properties (#​14607)

v5.9.1

Compare Source

Patch Changes
  • fix: mark subtree dynamic for bind with sequence expressions (#​14626)

v5.9.0

Compare Source

Minor Changes
  • feat: add support for bind getters/setters (#​14307)
Patch Changes
  • fix: always run if block code the first time (#​14597)
microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 9, 2024
Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ast-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 2:37am

Copy link

stackblitz bot commented Dec 9, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1dbff0b to d248d84 Compare December 9, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d248d84 to 1d6dca4 Compare December 9, 2024 16:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d6dca4 to 4e4b70b Compare December 9, 2024 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e4b70b to 5ad940b Compare December 10, 2024 08:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ad940b to c5adbd5 Compare December 10, 2024 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5adbd5 to 6c736ed Compare December 10, 2024 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c736ed to 6745e41 Compare December 11, 2024 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6745e41 to 1930dfb Compare December 12, 2024 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1930dfb to 22597aa Compare December 12, 2024 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22597aa to 1376ada Compare December 12, 2024 20:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1376ada to 7163ce3 Compare December 13, 2024 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7163ce3 to 3ea0a55 Compare December 13, 2024 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ea0a55 to d226d71 Compare December 13, 2024 15:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d226d71 to f52e12c Compare December 13, 2024 23:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f52e12c to c16fad6 Compare December 14, 2024 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c16fad6 to 1b1d39f Compare December 15, 2024 16:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b1d39f to 55242c3 Compare December 16, 2024 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55242c3 to 64272d3 Compare December 16, 2024 15:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64272d3 to 5929532 Compare December 16, 2024 20:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5929532 to ec6f57b Compare December 17, 2024 13:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec6f57b to 53e45d4 Compare December 17, 2024 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53e45d4 to a060c0a Compare December 18, 2024 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a060c0a to 2aa5f17 Compare December 18, 2024 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2aa5f17 to 7dcfff5 Compare December 18, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants