query icon indicating copy to clipboard operation
query copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.6.4 -> ^1.7.1 age adoption passing confidence
@arethetypeswrong/cli (source) ^0.15.3 -> ^0.15.4 age adoption passing confidence
@astrojs/check (source) ^0.8.3 -> ^0.9.2 age adoption passing confidence
@astrojs/solid-js (source) ^4.4.0 -> ^4.4.1 age adoption passing confidence
@babel/core (source) ^7.24.9 -> ^7.25.2 age adoption passing confidence
@cspell/eslint-plugin (source) ^8.12.1 -> ^8.13.2 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.6.0 -> ^1.10.0 age adoption passing confidence
@microsoft/api-extractor (source) ^7.47.4 -> ^7.47.5 age adoption passing confidence
@mui/material (source) ^5.16.5 -> ^5.16.7 age adoption passing confidence
@mui/styles (source) ^5.16.5 -> ^5.16.7 age adoption passing confidence
@sveltejs/adapter-auto (source) ^3.2.2 -> ^3.2.3 age adoption passing confidence
@sveltejs/kit (source) ^2.5.18 -> ^2.5.21 age adoption passing confidence
@sveltejs/package (source) ^2.3.2 -> ^2.3.3 age adoption passing confidence
@tanstack/config (source) ^0.11.1 -> ^0.11.2 age adoption passing confidence
@tanstack/match-sorter-utils (source) ^8.15.1 -> ^8.19.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.0.0-alpha.30 -> 8.0.1 age adoption passing confidence
@typescript-eslint/utils (source) 8.0.0-alpha.30 -> 8.0.1 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.1 -> ^5.1.2 age adoption passing confidence
@vitest/coverage-istanbul (source) ^2.0.4 -> ^2.0.5 age adoption passing confidence
astro (source) ^4.12.2 -> ^4.13.3 age adoption passing confidence
autoprefixer ^10.4.19 -> ^10.4.20 age adoption passing confidence
eslint-plugin-jsdoc ^48.8.3 -> ^48.11.0 age adoption passing confidence
expo (source) ^51.0.22 -> ^51.0.26 age adoption passing confidence
knip (source) ^5.27.0 -> ^5.27.2 age adoption passing confidence
msw (source) ^2.3.4 -> ^2.3.5 age adoption passing confidence
nx (source) ^19.5.3 -> ^19.5.7 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.0 age adoption passing confidence
postcss (source) ^8.4.40 -> ^8.4.41 age adoption passing confidence
react-native (source, changelog) ^0.74.3 -> ^0.74.5 age adoption passing confidence
react-native-gesture-handler ^2.17.1 -> ^2.18.1 age adoption passing confidence
react-native-reanimated (source) ^3.14.0 -> ^3.15.0 age adoption passing confidence
react-native-screens ^3.32.0 -> ^3.34.0 age adoption passing confidence
react-router (source) ^6.25.1 -> ^6.26.0 age adoption passing confidence
react-router-dom (source) ^6.25.1 -> ^6.26.0 age adoption passing confidence
rimraf ^5.0.9 -> ^5.0.10 age adoption passing confidence
sherif ^0.10.0 -> ^0.11.0 age adoption passing confidence
solid-js (source) ^1.8.19 -> ^1.8.20 age adoption passing confidence
svelte-check ^3.8.4 -> ^3.8.5 age adoption passing confidence
tailwindcss (source) ^3.4.7 -> ^3.4.9 age adoption passing confidence
vite (source) ^5.3.5 -> ^5.4.0 age adoption passing confidence
vitest (source) ^2.0.4 -> ^2.0.5 age adoption passing confidence
zone.js (source, changelog) ^0.14.8 -> ^0.14.10 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.7.1

Compare Source

