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

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.27.9 -> ^2.27.10 age adoption passing confidence
@eslint/eslintrc ^3.1.0 -> ^3.2.0 age adoption passing confidence
@eslint/js (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
@stylistic/eslint-plugin-js (source) ^2.10.1 -> ^2.11.0 age adoption passing confidence
@types/node (source) ^22.9.0 -> ^22.9.1 age adoption passing confidence
carbon-components-svelte ^0.85.4 -> ^0.86.0 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.13 age adoption passing confidence
playwright-core (source) ~1.48.2 -> ~1.49.0 age adoption passing confidence
pnpm (source) 9.13.2 -> 9.14.2 age adoption passing confidence
svelte (source) ^5.2.0 -> ^5.2.4 age adoption passing confidence
svelte-check ^4.0.7 -> ^4.0.9 age adoption passing confidence
typescript-eslint (source) ^8.14.0 -> ^8.15.0 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.10

Compare Source

eslint/eslintrc (@​eslint/eslintrc)

v3.2.0

Compare Source

Features
  • merge rule.meta.defaultOptions before validation (#​166) (d02f914)
eslint/eslint (@​eslint/js)

v9.15.0

Compare Source

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

v2.11.0

Compare Source

Features
  • comma-dangle: add support for Import Attributes (#​586) (4c177c3)
  • comma-style: add support for more syntax (#​597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#​603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#​605) (f732798)
  • function-paren-newline: add support for Import Attributes (#​585) (4ede153)
Bug Fixes
Build Related
carbon-design-system/carbon-components-svelte (carbon-components-svelte)

v0.86.0

Compare Source

⚠ BREAKING CHANGES
  • package: set type="module" in package.json
  • package: remove bundled ESM/UMD support
  • treeview: rename children prop to nodes for Svelte 5 compatibility
  • recursive-list: rename children prop to nodes for Svelte 5 compatibility
  • types: use type alias instead of interface for exported component props (6fbd8ae)
Features
Bug Fixes
  • data-table: (Svelte 5 compatibility) handle ToolbarSearch filtering in DataTable (#​2037) (3192824)
  • multi-select: (Svelte 5 compatibility) avoid cyclic dependency (#​2034) (1acd713)
  • toolbar-menu: (Svelte 5 compatibility) remove redundant menu offset (#​2047) (7e17394), closes #​2040
  • checkbox: (Svelte 5 compatibility) bind indeterminate (#​2044) (9d5e7e3), closes #​2039
0.85.4 (2024-11-09)
Bug Fixes
0.85.3 (2024-10-25)
Bug Fixes
0.85.2 (2024-08-14)
Bug Fixes
0.85.1 (2024-08-09)
Bug Fixes
eslint/eslint (eslint)

v9.15.0

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

rich-harris/magic-string (magic-string)

v0.30.13

Compare Source

Features
microsoft/playwright (playwright-core)

v1.49.0

Compare Source

pnpm/pnpm (pnpm)

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

sveltejs/svelte (svelte)

v5.2.4

Compare Source

Patch Changes
  • fix: ensure internal cloning can work circular values (#​14347)

  • fix: correctly update dynamic member expressions (#​14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#​14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#​14349)

v5.2.3

Compare Source

Patch Changes
  • fix: ensure dynamic call expressions correctly generate output (#​14345)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

sveltejs/language-tools (svelte-check)

v4.0.9

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)

v4.0.8

Compare Source

  • fix: fall back to any instead of unknown for untyped $props (#​2582)
  • fix: robustify and fix file writing (#​2584)
  • fix: hoist types related to $props rune if possible (#​2571)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.15.0

Compare Source

🚀 Features
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#​10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • add missing peer dependencies (#​9744)
❤️ Thank You

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.

@bluwy
Copy link
Member

bluwy commented Nov 18, 2024

Blocked by eslint/eslint#19134

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 83d02e5 to 1128569 Compare November 20, 2024 03:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1128569 to c3a1307 Compare November 20, 2024 12:07
@bluwy bluwy merged commit e5babf4 into main Nov 20, 2024
6 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch November 20, 2024 14:30
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