Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.7 -> ^2.27.8 age adoption passing confidence
@eslint/js (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
@fontsource/fira-mono (source) ^5.0.14 -> ^5.0.15 age adoption passing confidence
@stylistic/eslint-plugin-js (source) ^2.7.2 -> ^2.8.0 age adoption passing confidence
@sveltejs/kit (source) ^2.5.25 -> ^2.5.26 age adoption passing confidence
@types/node (source) ^20.16.3 -> ^20.16.5 age adoption passing confidence
debug ^4.3.6 -> ^4.3.7 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
playwright-core (source) ~1.46.1 -> ~1.47.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
postcss (source) ^8.4.44 -> ^8.4.45 age adoption passing confidence
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence
svelte (source) ^5.0.0-next.242 -> ^5.0.0-next.244 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence
typescript-eslint (source) ^8.3.0 -> ^8.5.0 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.4 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.8

Compare Source

eslint/eslint (@​eslint/js)

v9.10.0

Compare Source

fontsource/font-files (@​fontsource/fira-mono)

v5.0.15

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin-js)

v2.8.0

Compare Source

Features
  • indent: indention inside TemplateLiteral always start at level one (#​528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)
Bug Fixes
  • indent-binary-ops: improve nested handling, close #​530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#​535) (b89ae5e)
Documentation
sveltejs/kit (@​sveltejs/kit)

v2.5.26

Compare Source

Patch Changes
  • fix: exclude service worker directory from tsconfig (#​12196)
debug-js/debug (debug)

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

eslint/eslint (eslint)

v9.10.0

Compare Source

microsoft/playwright (playwright-core)

v1.47.0

Compare Source

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

sass/dart-sass (sass)

v1.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.

sveltejs/svelte (svelte)

v5.0.0-next.244

Compare Source

Patch Changes
  • fix: error on duplicate style and class directive (#​13097)

  • fix: ensure $host rune correctly compiles in variable declarations (#​13127)

  • fix: remove unnecessary update assignments (#​13113)

  • fix: error at compile time on unsupported TypeScript language features (#​12982)

  • fix: Ensure imports are above other statements (#​13132)

v5.0.0-next.243

Compare Source

Patch Changes
  • fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode (#​13059)

  • fix: ensure reactivity system remains consistent with removals (#​13087)

  • fix: render undefined html as the empty string (#​13092)

  • fix: error on incorrect attributes for svelte:body (#​13084)

  • feat: provide AST node types with internal types stripped out (#​12968)

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.5.0

Compare Source

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

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

v8.4.0

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8fe3dee to 40ee8d0 Compare September 11, 2024 09:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40ee8d0 to 0ffd936 Compare September 11, 2024 09:36
@dominikg dominikg merged commit 7b8a357 into main Sep 11, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch September 11, 2024 09:42
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.

1 participant