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,054 changes: 570 additions & 484 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 removed .yarn/cache/d3-npm-7.4.4-8749fbfbc7-7ac001138e.zip
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 removed .yarn/cache/lmdb-npm-2.2.4-baf0163ece-df75e8ae26.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/nan-npm-2.15.0-505c98ef4d-33e1bb4dfc.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 10 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ nodeLinker: pnp
packageExtensions:
"@parcel/optimizer-image@*":
dependencies:
"@parcel/core": "*"
"@parcel/transformer-image@*":
"@parcel/core": "2.6.2"
"@parcel/fs@*":
dependencies:
"@parcel/core": "*"
"@parcel/transformer-js@*":
"@parcel/core": "2.6.2"
"@parcel/workers@*":
dependencies:
"@parcel/core": "*"
"@parcel/types@*":
"@parcel/core": "2.6.2"
"@parcel/cache@*":
dependencies:
"@parcel/core": "*"
"@parcel/core": "2.6.2"
"@parcel/package-manager@*":
dependencies:
"@parcel/core": "2.6.2"
"select2-bootstrap-5-theme@*":
dependencies:
"@popperjs/core": "*"
Expand Down
6 changes: 3 additions & 3 deletions ietf/static/js/agenda_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,13 @@ window.agenda_filter_for_testing; // methods to be accessed for automated testin
}

// Make private functions available for unit testing
agenda_filter_for_testing = {
window.agenda_filter_for_testing = {
parse_query_params: parse_query_params,
toggle_list_item: toggle_list_item
};

// Make public interface methods accessible
agenda_filter = {
window.agenda_filter = {
enable: enable,
filtering_is_enabled: filtering_is_enabled,
get_filter_params: get_filter_params,
Expand All @@ -304,4 +304,4 @@ window.agenda_filter_for_testing; // methods to be accessed for automated testin
rows_matching_filter_keyword: rows_matching_filter_keyword,
set_update_callback: function (cb) { opts.updateCallback = cb }
};
})();
})();
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"@fullcalendar/daygrid": "5.11.0",
"@popperjs/core": "2.11.5",
"bootstrap": "5.1.3",
"bootstrap-icons": "1.8.2",
"caniuse-lite": "1.0.30001342",
"d3": "7.4.4",
"highcharts": "10.1.0",
"bootstrap-icons": "1.8.3",
"caniuse-lite": "1.0.30001363",
"d3": "7.6.1",
"highcharts": "10.2.0",
"jquery": "3.6.0",
"jquery-ui-dist": "1.13.1",
"js-cookie": "3.0.1",
"list.js": "2.3.1",
"lodash": "4.17.21",
"moment": "2.29.3",
"moment": "2.29.4",
"moment-timezone": "0.5.34",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"sortablejs": "1.15.0",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@parcel/transformer-sass": "2.5.0",
"@parcel/transformer-sass": "2.6.2",
"browserlist": "latest",
"cypress": "9.7.0",
"cypress-real-events": "1.7.0",
"eslint": "8.16.0",
"html-validate": "7.1.1",
"cypress-real-events": "1.7.1",
"eslint": "8.19.0",
"html-validate": "7.1.2",
"jquery-migrate": "3.4.0",
"parcel": "2.5.0"
"parcel": "2.6.2"
},
"targets": {
"ietf": {
Expand Down
Loading