Skip to content

Commit 05959e9

Browse files
committed
Merge branch 'master' into beta
2 parents 9e280bd + b08b7ea commit 05959e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4894
-1729
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@
3838
"groupName": "all non-major dependencies",
3939
"groupSlug": "all-minor-patch"
4040
},
41+
{
42+
"matchUpdateTypes": ["minor", "patch"],
43+
"matchPackageNames": [
44+
"vue",
45+
"vue-router",
46+
"vue-tsc",
47+
"@vue/test-utils",
48+
"@types/vue",
49+
"@vitejs/plugin-vue"
50+
],
51+
"matchPackagePatterns": ["^@vue/"],
52+
"groupName": "all non-major dependencies",
53+
"groupSlug": "all-minor-patch"
54+
},
4155
{
4256
"extends": ["monorepo:react"],
4357
"matchUpdateTypes": ["major", "minor", "patch"],

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: '22'
26+
node-version: '24'
2727
cache: 'yarn'
2828
- name: Install packages
2929
run: |

.github/workflows/bundle_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 2
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: '22'
31+
node-version: '24'
3232
cache: 'yarn'
3333
- name: Install packages
3434
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020
cache: 'yarn'
2121
- name: Install packages
2222
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24
Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ changesetIgnorePatterns:
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.11.0.cjs
88

99
logFilters:
1010
- code: YN0060 # Suppress peer dependency mismatch warnings

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The scalable way to build applications with [dynamic data](https://dataclient.io/docs/getting-started/mutations).
1010

1111
[Declarative resouce definitons](https://dataclient.io/docs/getting-started/resource) for [REST](https://dataclient.io/rest), [GraphQL](https://dataclient.io/graphql), [Websockets+SSE](https://dataclient.io/docs/concepts/managers#data-stream) and [more](https://dataclient.io/rest/api/Endpoint)
12-
<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in [React](https://react.dev/), [NextJS](https://nextjs.org/), [React Native](https://reactnative.dev/), [Expo](https://expo.dev/)
12+
<br/>[Performant rendering](https://dataclient.io/docs/getting-started/data-dependency) in [React](https://react.dev/), [NextJS](https://nextjs.org/), [React Native](https://reactnative.dev/), [Expo](https://expo.dev/), [Vue](https://vuejs.org/)
1313

1414
Schema driven. Zero updater functions.
1515

docs/core/shared/_installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ values={[
1313
{ label: 'NextJS', value: 'nextjs' },
1414
{ label: 'Expo', value: 'expo' },
1515
{ label: 'Anansi', value: 'anansi' },
16-
{ label: 'Vue 3', value: 'vue' },
16+
{ label: 'Vue', value: 'vue' },
1717
]}>
1818

1919
<TabItem value="web">
@@ -111,7 +111,7 @@ Anansi includes Reactive Data Client automatically.
111111
</TabItem>
112112
<TabItem value="vue">
113113

114-
[Vue 3](https://vuejs.org/) is an alternative to React.
114+
[Vue](https://vuejs.org/) is an alternative to React.
115115

116116
<PkgInstall pkgs="@data-client/vue @data-client/rest" />
117117

examples/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"react": "19.2.0"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "21.0.12",
29-
"@babel/core": "7.28.4",
28+
"@anansi/webpack-config": "21.1.0",
29+
"@babel/core": "7.28.5",
3030
"@babel/node": "7.28.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

0 commit comments

Comments
 (0)