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 all non-major dependencies #24

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Update all non-major dependencies #24

merged 1 commit into from
Jul 16, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.16.2 -> 6.17.0 age adoption passing confidence
@codemirror/view 6.28.1 -> 6.28.4 age adoption passing confidence
@ianvs/prettier-plugin-sort-imports 4.2.1 -> 4.3.1 age adoption passing confidence
@nkzw/eslint-config 1.16.0 -> 1.17.0 age adoption passing confidence
@radix-ui/react-alert-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-avatar (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.1 age adoption passing confidence
@radix-ui/react-label (source) 2.0.2 -> 2.1.0 age adoption passing confidence
@radix-ui/react-select (source) 2.0.0 -> 2.1.1 age adoption passing confidence
@radix-ui/react-separator (source) 1.0.3 -> 1.1.0 age adoption passing confidence
@radix-ui/react-slot (source) 1.0.2 -> 1.1.0 age adoption passing confidence
@radix-ui/react-tooltip (source) 1.0.7 -> 1.1.2 age adoption passing confidence
@swc/core (source) 1.6.1 -> 1.6.13 age adoption passing confidence
@types/node (source) 20.14.2 -> 20.14.10 age adoption passing confidence
@uiw/react-codemirror (source) 4.22.2 -> 4.23.0 age adoption passing confidence
npm-run-all2 6.2.0 -> 6.2.2 age adoption passing confidence
openapi-typescript (source) 7.0.0-rc.0 -> 7.0.2 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
react-router-dom (source) 6.23.1 -> 6.25.0 age adoption passing confidence
tailwind-merge 2.3.0 -> 2.4.0 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.6 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence
vite (source) 5.3.1 -> 5.3.4 age adoption passing confidence
ws 8.17.1 -> 8.18.0 age adoption passing confidence
yjs (source) 13.6.17 -> 13.6.18 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.17.0

Compare Source

Bug fixes

Fix an issue where completions weren't properly reset when starting a new completion through activateOnCompletion.

New features

CompletionContext objects now have a view property that holds the editor view when the query context has a view available.

v6.16.3

Compare Source

Bug fixes

Avoid adding an aria-autocomplete attribute to the editor when there are no active sources active.

codemirror/view (@​codemirror/view)

v6.28.4

Compare Source

Bug fixes

Fix a bug where EditContext-based editing could corrupt the document in some situations.

v6.28.3

Compare Source

Bug fixes

Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows.

v6.28.2

Compare Source

Bug fixes

Only use EditContext on Chrome versions that support passing it an inverted selection range.

Fix an issue that prevented non-inclusive block widgets from having their updateDOM method called when changed.

Re-enable EditContext use on Chrome 126 and up.

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

cpojer/eslint-config (@​nkzw/eslint-config)

v1.17.0

Compare Source

radix-ui/primitives (@​radix-ui/react-alert-dialog)

v1.1.1

Compare Source

swc-project/swc (@​swc/core)

v1.6.13

Compare Source

Bug Fixes
Features
Testing

v1.6.12

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.6.7

Compare Source

Bug Fixes
Documentation
  • Use @swc/counter for 3rd-party download count (026ff7e)
Features
Performance
Refactor
  • (es/typescript) Extract type annotation proposal out (#​9127) (dfee5f8)
Testing
Build

v1.6.6

Compare Source

Bug Fixes
Performance

v1.6.5

Compare Source

v1.6.4

Compare Source

Features
Miscellaneous Tasks
Performance
Refactor

v1.6.3

Compare Source

Bug Fixes
Performance
Refactor
uiwjs/react-codemirror (@​uiw/react-codemirror)

v4.23.0

Compare Source

Buy me a coffee

Documentation v4.23.0: https://raw.githack.com/uiwjs/react-codemirror/05626c6/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.22.2...v4.23.0

npm i @​uiw/[email protected]
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
openapi-ts/openapi-typescript (openapi-typescript)

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • 6d1eb32 Thanks @​drwpow! - ⚠️ Breaking: The Node.js API now returns the TypeScript AST for the main method as well as transform() and postTransform(). To migrate, you’ll have to use the typescript compiler API:

    + import ts from "typescript";
    
    + const DATE = ts.factory.createIdentifier("Date");
    + const NULL = ts.factory.createLiteralTypeNode(ts.factory.createNull());
    
      const ast = await openapiTS(mySchema, {
        transform(schemaObject, metadata) {
          if (schemaObject.format === "date-time") {
    -       return schemaObject.nullable ? "Date | null" : "Date";
    +       return schemaObject.nullable
    +         ? ts.factory.createUnionTypeNode([DATE, NULL])
    +         : DATE;
          }
        },
      };

    Though it’s more verbose, it’s also more powerful, as now you have access to additional properties of the generated code you didn’t before (such as injecting comments).

    For example syntax, search this codebae to see how the TypeScript AST is used.

    Also see AST Explorer’s typescript parser to inspect how TypeScript is interpreted as an AST.

  • 6d1eb32 Thanks @​drwpow! - ⚠️ Breaking: Changing of several CLI flags and Node.js API options

    • The --auth, --httpHeaders, --httpMethod, and fetch (Node.js-only) options were all removed from the CLI and Node.js API
    • --immutable-types has been renamed to --immutable
    • --support-array-length has been renamed to --array-length
  • fbaf96d Thanks @​drwpow! - ⚠️ Breaking: Remove globbing schemas in favor of redocly.yaml config. Specify multiple schemas with outputs in there instead. See Multiple schemas for more info.

  • 6d1eb32 Thanks @​drwpow! - ⚠️ Breaking: Most optional objects are now always present in types, just typed as :never. This includes keys of the Components Object as well as HTTP methods.

  • 6d1eb32 Thanks @​drwpow! - ⚠️ Breaking: No more external export in schemas anymore. Everything gets flattened into the components object instead (if referencing a schema object from a remote partial, note it may have had a minor name change to avoid conflict).

  • 6d1eb32 Thanks @​drwpow! - ⚠️ Breaking defaultNonNullable option now defaults to true. You’ll now need to manually set false to return to old behavior.

  • 799194d Thanks @​drwpow~ - ⚠️ Breaking TypeScript is now a peerDependency and must be installed alongside openapi-typescript

Minor Changes
  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: automatically validate schemas with Redocly CLI (docs). No more need for external tools to report errors! 🎉

    • By default, it will only throw on actual schema errors (uses Redocly’s default settings)
    • For stricter linting or custom rules, you can create a redocly.yaml config
  • 312b7ba Thanks @​drwpow! - ✨ Feature: allow configuration of schemas via apis key in redocly.config.yaml. See docs for more info.

  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: add enum option to export top-level enums from schemas

  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: add formatOptions to allow formatting TS output

  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: header responses add [key: string]: unknown index type to allow for additional untyped headers

  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: bundle schemas with Redocly CLI

  • 6d1eb32 Thanks @​drwpow! - ✨ Feature: Added debugger that lets you profile performance and see more in-depth messages

  • #​1374 7ac5174 Thanks @​ElForastero! - Add support for x-enum-varnames and x-enum-descriptions

  • #​1545 9158b81 Thanks @​jaredLunde! - Replace # characters in operation IDs with a slash

Patch Changes

v7.0.0-rc.1

Compare Source

postcss/postcss (postcss)

v8.4.39

Compare Source

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

remix-run/react-router (react-router-dom)

v6.25.0

Compare Source

Minor Changes
  • Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#​11769)

    • When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
    • You may still opt-into revalidation via shouldRevalidate
    • This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus
Patch Changes

v6.24.1

Compare Source

Patch Changes

v6.24.0

Compare Source

Minor Changes

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 force-pushed the renovate/all-minor-patch branch 14 times, most recently from f71756e to d7a6d33 Compare June 25, 2024 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f6f325c to 09c5ec6 Compare July 3, 2024 12:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 12f96a4 to 1f5ebb6 Compare July 4, 2024 15:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 70671ea to 89eb078 Compare July 12, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8060a9e to c3b2618 Compare July 16, 2024 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3b2618 to e6ee745 Compare July 16, 2024 15:58
@aaron7 aaron7 merged commit 86e681a into main Jul 16, 2024
1 check passed
@aaron7 aaron7 deleted the renovate/all-minor-patch branch July 16, 2024 17:08
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.

1 participant