Skip to content
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
1,834 changes: 1,136 additions & 698 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions ietf/utils/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ def setup_test_environment(self, **kwargs):
# "void-style": "off",
# Both attributes without value and empty strings are equal and valid. (vite generates empty value attributes)
# "attribute-empty-style": "off"
# For fragments, don't check that elements are in the proper ancestor element
"element-required-ancestor": "off",
},
}

Expand All @@ -870,6 +872,8 @@ def setup_test_environment(self, **kwargs):
config["doc"]["extends"].append("html-validate:document")
# FIXME: we should find a way to use SRI, but ignore for now:
config["doc"]["rules"]["require-sri"] = "off"
# Turn "element-required-ancestor" back on
del config["doc"]["rules"]["element-required-ancestor"]
# permit discontinuous heading numbering in cards, modals and dialogs:
config["doc"]["rules"]["heading-level"] = [
"error",
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,70 +13,70 @@
"percy:legacy:run": "percy exec -- cypress run --config-file cypress/configs/legacy.config.js"
},
"dependencies": {
"@fullcalendar/bootstrap5": "5.11.0",
"@fullcalendar/core": "5.11.0",
"@fullcalendar/daygrid": "5.11.0",
"@fullcalendar/interaction": "5.11.0",
"@fullcalendar/list": "5.11.0",
"@fullcalendar/luxon2": "5.11.0",
"@fullcalendar/timegrid": "5.11.0",
"@fullcalendar/vue3": "5.11.1",
"@popperjs/core": "2.11.5",
"bootstrap": "5.2.0",
"@fullcalendar/bootstrap5": "5.11.3",
"@fullcalendar/core": "5.11.3",
"@fullcalendar/daygrid": "5.11.3",
"@fullcalendar/interaction": "5.11.3",
"@fullcalendar/list": "5.11.3",
"@fullcalendar/luxon2": "5.11.3",
"@fullcalendar/timegrid": "5.11.3",
"@fullcalendar/vue3": "5.11.2",
"@popperjs/core": "2.11.6",
"bootstrap": "5.2.1",
"bootstrap-icons": "1.9.1",
"browser-fs-access": "0.31.0",
"caniuse-lite": "1.0.30001368",
"caniuse-lite": "1.0.30001393",
"d3": "7.6.1",
"file-saver": "2.0.5",
"highcharts": "10.2.0",
"jquery": "3.6.0",
"jquery-ui-dist": "1.13.1",
"highcharts": "10.2.1",
"jquery": "3.6.1",
"jquery-ui-dist": "1.13.2",
"js-cookie": "3.0.1",
"list.js": "2.3.1",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"luxon": "3.0.1",
"luxon": "3.0.3",
"moment": "2.29.4",
"moment-timezone": "0.5.34",
"moment-timezone": "0.5.37",
"ms": "2.1.3",
"murmurhash-js": "1.0.0",
"naive-ui": "2.31.0",
"pinia": "2.0.16",
"naive-ui": "2.33.2",
"pinia": "2.0.22",
"pinia-plugin-persist": "1.0.0",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"send": "0.18.0",
"slugify": "1.6.5",
"sortablejs": "1.15.0",
"vue": "3.2.37",
"vue-router": "4.1.2",
"vue": "3.2.39",
"vue-router": "4.1.5",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@faker-js/faker": "7.5.0",
"@parcel/transformer-sass": "2.6.2",
"@percy/cli": "1.10.0",
"@parcel/transformer-sass": "2.7.0",
"@percy/cli": "1.10.2",
"@percy/cypress": "3.1.2",
"@vitejs/plugin-vue": "2.3.3",
"@vitejs/plugin-vue": "2.3.4",
"@vue/test-utils": "2.0.2",
"browserlist": "latest",
"c8": "7.12.0",
"cypress": "10.7.0",
"cypress-real-events": "1.7.1",
"eslint": "8.20.0",
"eslint": "8.23.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "9.2.0",
"html-validate": "7.1.2",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-vue": "9.4.0",
"html-validate": "7.3.3",
"jquery-migrate": "3.4.0",
"parcel": "2.6.2",
"parcel": "2.7.0",
"pug": "3.0.2",
"sass": "1.53.0",
"sass": "1.54.9",
"seedrandom": "3.0.5",
"vite": "2.9.14"
"vite": "2.9.15"
},
"targets": {
"ietf": {
Expand Down
Loading