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

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.7.3 -> ^1.8.0 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.13.1 -> ^1.14.1 age adoption passing confidence
@remix-run/node (source) ^2.11.2 -> ^2.12.0 age adoption passing confidence
@tanstack/react-query (source) ^5.55.4 -> ^5.56.2 age adoption passing confidence
@tanstack/react-router (source) ^1.56.5 -> ^1.57.15 age adoption passing confidence
@tanstack/start (source) ^1.56.5 -> ^1.57.15 age adoption passing confidence
@vitest/coverage-istanbul (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
knip (source) ^5.30.0 -> ^5.30.2 age adoption passing confidence
nx (source) ^19.6.5 -> ^19.7.3 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
postcss (source) 8.4.45 -> 8.4.47 age adoption passing confidence
valibot (source) ^0.41.0 -> ^0.42.0 age adoption passing confidence
vinxi (source) ^0.4.2 -> ^0.4.3 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.5 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence

Release Notes

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

v1.8.0

Compare Source

Bug Fixes
  • nx-plugin: typo that causes Nx graph to crash (#​1330) (102cf83)
  • router: add responseType in requestContextInterceptor for HttpClient (#​1326) (88c077f)
  • vite-plugin-angular: add detection for storybook target in Nx workspace (f9014d4)
  • vite-plugin-angular: correctly capture diagnostics from errors and warnings (#​1325) (5086d95)
  • vite-plugin-angular: fix optimization bug with bundles w/o side effects (#​1332) (df48c49)
  • vite-plugin-angular: mark @​angular/compiler with sideEffects during jit build (#​1337) (4912562)
  • vite-plugin-angular: remove deprecated parameter from marked (#​1327) (fe2ba78)
  • vite-plugin-nitro: prevent handling further middleware on return (#​1313) (f8ee855)
  • vitest-angular: pass custom config file path to runner (#​1334) (a1661e3)
Features
  • content: add og sub-package for generating Open Graph images (#​1316) (1df068d)
  • vite-plugin-angular: add internal plugin to detect Storybook environment (#​1314) (4045922)
  • vite-plugin-angular: add support for .ag extension (#​1307) (4754793)
  • vite-plugin-angular: include frontmatter in markdown transform content (#​1323) (283950d)
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.14.1

Compare Source

🐞 Fixes
  • Fixed false positives in rule web-api/no-leaked-resize-observer.

v1.14.0

Compare Source

🐞 Fixes
  • Fixed mono plugins missing default export.
  • Fixed component name detection when the component name starts with a underscore.
🪄 Improvements
  • Update @typescript-eslint's packages to ^8.5.0.
remix-run/remix (@​remix-run/node)

v2.12.0

Compare Source

Patch Changes
  • Single Fetch: Improved typesafety (#​9893)

    If you were already using previously released unstable single-fetch types:

    • Remove "@​remix-run/react/future/single-fetch.d.ts" override from tsconfig.json > compilerOptions > types
    • Remove defineLoader, defineAction, defineClientLoader, defineClientAction helpers from your route modules
    • Replace UIMatch_SingleFetch type helper with UIMatch
    • Replace MetaArgs_SingleFetch type helper with MetaArgs

    Then you are ready for the new typesafety setup:

    // vite.config.ts
    
    declare module "@​remix-run/server-runtime" {
      interface Future {
        unstable_singleFetch: true; // 👈 enable _types_ for single-fetch
      }
    }
    
    export default defineConfig({
      plugins: [
        remix({
          future: {
            unstable_singleFetch: true, // 👈 enable single-fetch
          },
        }),
      ],
    });

    For more information, see Guides > Single Fetch in our docs.

  • Updated dependencies:

    • @remix-run/server-runtime@2.12.0
TanStack/query (@​tanstack/react-query)

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes
Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister
Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes
Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister
Packages

v5.56.0

Compare Source

Version 5.56.0 - 9/12/24, 9:56 AM

Changes
Feat
  • core: ensureInfiniteQueryData (#​8048) (edec4a6) by Dominik Dorfmeister
Docs
Packages
TanStack/router (@​tanstack/react-router)

v1.57.15

Compare Source

Version 1.57.15 - 9/15/24, 1:27 AM

Changes
Fix
  • router-generator: do not allow "_" as a routeFileIgnorePrefix (#​2339) (7783678) by Sean Cassiere
Docs
  • start: correctly import the redirect fn (#​2338) (02f4e9a) by Sean Cassiere
Packages

v1.57.14

Compare Source

Version 1.57.14 - 9/14/24, 10:04 PM

Changes
Fix
  • start: do not resolve paths again (bca9137) by Manuel Schiller
Chore
  • fix jsdoc (1519f29) by Manuel Schiller
  • deps: update all non-major dependencies (#​2217) (943547c) by renovate[bot]
Docs
  • router: fix typo in the overview guide (#​2329) (8fde2ef) by Naresh Khatri
Examples
  • do not throw if env var is missing as this will cause a build failure (fc987c4) by Manuel Schiller
Packages

v1.57.13

Compare Source

Version 1.57.13 - 9/12/24, 11:16 PM

Changes
Fix
  • router-generator: only write files if they would be different after formatting (#​2327) (616946f) by Manuel Schiller
Chore
Packages

v1.57.12

Compare Source

Version 1.57.12 - 9/12/24, 10:04 PM

Changes
Fix
  • react-router: ignore blockers for redirects (#​2325) (cef3604) by Manuel Schiller
Packages

v1.57.10

Compare Source

Version 1.57.10 - 9/11/24, 11:23 PM

Changes
Perf
  • react-router: reduce instantitions for relative routing after language service performance (#​2319) (430742a) by Christopher Horobin
Packages

v1.57.9

Compare Source

Version 1.57.9 - 9/10/24, 5:33 PM

Changes

Fix
  • router-generator: correctly generate route tree if only rootRoute exists (#​2314) (04a6124) by Manuel Schiller

Packages

v1.57.8

Compare Source

Version 1.57.8 - 9/10/24, 12:55 PM

Changes
Fix
  • router-generator: rootRouteChildren is correctly generated when using disableTypes (#​2313) (f462448) by Sean Cassiere
Packages

v1.57.7

Compare Source

Version 1.57.7 - 9/10/24, 12:33 PM

Changes
Fix
  • router-generator: disableTypes option not being enforced (#​2312) (8e3509a) by Sean Cassiere
Packages

v1.57.6

Compare Source

Version 1.57.6 - 9/10/24, 5:44 AM

Changes
Fix
  • create-router: update the gitignore files and react versions (#​2307) (b23c547) by Sean Cassiere
Chore
  • support TS 5.6 and drop support for 5.0 (#​2299) (0890710) by Christopher Horobin
Packages
vitest-dev/vitest (@​vitest/coverage-istanbul)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

Potential Breaking Change
  • workspace:
    • Correctly resolve workspace globs and file paths  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/6316 (afdcb)
    • This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
    • For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. projects/**/* previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects.
    • This change doesn't affect non-glob usage.
   🚀 Features
   🐞 Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

nx-cloud bot commented Sep 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 0665a98. 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


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Sep 16, 2024

Open in Stackblitz

More templates

@tanstack/angular-form

pnpm add https://pkg.pr.new/@tanstack/angular-form@948

@tanstack/form-core

pnpm add https://pkg.pr.new/@tanstack/form-core@948

@tanstack/react-form

pnpm add https://pkg.pr.new/@tanstack/react-form@948

@tanstack/solid-form

pnpm add https://pkg.pr.new/@tanstack/solid-form@948

@tanstack/valibot-form-adapter

pnpm add https://pkg.pr.new/@tanstack/valibot-form-adapter@948

@tanstack/vue-form

pnpm add https://pkg.pr.new/@tanstack/vue-form@948

@tanstack/yup-form-adapter

pnpm add https://pkg.pr.new/@tanstack/yup-form-adapter@948

@tanstack/zod-form-adapter

pnpm add https://pkg.pr.new/@tanstack/zod-form-adapter@948

@tanstack/lit-form

pnpm add https://pkg.pr.new/@tanstack/lit-form@948

commit: 0665a98

@renovate renovate bot merged commit 22ece11 into main Sep 16, 2024
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 16, 2024 04:07
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.

0 participants