Conversation
…RDataTeam#198) * add isOptionalBlankNode to fieldUtils * use isOptionalBlankNode in FormRenderer.isList this is ugly, but is the least invasive way to do it we could rename isList to something more fitting * do not add default fields in case of optional blank node * simplify condition for createDefaultValueArray by using isOptionalBlankNode
…ditor (FAIRDataTeam#209) * rename `isOptionalBlankNode` to `isOptionalNode` * check for `sh:NodeShape` instead of `dash:BlankNodeEditor` in `isOptionalNode`
kburger
left a comment
There was a problem hiding this comment.
- The font in the rdf preview when creating new metadata is not a monospaced font.
- The issued/modified date(time)picker is not showing the the stylized widget, date selection does work.
- when creating a dataset and setting a theme to
http://example.com, the viewer does not show the url in the list. in advanced search, the sparql query is not syntax-highlighted(not the case in the vue2 version either)
|
Thanks for the PR, but
So many changes in a single commit, out of the blue. I'm not sure how we're supposed to review this... UPDATE: It turns out the bulk of the changed lines is due to package-lock.json: To put things in perspective: the total project is approx. 14110 lines in 171 files |
first and last modified. Theme I see in the list. datepicker was first bootstrap. now I think VueJs one |
There was a problem hiding this comment.
I prioritized maintaining the original logic and structure. I intentionally ignored "nice-to-have" refactors or stylistic changes that weren't strictly required for Vue3 migrtation. This minimizes the risk of introducing behavioral regressions during the upgrade.
Add initial configuration for Dependabot updates.
Upgrade to vue js3
Update test
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 4.55.2 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.55.2...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](immutable-js/immutable-js@v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: immutable dependency-version: 5.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…le-5.1.5 Bump immutable from 5.1.4 to 5.1.5
…ch-3.1.5 Bump minimatch from 3.1.2 to 3.1.5
Removes [serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no longer used after updating ancestor dependency [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin). These dependencies need to be updated together. Removes `serialize-javascript` Updates `terser-webpack-plugin` from 5.3.16 to 5.4.0 - [Release notes](https://github.com/webpack/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/terser-webpack-plugin@v5.3.16...v5.4.0) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: dependency-type: indirect - dependency-name: terser-webpack-plugin dependency-version: 5.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…4.59.0 Bump rollup from 4.55.2 to 4.59.0
…d13b2d87f Bump serialize-javascript and terser-webpack-plugin
….13.5 Bump axios from 1.13.2 to 1.13.5
chore: update changelog for v1.0.0


Main reason
Security vulnerability fixes with modernization: upgrade to latest Vue.js, enable strict TypeScript, and update styling approach.
What changed
Notes