Skip to content

Commit

Permalink
V3.3.1 (#12)
Browse files Browse the repository at this point in the history
* Rev dependencies. This addresses the security vulnerabilities reported in package ip

* leverage new heading sidebar config in the vuepress default theme

* update release notes
  • Loading branch information
nruffing authored Mar 9, 2024
1 parent f8e848c commit dd44c45
Show file tree
Hide file tree
Showing 56 changed files with 2,925 additions and 2,306 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ Customizable native Vue3 data grid with very limited dependencies. Leverages a f

## Release Notes

### v3.3.1
- Rev development dependencies. This addresses the security vulnerabilities reported in package [`ip`](https://github.com/nruffing/data-grid-vue/security/dependabot/12).
- Update [`dragon-drop-vue`](http://dragondropvue.com) dependency to v2.1.1.
- Update [`native-event-vue`](http://nativeeventvue.com) dependency to v1.4.1.
- Resolve breaking changes in vuepress v2 RC.
- Leverage new heading sidebar option in vuepress's default theme.

### v3.3.0
- Add `date` and `dateTime` filtering support to `ClientSideDataService`.
- Improved `date` and `dateTime` support for sorting and filtering in `ClientSideDataService` ensuring all computations are done on UTC dates and falsey values are converted to the JS minimum date of `1970-01-01 00:00:00.000+00:00`.
Expand Down
14 changes: 7 additions & 7 deletions dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"node": ">=18"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@babel/types": "^7.24.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"tslib": "^2.6.2",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
"typescript": "5.3.3",
"vite": "^5.1.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
},
"dependencies": {
"data-grid-vue": "workspace:*"
Expand Down
62 changes: 32 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "data-grid-vue",
"version": "3.3.0",
"version": "3.3.1",
"type": "module",
"private": false,
"description": "Customizable native Vue3 data grid with very limited dependencies. Leverages a flat html structure and CSS grid to allow full layout control.",
"description": "Customizable native Vue3 data grid with only a few first-party dependencies. Leverages a flat html structure and CSS grid to allow full layout control.",
"license": "MIT",
"author": {
"name": "Nicholas Ruffing",
Expand Down Expand Up @@ -79,54 +79,56 @@
"vue": ">=3.3.0"
},
"devDependencies": {
"@axe-core/cli": "^4.8.3",
"@axe-core/cli": "^4.8.5",
"@azure/communication-email": "^1.0.0",
"@azure/identity": "^4.0.0",
"@azure/keyvault-secrets": "^4.7.0",
"@babel/types": "^7.23.6",
"@azure/identity": "^4.0.1",
"@azure/keyvault-secrets": "^4.8.0",
"@babel/types": "^7.24.0",
"@tsconfig/node18": "^18.2.2",
"@types/adm-zip": "^0.5.5",
"@types/debounce": "^1.2.4",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/browser": "^1.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/browser": "^1.3.1",
"@vue/tsconfig": "^0.5.1",
"@vuepress/utils": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.8",
"adm-zip": "^0.5.10",
"ansicolor": "^2.0.1",
"cspell": "^8.3.2",
"dotenv": "^16.3.2",
"googleapis": "^131.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"ansicolor": "^2.0.3",
"cspell": "^8.6.0",
"dotenv": "^16.4.5",
"googleapis": "^133.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"markdown-include": "^0.4.3",
"npm-check-updates": "^16.14.12",
"prettier": "^3.2.4",
"npm-check-updates": "^16.14.15",
"prettier": "^3.2.5",
"rollup-plugin-delete": "^2.0.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "4.0.0-next.43",
"typedoc-plugin-mdn-links": "^3.1.12",
"typedoc": "0.25.7",
"typedoc-plugin-markdown": "4.0.0-next.53",
"typedoc-plugin-mdn-links": "^3.1.17",
"typedoc-plugin-vue": "^1.1.0",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27",
"webdriverio": "^8.28.8"
"typescript": "5.3.3",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6",
"webdriverio": "^8.33.1"
},
"dependencies": {
"dragon-drop-vue": "^2.1.0",
"native-event-vue": "^1.4.0"
"dragon-drop-vue": "^2.1.1",
"native-event-vue": "^1.4.1"
},
"lint-staged": {
"*.{ts,json,vue,css}": "prettier --write"
},
"pnpm": {
"overrides": {
"glob-parent@<5.1.2": ">=5.1.2",
"follow-redirects@<1.15.4": ">=1.15.4"
"follow-redirects@<1.15.4": ">=1.15.4",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1"
}
}
}
Loading

0 comments on commit dd44c45

Please sign in to comment.