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 #2620

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@azure/static-web-apps-cli ^1.1.9 -> ^1.1.10 age adoption passing confidence devDependencies patch
@biomejs/biome (source) ^1.8.1 -> ^1.8.3 age adoption passing confidence devDependencies patch
@cloudflare/kv-asset-handler (source) ^0.3.3 -> ^0.3.4 age adoption passing confidence dependencies patch
@cloudflare/workers-types ^4.20240614.0 -> ^4.20240821.1 age adoption passing confidence devDependencies minor
@netlify/functions ^2.7.0 -> ^2.8.1 age adoption passing confidence dependencies minor
@scalar/api-reference (source) ^1.24.11 -> ^1.25.5 age adoption passing confidence devDependencies minor
@types/aws-lambda (source) ^8.10.140 -> ^8.10.143 age adoption passing confidence devDependencies patch
@types/bun (source) ^1.1.4 -> ^1.1.6 age adoption passing confidence devDependencies patch
@types/http-proxy (source) ^1.17.14 -> ^1.17.15 age adoption passing confidence dependencies patch
@vercel/nft ^0.27.2 -> ^0.27.3 age adoption passing confidence dependencies patch
automd ^0.3.7 -> ^0.3.8 age adoption passing confidence devDependencies patch
better-sqlite3 ^11.0.0 -> ^11.2.1 age adoption passing confidence devDependencies minor
cookie-es ^1.1.0 -> ^1.2.2 age adoption passing confidence dependencies minor
croner (source) ^8.0.2 -> ^8.1.1 age adoption passing confidence dependencies minor
edge-runtime (source) ^3.0.1 -> ^3.0.2 age adoption passing confidence devDependencies patch
esbuild ^0.21.5 -> ^0.23.1 age adoption passing confidence dependencies minor
eslint (source) ^9.5.0 -> ^9.9.0 age adoption passing confidence devDependencies minor
execa ^9.2.0 -> ^9.3.1 age adoption passing confidence devDependencies minor
expect-type ^0.19.0 -> ^0.20.0 age adoption passing confidence devDependencies minor
firebase-admin (source) ^12.1.1 -> ^12.3.1 age adoption passing confidence devDependencies minor
globby ^14.0.1 -> ^14.0.2 age adoption passing confidence dependencies patch
h3 ^1.11.1 -> ^1.12.0 age adoption passing confidence dependencies minor
magic-string ^0.30.10 -> ^0.30.11 age adoption passing confidence dependencies patch
mime ^4.0.3 -> ^4.0.4 age adoption passing confidence dependencies patch
miniflare (source) ^3.20240610.1 -> ^3.20240821.0 age adoption passing confidence devDependencies minor
node 20.14.0 -> 20.17.0 age adoption passing confidence image minor
openapi-typescript (source) ^7.0.0 -> ^7.3.0 age adoption passing confidence dependencies minor
pkg-types ^1.1.1 -> ^1.1.3 age adoption passing confidence dependencies patch
pnpm (source) 9.4.0 -> 9.8.0 age adoption passing confidence packageManager minor
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence devDependencies patch
rollup (source) ^4.18.0 -> ^4.21.0 age adoption passing confidence dependencies minor
semver ^7.6.2 -> ^7.6.3 age adoption passing confidence dependencies patch
typescript (source) ^5.4.5 -> ^5.5.4 age adoption passing confidence devDependencies minor
ufo ^1.5.3 -> ^1.5.4 age adoption passing confidence dependencies patch
unbuild 3.0.0-rc.2 -> 3.0.0-rc.7 age adoption passing confidence devDependencies patch
undici (source) ^6.19.2 -> ^6.19.8 age adoption passing confidence resolutions patch
undici (source) ^6.19.2 -> ^6.19.8 age adoption passing confidence devDependencies patch
undocs ^0.2.21 -> ^0.2.22 age adoption passing confidence devDependencies patch
unenv ^1.9.0 -> ^1.10.0 age adoption passing confidence dependencies minor
unimport ^3.7.2 -> ^3.11.0 age adoption passing confidence dependencies minor

Release Notes

azure/static-web-apps-cli (@​azure/static-web-apps-cli)

v1.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/static-web-apps-cli@v1.1.9...v1.1.10

biomejs/biome (@​biomejs/biome)

v1.8.3

Compare Source

CLI
Bug fixes
  • Fix #​3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#​3148). Contributed by @​Sec-ant

Parser
Bug fixes
Formatter
Bug fixes
Linter
New features
Bug fixes
  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #​3247. Contributed by @​Conaclos
  • Fixes #​3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #​3292. Contributed by @​Sec-ant
Enhancements
  • Enhance tailwind sorting lint rule #​1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order.
    Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class.
    Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight).
    Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant.
    Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last.
    Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

v1.8.2

Compare Source

CLI
Bug fixes
  • Fix #​3201 by correctly injecting the source code of the file when printing the diagnostics. Contributed by @​ematipico
  • Fix #​3179 where comma separators are not correctly removed after running biome migrate and thus choke the parser. Contributed by @​Sec-ant
  • Fix #​3232 by correctly using the colors set by the user. Contributed by @​ematipico
