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: update dependencies #1188

Merged
merged 3 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,752 changes: 2,684 additions & 4,068 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
"release": "npm run version && npm run changelog",
"version": "tsx .scripts/sync-version.ts && git add .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\""
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\"",
"update": "ncu -u --workspaces --root"
},
"devDependencies": {
"concurrently": "^9.0.1",
"concurrently": "^9.1.2",
"conventional-changelog": "^6.0.0",
"conventional-changelog-cli": "^5.0.0",
"replace-in-file": "^7.1.0",
"replace-in-file": "^8.3.0",
"npm-check-updates": "^17.1.14",
"tsx": "^4.19.2"
}
}
2 changes: 1 addition & 1 deletion packages/docs/components/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Combine it with the Field component to access all functionalities.
| iconRightVariant | Variant of right icon | string | - | |
| id | Same as native id. Also set the for label for o-field wrapper - default is an uuid. | string | - | <code style='white-space: nowrap; padding: 0;'>useId()</code> |
| maxlength | Same as native maxlength, plus character counter | number \| string | - | |
| modelModifiers | | Record&lt;string, true&gt; | - | <code style='white-space: nowrap; padding: 0;'></code> |
| modelModifiers | | Partial&lt;Record&lt;string, true&gt;&gt; | - | <code style='white-space: nowrap; padding: 0;'></code> |
| v-model | The input value state | number \| string | - | |
| number | Convert the ´modelValue`into type`number` | boolean | - | <code style='white-space: nowrap; padding: 0;'></code> |
| override | Override existing theme classes completely | boolean | - | |
Expand Down
28 changes: 13 additions & 15 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"docs:build": "npm run build",
"docs:gen": "tsx src/docgen.ts",
"docs:gen:watch": "tsx src/docgen.ts --watch",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"update": "ncu -u"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
Expand All @@ -25,27 +24,26 @@
"@oruga-ui/theme-bootstrap": "0.7.2",
"@oruga-ui/theme-bulma": "0.5.2",
"@oruga-ui/theme-oruga": "0.5.0",
"highlight.js": "11.11.0",
"highlight.js": "11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@types/node": "^22.13.2",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/tsconfig": "^0.7.0",
"concurrently": "9.1.0",
"eslint": "^9.17.0",
"concurrently": "9.1.2",
"eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0",
"npm-check-updates": "^17.1.11",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"prettier": "^3.5.1",
"sass": "^1.84.0",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"vitepress": "^1.5.0",
"typescript": "5.7.3",
"vitepress": "^1.6.3",
"vue": "^3.5.13",
"vue-component-meta": "^2.1.10",
"vue-component-meta": "^2.2.0",
"vue-docgen-cli": "4.79.0",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
14 changes: 6 additions & 8 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"scripts": {
"build": "rimraf dist && vite build",
"publish:examples": "cp ../../README.md . && npm run build && npm publish",
"publish:examples:pre": "cp ../../README.md . && npm run build && npm publish --tag pre",
"update": "ncu -u"
"publish:examples:pre": "cp ../../README.md . && npm run build && npm publish --tag pre"
},
"peerDependencies": {
"@oruga-ui/oruga-next": "0.9.3",
Expand All @@ -59,17 +58,16 @@
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@highlightjs/vue-plugin": "2.1.2",
"highlight.js": "11.11.0",
"highlight.js": "11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"npm-check-updates": "^17.1.11",
"sass": "^1.83.0",
"vite": "^6.0.4",
"vite-plugin-dts": "^4.4.0",
"sass": "^1.84.0",
"vite": "^6.0.9",
"vite-plugin-dts": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitepress": "^1.5.0"
"vitepress": "^1.6.3"
}
}
40 changes: 19 additions & 21 deletions packages/oruga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,46 +62,44 @@
"test:ts": "vue-tsc --noEmit --skipLibCheck --project tsconfig.app.json",
"lint": "eslint . --fix --quiet",
"publish:lib": "cp ../../README.md . && npm run build:lib && npm publish",
"publish:lib:pre": "cp ../../README.md . && npm run build:lib && npm publish --tag pre",
"update": "ncu -u"
"publish:lib:pre": "cp ../../README.md . && npm run build:lib && npm publish --tag pre"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"dependencies": {
"vue-component-type-helpers": "^2.1.10"
"vue-component-type-helpers": "^2.2.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@rollup/plugin-babel": "6.0.4",
"@tsconfig/node22": "^22.0.0",
"@types/jest-axe": "^3.5.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@types/node": "^22.13.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-istanbul": "^2.1.8",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vitest/coverage-istanbul": "^3.0.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.4.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"core-js": "3.39.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"core-js": "3.40.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jest-axe": "^9.0.0",
"jsdom": "^25.0.1",
"npm-check-updates": "^17.1.11",
"prettier": "^3.4.2",
"jsdom": "^26.0.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vite": "^6.0.4",
"vite-plugin-dts": "^4.4.0",
"typescript": "^5.7.3",
"vite": "^6.0.9",
"vite-plugin-dts": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.9",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"vue-component-meta": "^2.1.10",
"vue-tsc": "^2.1.10"
"vue-component-meta": "^2.2.0",
"vue-tsc": "^2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ describe("ODatepicker", () => {
enableAutoUnmount(afterEach);

beforeEach(() => {
vi.useFakeTimers();
vi.setSystemTime(new Date(2000, 0, 1));
// vi.useFakeTimers();
// vi.setSystemTime(new Date(2000, 0, 1));
});

afterEach(() => {
vi.useRealTimers();
});

test("render correctly", () => {
vi.useFakeTimers();
vi.setSystemTime(new Date(2000, 0, 1));
const wrapper = mount(ODatepicker, {
props: { modelValue: new Date(2000, 0, 1) },
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ describe("ODatetimepicker tests", () => {
enableAutoUnmount(afterEach);

beforeEach(() => {
vi.useFakeTimers();
vi.setSystemTime(new Date(2000, 0, 0));
// vi.useFakeTimers();
// vi.setSystemTime(new Date(2000, 0, 0));
});

afterEach(() => {
vi.useRealTimers();
});

test("render correctly", () => {
vi.useFakeTimers();
vi.setSystemTime(new Date(2000, 0, 0));
const wrapper = mount(ODatetimepicker, {
props: { modelValue: new Date(2000, 0, 1) },
});
Expand Down
Loading