Bug Fixes
  • platform: more normalization fixes (#​1259) (3c909a8)
  • platform: normalize root for finding page routes on Windows (#​1255) (1e7ff22)
  • router: support additional dir paths windows (#​1260) (dd0696e)
  • vite-plugin-angular: include analog page files in additional compilation includes (#​1264) (bde2104)
  • vitest-angular: add vitest@2 to peerDependencies (#​1252) (4964be5)

v1.7.0

Compare Source

Bug Fixes
  • create-analog: add proper component naming (#​1237) (24518fc)
  • platform: add workaround for redefined global in zone.js 0.14.5+ (#​1245) (9ff8a4d)
  • platform: adjust transform filters for routes (#​1231) (8b488ff)
  • router: correctly discover page endpoints from additional sources (#​1238) (ef2cc86)
  • update peer dependencies for router and vitest-angular packages (#​1242) (5fa4205)
  • vite-plugin-angular: add additionalContentDirs to analog globs (#​1246) (b0abaa2)
  • vite-plugin-angular: use Vite preprocessCSS function for JIT CSS transform (#​1243) (f84bbf0)
Features
  • add support for configuring additional page/content route sources (#​1228) (869cfb5)
  • platform: add support for auto-discovery of SSR and optimization dependencies (#​1226) (40d03e6)
  • router: provide server context awareness to routing and HttpClient requests (#​1223) (b1cdd08)
arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.15.4

Compare Source

Patch Changes
  • 5566c1b: Upgrading marked-terminal to version 7.1.0
withastro/language-tools (@​astrojs/check)

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags
Patch Changes
withastro/astro (@​astrojs/solid-js)

v4.4.1

Compare Source

Patch Changes
  • #​11624 7adb350 Thanks @​bluwy! - Prevents throwing errors when checking if a component is a Solid component in runtime
streetsidesoftware/cspell (@​cspell/eslint-plugin)

v8.13.2

Compare Source

v8.13.1

Compare Source

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.10.0

Compare Source

✨ New
  • Add disable-type-checked and disable-type-checked-legacy presets to disable all type-checked rules.
🪄 Improvements
  • Rename off-dom and off-dom-legacy presets to disable-dom and disable-dom-legacy (the old names will still be available until the next major update to avoid breaking changes).

v1.9.1

Compare Source

🐞 Fixes
  • Fixed dom/no-missing-iframe-sandbox false positive when the sandbox attribute is set to sandbox="".
  • Fixed all and all-legacy presets not including hooks-extra rules.

v1.9.0

Compare Source

✨ New
  • Add core preset that includes the most essential rules.
🪄 Improvements
  • Upgrade @typescript-eslint's packages to 8.0.1.

v1.8.2

Compare Source

🐞 Fixes
  • Fixed legacy presets not being exported correctly in @eslint-react/eslint-plugin.

v1.8.1

Compare Source

🪄 Improvements
  • Enhance rule hooks-extra/no-direct-set-state-in-use-effect and hooks-extra/no-direct-set-state-in-use-layout-effect to support set function directly passed to useCallback and useMemo without explicitly calling it.
  • Improve website and documentation.

v1.8.0

Compare Source

🐞 Fixes
  • Fixed ESLintReactSettings type not being exported correctly.
  • Fixed the set function calls that are wrapped in a useMemo or useCallback like hook not being detected by hooks-extra/no-direct-set-state-in-use-effect and hooks-extra/no-direct-set-state-in-use-layout-effect.
🪄 Improvements
  • Upgrade @typescript-eslint's packages to 8.0.0.
  • Improve website and documentation.
microsoft/rushstack (@​microsoft/api-extractor)

v7.47.5

Compare Source

Fri, 02 Aug 2024 17:26:42 GMT

Version update only

mui/material-ui (@​mui/material)

v5.16.7

Compare Source

mui/material-ui (@​mui/styles)

v5.16.7

Compare Source

Aug 9, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​oliviertassinari, @​zanivan

sveltejs/kit (@​sveltejs/adapter-auto)

v3.2.3

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.5.21

Compare Source

Patch Changes

v2.5.20

Compare Source

Patch Changes
  • fix: set revalidate cache header on 404'd static assets (#​12530)

v2.5.19

Compare Source

Patch Changes
  • fix: Svelte 5 - ignore binding_non_reactive warning in generated root component (you also need to update to [email protected]) (#​12524)
sveltejs/kit (@​sveltejs/package)

v2.3.3

Compare Source

Patch Changes
TanStack/config (@​tanstack/config)

v0.11.2

Compare Source

Version 0.11.2 - 8/8/24, 6:14 AM (Manual Release)

Changes

Chore
  • deps: update dependency vite-tsconfig-paths to v5 (#​144) (e405ae3) by renovate[bot]
  • deps: update dependency vite-plugin-dts to v4 (#​143) (cf7b3aa) by renovate[bot]
  • deps: update all non-major dependencies (#​142) (4b5c71b) by renovate[bot]
  • deps: lock file maintenance (#​141) (6ddc38b) by renovate[bot]
  • deps: lock file maintenance (#​140) (1ce18c1) by renovate[bot]
  • deps: update all non-major dependencies (068f14d) by renovate[bot]
Ci
  • renovate: remove automergeBranch (2cb428d) by Lachlan Collins
  • renovate: update renovate config (96b836b) by Lachlan Collins

Packages

TanStack/table (@​tanstack/match-sorter-utils)

v8.19.4

Compare Source

Version 8.19.4 - 8/3/24, 8:50 PM

Changes

Fix
  • getFacetedMinMaxValues default implementation sometimes returning array of arrays (#​5676) (9d54b2e) by Vincent Rubinetti
Chore
Ci
Docs

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester)

v8.0.1

Compare Source

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

You can read about our versioning strategy and [releas


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.

renovate[bot] avatar Aug 12 '24 00:08 renovate[bot]

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 6edb4c42e9a0303bba96cd3555a436c09ee5c309. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build --parallel=3
✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Aug 12 '24 00:08 nx-cloud[bot]

commit: 6edb4c4

@tanstack/angular-query-devtools-experimental

pnpm add https://pkg.pr.new/@tanstack/angular-query-devtools-experimental@7885
@tanstack/angular-query-experimental

pnpm add https://pkg.pr.new/@tanstack/angular-query-experimental@7885
@tanstack/eslint-plugin-query

pnpm add https://pkg.pr.new/@tanstack/eslint-plugin-query@7885
@tanstack/query-async-storage-persister

pnpm add https://pkg.pr.new/@tanstack/query-async-storage-persister@7885
@tanstack/query-broadcast-client-experimental

pnpm add https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@7885
@tanstack/query-core

pnpm add https://pkg.pr.new/@tanstack/query-core@7885
@tanstack/query-devtools

pnpm add https://pkg.pr.new/@tanstack/query-devtools@7885
@tanstack/query-persist-client-core

pnpm add https://pkg.pr.new/@tanstack/query-persist-client-core@7885
@tanstack/query-sync-storage-persister

pnpm add https://pkg.pr.new/@tanstack/query-sync-storage-persister@7885
@tanstack/react-query

pnpm add https://pkg.pr.new/@tanstack/react-query@7885
@tanstack/react-query-devtools

pnpm add https://pkg.pr.new/@tanstack/react-query-devtools@7885
@tanstack/react-query-next-experimental

pnpm add https://pkg.pr.new/@tanstack/react-query-next-experimental@7885
@tanstack/react-query-persist-client

pnpm add https://pkg.pr.new/@tanstack/react-query-persist-client@7885
@tanstack/solid-query

pnpm add https://pkg.pr.new/@tanstack/solid-query@7885
@tanstack/solid-query-devtools

pnpm add https://pkg.pr.new/@tanstack/solid-query-devtools@7885
@tanstack/solid-query-persist-client

pnpm add https://pkg.pr.new/@tanstack/solid-query-persist-client@7885
@tanstack/svelte-query

pnpm add https://pkg.pr.new/@tanstack/svelte-query@7885
@tanstack/svelte-query-devtools

pnpm add https://pkg.pr.new/@tanstack/svelte-query-devtools@7885
@tanstack/svelte-query-persist-client

pnpm add https://pkg.pr.new/@tanstack/svelte-query-persist-client@7885
@tanstack/vue-query

pnpm add https://pkg.pr.new/@tanstack/vue-query@7885
@tanstack/vue-query-devtools

pnpm add https://pkg.pr.new/@tanstack/vue-query-devtools@7885

Open in Stackblitz

More templates

pkg-pr-new[bot] avatar Aug 12 '24 00:08 pkg-pr-new[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Aug 12 '24 07:08 renovate[bot]