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

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.2 -> ^7.25.8 age adoption passing confidence
@babel/preset-env (source) ^7.25.4 -> ^7.25.8 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@biomejs/biome (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
@tanstack/solid-query (source) ^5.56.2 -> ^5.59.13 age adoption passing confidence
babel-preset-solid (source) ^1.9.0 -> ^1.9.2 age adoption passing confidence
bumpp ^9.6.1 -> ^9.7.1 age adoption passing confidence
playwright (source) ^1.47.2 -> ^1.48.0 age adoption passing confidence
rollup (source) ^4.23.0 -> ^4.24.0 age adoption passing confidence
solid-js (source) ^1.9.1 -> ^1.9.2 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
vike ^0.4.197 -> ^0.4.199 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.9 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
TanStack/query (@​tanstack/solid-query)

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes
Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister
Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes
Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types
Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes
Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon
Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes
Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test
Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes

Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister

Packages

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes
Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other
Packages
solidjs/solid (babel-preset-solid)

v1.9.2

Compare Source

antfu/bumpp (bumpp)

v9.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.7.0

Compare Source

   🚀 Features
    View changes on GitHub
microsoft/playwright (playwright)

v1.48.0

Compare Source

rollup/rollup (rollup)

v4.24.0

Compare Source

2024-10-02

Features
  • Support preserving and transpiling JSX syntax (#​5668)
Pull Requests
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vikejs/vike (vike)

v0.4.199

Compare Source

Bug Fixes

v0.4.198

Compare Source

Bug Fixes
  • allow absolute URLs to be passed to navigate() and prefetch() (29ab56f)
  • assertUsage() import strings (vikejs/vike-solid#​127) (11810cf)
  • improve unknown config error message (c0b828b)
  • refactor pointer importer / externalization logic (828238d)
Features
vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.


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 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f04a341 to deeeba6 Compare October 13, 2024 13:08
@phonzammi
Copy link
Member

TanStack/query introduced changes feat: add support for React.use() which causes the CI to fail in /examples/solid-query:

FAIL  D:\a\vike-solid\vike-solid\examples\solid-query\.test-dev.test.ts
Test  FAIL  because error(s)/warning(s) occurred while running the test "DOM", see below. [TEST_FAIL]
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
vvvvvv ERROR & WARNING LOGS vvvvvv
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
[[13](https://github.com/vikejs/vike-solid/actions/runs/11314645361/job/31464871384?pr=130#step:8:14):10:07.934][\examples\solid-query][pnpm run dev][Browser Error] {
  "text": "experimental_prefetchInRender feature flag is not enabled",

We can easily resolve this by adding experimental_prefetchInRender: true to the /examples/solid-query/pages/+config.ts file :

import ...

export default {
  ...,
  queryClientConfig: {
    defaultOptions: {
      queries: {
        experimental_prefetchInRender: true,
      },
    },
  },
  extends: [vikeSolid, vikeSolidQuery],
} satisfies Config;

I haven't reported this to the TanStack/query repository yet to ask if these changes are intended to affect @tanstack/solid-query.

Wdyt @magne4000 ?

@magne4000
Copy link
Member

I say let's add experimental_prefetchInRender :)

…o breaking changes in `@tanstack/query-core`
Copy link
Contributor Author

renovate bot commented Oct 15, 2024

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.

@magne4000 magne4000 merged commit de359c4 into main Oct 15, 2024
5 checks passed
@magne4000 magne4000 deleted the renovate/all-minor-patch branch October 15, 2024 12:57
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.

2 participants