Skip to content

Commit 65bda71

Browse files
committed
Merge branch 'main' into feat/table-sortable-field
2 parents 1654c84 + 03dd93d commit 65bda71

File tree

2,905 files changed

+46621
-43708
lines changed

Some content is hidden

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

2,905 files changed

+46621
-43708
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: yarn coverage
5959

6060
- name: Upload to Codecov
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
if: matrix.node-version == env.NODE_VERSION
6363
with:
6464
fail_ci_if_error: false

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
pull-requests: write
1111

1212
env:
13-
NODE_VERSION: 18
13+
NODE_VERSION: 20
1414

1515
jobs:
1616
sync:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

.yarn/releases/yarn-4.5.0.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 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,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.5.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##############################
22
## Building
33
##############################
4-
FROM node:20-alpine as builder
4+
FROM node:22-alpine as builder
55

66
# RUN apk update && apk upgrade
77

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/design-system",
3-
"version": "1.0.0-rc.11",
4-
"packageManager": "[email protected].0",
3+
"version": "1.0.0",
4+
"packageManager": "[email protected].3",
55
"private": true,
66
"type": "module",
77
"scripts": {
@@ -35,7 +35,7 @@
3535
"@privyid/tailwind-preset": "workspace:^",
3636
"@rollup/plugin-inject": "5.0.5",
3737
"@rushstack/eslint-patch": "1.10.4",
38-
"@testing-library/jest-dom": "6.5.0",
38+
"@testing-library/jest-dom": "6.6.3",
3939
"@testing-library/vue": "8.1.0",
4040
"@types/html-escaper": "3.0.2",
4141
"@types/lodash-es": "4.17.12",
@@ -64,23 +64,23 @@
6464
"eslint-plugin-varspacing": "1.2.2",
6565
"eslint-plugin-vue": "9.23.0",
6666
"happy-dom": "8.9.0",
67-
"husky": "9.1.6",
67+
"husky": "9.1.7",
6868
"jest-extended": "4.0.2",
6969
"lint-staged": "15.2.10",
7070
"nanodelay": "2.0.2",
71-
"postcss": "8.4.47",
71+
"postcss": "8.4.49",
7272
"postcss-import": "16.1.0",
73-
"postcss-nested": "6.2.0",
73+
"postcss-nested": "7.0.2",
7474
"sharp": "0.33.5",
7575
"svgo": "3.3.2",
76-
"tailwindcss": "3.4.11",
77-
"typescript": "5.6.2",
76+
"tailwindcss": "3.4.15",
77+
"typescript": "5.6.3",
7878
"ufo": "1.5.4",
7979
"unenv": "1.10.0",
8080
"vite-plugin-image-optimizer": "1.1.8",
8181
"vitepress": "1.3.4",
8282
"vitest": "0.24.5",
83-
"vue-tsc": "2.1.6"
83+
"vue-tsc": "2.1.10"
8484
},
8585
"dependencies": {
8686
"@floating-ui/dom": "^1.0.4",
@@ -107,19 +107,19 @@
107107
"@tiptap/starter-kit": "2.6.6",
108108
"@tiptap/vue-3": "2.6.6",
109109
"@vueuse/core": "11.0.3",
110-
"@vueuse/math": "11.0.3",
110+
"@vueuse/math": "11.1.0",
111111
"@zxing/browser": "0.1.5",
112112
"@zxing/library": "0.21.3",
113-
"chart.js": "4.4.4",
114-
"date-fns": "3.6.0",
113+
"chart.js": "4.4.6",
114+
"date-fns": "4.1.0",
115115
"defu": "6.1.4",
116116
"fast-equals": "^5.0.0",
117117
"fuse.js": "7.0.0",
118118
"html-escaper": "^3.0.3",
119119
"immutable": "^5.0.0-beta.5",
120120
"interactjs": "1.10.27",
121121
"lodash-es": "4.17.21",
122-
"marked": "^14.0.0",
122+
"marked": "^15.0.0",
123123
"nanodelay": "2.0.2",
124124
"pdfjs-dist": "^4.0.0",
125125
"postcss-hexrgba": "^2.1.0",
@@ -132,7 +132,7 @@
132132
"vue-collapsed": "^1.2.5",
133133
"vue-content-loader": "^2.0.1",
134134
"vue-demi": "0.14.10",
135-
"vue-router": "4.4.5",
135+
"vue-router": "4.5.0",
136136
"vuedraggable": "next",
137137
"webfontloader": "1.6.28",
138138
"zxcvbn": "^4.4.2"

packages/browserslist-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@privyid/browserslist-config",
33
"description": "Browserslist shareable config for Persona project",
4-
"version": "1.0.0-rc.11",
5-
"packageManager": "[email protected].0",
4+
"version": "1.0.0",
5+
"packageManager": "[email protected].3",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",

packages/eslint-config-persona/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@privyid/eslint-config-persona",
33
"description": "Eslint shareable config for Persona project",
4-
"version": "1.0.0-rc.11",
5-
"packageManager": "[email protected].0",
4+
"version": "1.0.0",
5+
"packageManager": "[email protected].3",
66
"license": "MIT",
77
"repository": {
88
"url": "https://github.com/privy-open-source/design-system.git",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-unicorn": "54.0.0",
3232
"eslint-plugin-varspacing": "1.2.2",
3333
"eslint-plugin-vue": "9.23.0",
34-
"typescript": "5.6.2"
34+
"typescript": "5.6.3"
3535
},
3636
"keywords": [
3737
"eslint",

0 commit comments

Comments
 (0)