Enhancement
  • Reword the reporter message No fixes needed to No fixes applied.

    The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example:

    Checked 2 files in <TIME>. No fixes needed.
    Found 2 errors.
    

    The new message suits better in these cases.

    Contributed by @​Sec-ant

Configuration
Bug fixes
  • Don't conceal previous overrides (#​3176).

    Previously, each override inherited the unset configuration of the base configuration.
    This means that setting a configuration in an override can be concealed by a subsequent override that inherits of the value from the base configuration.

    For example, in the next example, noDebugger was disabled for the index.js file.

    {
      "linter": {
        "rules": {
          "suspicious": { "noDebugger": "off" }
        }
      },
      "overrides": [
        {
          "include": ["index.js"],
          "linter": {
            "rules": {
              "suspicious": { "noDebugger": "warn" }
            }
          }
        }, {
          "include": ["index.js"],
          "linter": {
            "rules": {
              "suspicious": { "noDoubleEquals": "off" }
            }
          }
        }
      ]
    }

    The rule is now correctly enabled for the index.js file.

    Contributed by @​Conaclos

Formatter
Bug fixes
JavaScript APIs
Bug fixes
  • Fix a regression introduced by the release of v1.8.0
Linter
New features
Bug fixes
  • Add nursery/noShorthandPropertyOverrides. #​2958 Contributed by @​neokidev

  • Fix [#​3084] false positive by correctly recognize parenthesized return statement. Contributed by @​unvalley

  • useImportExtensions now suggests a correct fix for import '.' and import './.'. Contributed by @​minht11

  • Fix useDateNow false positive when new Date object has arguments new Date(0).getTime(). Contributed by @​minht11.

  • The noUnmatchableAnbSelector rule is now able to catch unmatchable an+b selectors like 0n+0 or -0n+0. Contributed by @​Sec-ant.

  • The useHookAtTopLevel rule now recognizes properties named as hooks like foo.useFoo(). Contributed by @​ksnyder9801

  • Fix #​3092, prevent warning for Custom properties (--*). Contributed by @​chansuke

  • Fix a false positive in the useLiteralKeys rule. (#​3160)

    This rule now ignores the following kind of computed member name:

    const a = {
      [`line1
      line2`]: true,
    };

    Contributed by @​Sec-ant

  • The noUnknownProperty rule now ignores the composes property often used in css modules. #​3000 Contributed by @​chansuke

  • Fix false positives of the useExhaustiveDependencies rule.

    The component itself is considered stable when it is used recursively inside a hook closure defined inside of it:

    import { useMemo } from "react";
    
    function MyRecursiveComponent() {
      // MyRecursiveComponent is stable, we don't need to add it to the dependencies list.
      const children = useMemo(() => <MyRecursiveComponent />, []);
      return <div>{children}</div>;
    }

    Also, export default function and export default class are considered stable now because they can only appear at the top level of a module.

    Contributed by @​Sec-ant

  • Fix missing withDefaults macro in vue files for globals variables. Contributed by @​Shyam-Chen

Parser
Bug fixes
cloudflare/workers-sdk (@​cloudflare/kv-asset-handler)

v0.3.4

Compare Source

Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20240821.1

Compare Source

v4.20240815.0

Compare Source

v4.20240806.0

Compare Source

v4.20240729.0

Compare Source

v4.20240725.0

Compare Source

v4.20240722.0

Compare Source

v4.20240718.0

Compare Source

v4.20240712.0

Compare Source

v4.20240701.0

Compare Source

v4.20240620.0

Compare Source

netlify/functions (@​netlify/functions)

v2.8.1

Compare Source

Bug Fixes

v2.8.0

Compare Source

Features
Bug Fixes
scalar/scalar (@​scalar/api-reference)

v1.25.5

Patch Changes

v1.25.4

Patch Changes

v1.25.3

Patch Changes

v1.25.2

Patch Changes

v1.25.1

Patch Changes

v1.25.0

Minor Changes
Patch Changes

v1.24.77

Patch Changes

v1.24.76

Patch Changes

v1.24.75

Patch Changes
  • c220358: feat: add response schemas
  • ee0c360: fix: add more contrasting background to unopened tags
  • Updated dependencies [c220358]
  • Updated dependenci

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

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

Copy link
Contributor Author

renovate bot commented Jul 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 13 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 133, reused 0, downloaded 0, added 0
Progress: resolved 288, reused 0, downloaded 0, added 0
Progress: resolved 538, reused 0, downloaded 0, added 0
Progress: resolved 696, reused 0, downloaded 0, added 0
Progress: resolved 889, reused 0, downloaded 0, added 0
Progress: resolved 1061, reused 0, downloaded 0, added 0
Progress: resolved 1255, reused 0, downloaded 0, added 0
Progress: resolved 1415, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: unbuild@3.0.0-rc.2

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 17b5809 to 688b96f Compare July 23, 2024 19:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from ed93e7f to 03d01fd Compare July 27, 2024 07:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from e17d5c5 to 10b7b9b Compare August 16, 2024 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 7bbea39 to 6289ef7 Compare August 22, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6289ef7 to 2773171 Compare August 22, 2024 21:34
@pi0 pi0 closed this Aug 22, 2024
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