Matthew Holloway
db7d3074da
feat: Add session recordings ( #8218 )
...
* feat: add session recordings
* feat: add session recordings
* feat: deleting recordings
* feat: deleting recordings and initial form values
* feat: use meeting date rather than today for initial title field. Fix delete recording
* feat: confirm delete recordings modal. fix server utils delete recording
* fix: removing debug console.log
* feat: change button name from 'Ok' to 'Delete' for confirm deletion to be clearer
* feat: UTC time in string and delete modal text
* fix: django html validation tests
* fix: django html validation tests
* fix: django html validation tests
* refactor: Work with SessionPresentations
* fix: better ordering
* chore: drop rev, hide table when empty
* test: test delete_recordings method
* fix: debug delete_recordings
* test: test add_session_recordings view
* fix: better permissions handling
* fix: only delete recordings for selected session
* refactor: inline script -> js module
* chore: remove accidental import
*shakes fist at pycharm*
* fix: consistent timestamp format
plus slight rephrase
* style: Black
* chore: remove comment
* test: update test to match
* fix: reversible url pattern for materials
Tests were perturbed in a way that led to a test
getting an interim instead of an IETF meeting.
This exposed a bug reversing the URL for the
materials_document() view. This splits it into
two patterns that are equivalent to the original.
---------
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
2025-01-31 10:28:39 -06:00
Jennifer Richards
c848a5a00b
feat: async investigate_fragment task; celery results backend ( #8428 )
...
* feat: investigate docs asynchronously
* refactor: move script to its own js file
* fix: adjust polling interval/duration
* test: test new task
* fix: extra tag/fix whitespace
* style: restore whitespace (I hope)
* style: black/standard styling
* test: fix test of investigate view
* test: improve/delint tests
2025-01-17 09:16:15 -06:00
Jennifer Richards
8d7e8d6830
chore(deps): revert ical.js to 1.5.0 ( #7293 )
...
* chore(deps): revert ical.js to 1.5.0
@fullcalendar/icalendar needs < 2.0.0
* chore(deps): Add ical.js to yarn cache
2024-04-05 10:40:21 -05:00
dependabot[bot]
837bbeed09
chore(deps): bump the yarn group with 5 updates ( #7280 )
...
Bumps the yarn group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001599` | `1.0.30001603` |
| [ical.js](https://github.com/kewisch/ical.js ) | `1.5.0` | `2.0.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) | `9.23.0` | `9.24.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.16.0` | `8.18.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `4.5.2` | `4.5.3` |
Updates `caniuse-lite` from 1.0.30001599 to 1.0.30001603
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001599...1.0.30001603 )
Updates `ical.js` from 1.5.0 to 2.0.0
- [Release notes](https://github.com/kewisch/ical.js/releases )
- [Changelog](https://github.com/kewisch/ical.js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kewisch/ical.js/compare/v1.5.0...v2.0.0 )
Updates `eslint-plugin-vue` from 9.23.0 to 9.24.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.23.0...v9.24.0 )
Updates `html-validate` from 8.16.0 to 8.18.1
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.16.0...v8.18.1 )
Updates `vite` from 4.5.2 to 4.5.3
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: ical.js
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: yarn
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 17:57:40 -05:00
Nicolas Giard
c02ece3af2
fix: handle dynamic poll columns ( #7243 )
2024-03-22 12:38:28 -05:00
dependabot[bot]
2cc0646ee2
chore(deps): bump the yarn group with 5 updates ( #7229 )
...
Bumps the yarn group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001597` | `1.0.30001599` |
| [d3](https://github.com/d3/d3 ) | `7.8.5` | `7.9.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) | `9.22.0` | `9.23.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.15.0` | `8.16.0` |
| [sass](https://github.com/sass/dart-sass ) | `1.71.1` | `1.72.0` |
Updates `caniuse-lite` from 1.0.30001597 to 1.0.30001599
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001597...1.0.30001599 )
Updates `d3` from 7.8.5 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v7.8.5...v7.9.0 )
Updates `eslint-plugin-vue` from 9.22.0 to 9.23.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0 )
Updates `html-validate` from 8.15.0 to 8.16.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.15.0...v8.16.0 )
Updates `sass` from 1.71.1 to 1.72.0
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.71.1...1.72.0 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: d3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 15:09:06 -05:00
dependabot[bot]
8166601c23
chore(deps): bump the yarn group with 3 updates ( #7164 )
...
Bumps the yarn group with 3 updates: [caniuse-lite](https://github.com/browserslist/caniuse-lite ), [highcharts](https://github.com/highcharts/highcharts-dist ) and [html-validate](https://gitlab.com/html-validate/html-validate ).
Updates `caniuse-lite` from 1.0.30001593 to 1.0.30001597
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001593...1.0.30001597 )
Updates `highcharts` from 11.3.0 to 11.4.0
- [Commits](https://github.com/highcharts/highcharts-dist/compare/v11.3.0...v11.4.0 )
Updates `html-validate` from 8.12.0 to 8.15.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.12.0...v8.15.0 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: highcharts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 08:49:50 -05:00
dependabot[bot]
93fca0036a
chore(deps): bump the yarn group with 7 updates ( #7137 )
...
Bumps the yarn group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001589` | `1.0.30001593` |
| [vue](https://github.com/vuejs/core ) | `3.4.20` | `3.4.21` |
| [@parcel/optimizer-data-url](https://github.com/parcel-bundler/parcel ) | `2.11.0` | `2.12.0` |
| [@parcel/transformer-inline-string](https://github.com/parcel-bundler/parcel ) | `2.11.0` | `2.12.0` |
| [@parcel/transformer-sass](https://github.com/parcel-bundler/parcel ) | `2.11.0` | `2.12.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.11.1` | `8.12.0` |
| [parcel](https://github.com/parcel-bundler/parcel ) | `2.11.0` | `2.12.0` |
Updates `caniuse-lite` from 1.0.30001589 to 1.0.30001593
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001589...1.0.30001593 )
Updates `vue` from 3.4.20 to 3.4.21
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.20...v3.4.21 )
Updates `@parcel/optimizer-data-url` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0 )
Updates `@parcel/transformer-inline-string` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0 )
Updates `@parcel/transformer-sass` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0 )
Updates `html-validate` from 8.11.1 to 8.12.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.11.1...v8.12.0 )
Updates `parcel` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@parcel/optimizer-data-url"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: "@parcel/transformer-inline-string"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: "@parcel/transformer-sass"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: parcel
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 16:51:31 -06:00
dependabot[bot]
229fb89420
chore(deps): bump the yarn group with 18 updates ( #7103 )
...
Bumps the yarn group with 18 updates:
| Package | From | To |
| --- | --- | --- |
| [@fullcalendar/bootstrap5](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/bootstrap5 ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/core ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/daygrid ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/icalendar](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/icalendar ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/interaction ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/list](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/list ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/luxon3](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/luxon3 ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/timegrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/timegrid ) | `6.1.10` | `6.1.11` |
| [@fullcalendar/vue3](https://github.com/fullcalendar/fullcalendar-vue ) | `6.1.10` | `6.1.11` |
| [bootstrap](https://github.com/twbs/bootstrap ) | `5.3.2` | `5.3.3` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001588` | `1.0.30001589` |
| [naive-ui](https://github.com/tusen-ai/naive-ui ) | `2.37.3` | `2.38.1` |
| [vue](https://github.com/vuejs/core ) | `3.4.19` | `3.4.20` |
| [vue-router](https://github.com/vuejs/router ) | `4.2.5` | `4.3.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.56.0` | `8.57.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) | `9.21.1` | `9.22.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.9.1` | `8.11.1` |
| [sass](https://github.com/sass/dart-sass ) | `1.71.0` | `1.71.1` |
Updates `@fullcalendar/bootstrap5` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/bootstrap5 )
Updates `@fullcalendar/core` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/core )
Updates `@fullcalendar/daygrid` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/daygrid )
Updates `@fullcalendar/icalendar` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/icalendar )
Updates `@fullcalendar/interaction` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/interaction )
Updates `@fullcalendar/list` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/list )
Updates `@fullcalendar/luxon3` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/luxon3 )
Updates `@fullcalendar/timegrid` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.11/packages/timegrid )
Updates `@fullcalendar/vue3` from 6.1.10 to 6.1.11
- [Release notes](https://github.com/fullcalendar/fullcalendar-vue/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar-vue/compare/v6.1.10...v6.1.11 )
Updates `bootstrap` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.2...v5.3.3 )
Updates `caniuse-lite` from 1.0.30001588 to 1.0.30001589
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001588...1.0.30001589 )
Updates `naive-ui` from 2.37.3 to 2.38.1
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md )
- [Commits](https://github.com/tusen-ai/naive-ui/compare/v2.37.3...v2.38.1 )
Updates `vue` from 3.4.19 to 3.4.20
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.19...v3.4.20 )
Updates `vue-router` from 4.2.5 to 4.3.0
- [Release notes](https://github.com/vuejs/router/releases )
- [Commits](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0 )
Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0 )
Updates `eslint-plugin-vue` from 9.21.1 to 9.22.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0 )
Updates `html-validate` from 8.9.1 to 8.11.1
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.9.1...v8.11.1 )
Updates `sass` from 1.71.0 to 1.71.1
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1 )
---
updated-dependencies:
- dependency-name: "@fullcalendar/bootstrap5"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/daygrid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/icalendar"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/interaction"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/list"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/luxon3"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/timegrid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@fullcalendar/vue3"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: naive-ui
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 08:50:12 -06:00
dependabot[bot]
231b338e56
chore(deps): bump the yarn group with 3 updates ( #7073 )
...
Bumps the yarn group with 3 updates: [caniuse-lite](https://github.com/browserslist/caniuse-lite ), [vue](https://github.com/vuejs/core ) and [sass](https://github.com/sass/dart-sass ).
Updates `caniuse-lite` from 1.0.30001587 to 1.0.30001588
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001587...1.0.30001588 )
Updates `vue` from 3.4.18 to 3.4.19
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.18...v3.4.19 )
Updates `sass` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 09:20:01 -06:00
dependabot[bot]
187c2c5516
chore(deps): bump the yarn group with 4 updates
...
Bumps the yarn group with 4 updates: [caniuse-lite](https://github.com/browserslist/caniuse-lite ), [moment-timezone](https://github.com/moment/moment-timezone ), [vue](https://github.com/vuejs/core ) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ).
Updates `caniuse-lite` from 1.0.30001581 to 1.0.30001587
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001581...1.0.30001587 )
Updates `moment-timezone` from 0.5.44 to 0.5.45
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.44...0.5.45 )
Updates `vue` from 3.4.15 to 3.4.18
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.15...v3.4.18 )
Updates `eslint-plugin-vue` from 9.20.1 to 9.21.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.1 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:02:53 +00:00
dependabot[bot]
fbdc9d6569
chore(deps): bump the yarn group with 1 update ( #6989 )
...
Bumps the yarn group with 1 update: [caniuse-lite](https://github.com/browserslist/caniuse-lite ).
Updates `caniuse-lite` from 1.0.30001579 to 1.0.30001581
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001579...1.0.30001581 )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 09:35:01 -06:00
dependabot[bot]
296db1c316
chore(deps): bump the yarn group with 4 updates ( #6953 )
...
Bumps the yarn group with 4 updates: [caniuse-lite](https://github.com/browserslist/caniuse-lite ), [vue](https://github.com/vuejs/core ), [sass](https://github.com/sass/dart-sass ) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `caniuse-lite` from 1.0.30001576 to 1.0.30001579
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001576...1.0.30001579 )
Updates `vue` from 3.4.13 to 3.4.15
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.13...v3.4.15 )
Updates `sass` from 1.69.7 to 1.70.0
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.70.0 )
Updates `vite` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 16:39:18 -06:00
dependabot[bot]
1bcee8b506
chore(deps): bump the yarn group with 15 updates ( #6924 )
...
* chore(deps): bump the yarn group with 15 updates
Bumps the yarn group with 15 updates:
| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001572` | `1.0.30001576` |
| [highcharts](https://github.com/highcharts/highcharts-dist ) | `11.2.0` | `11.3.0` |
| [naive-ui](https://github.com/tusen-ai/naive-ui ) | `2.36.0` | `2.37.3` |
| [sortablejs](https://github.com/SortableJS/Sortable ) | `1.15.1` | `1.15.2` |
| [vue](https://github.com/vuejs/core ) | `3.4.4` | `3.4.13` |
| [@parcel/optimizer-data-url](https://github.com/parcel-bundler/parcel ) | `2.10.3` | `2.11.0` |
| [@parcel/transformer-inline-string](https://github.com/parcel-bundler/parcel ) | `2.10.3` | `2.11.0` |
| [@parcel/transformer-sass](https://github.com/parcel-bundler/parcel ) | `2.10.3` | `2.11.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue ) | `4.5.0` | `4.6.2` |
| [c8](https://github.com/bcoe/c8 ) | `9.0.0` | `9.1.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) | `16.6.1` | `16.6.2` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) | `9.19.2` | `9.20.1` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.8.0` | `8.9.1` |
| [parcel](https://github.com/parcel-bundler/parcel ) | `2.10.3` | `2.11.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `4.5.0` | `4.5.1` |
Updates `caniuse-lite` from 1.0.30001572 to 1.0.30001576
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001572...1.0.30001576 )
Updates `highcharts` from 11.2.0 to 11.3.0
- [Commits](https://github.com/highcharts/highcharts-dist/compare/v11.2.0...v11.3.0 )
Updates `naive-ui` from 2.36.0 to 2.37.3
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md )
- [Commits](https://github.com/tusen-ai/naive-ui/compare/v2.36.0...v2.37.3 )
Updates `sortablejs` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/SortableJS/Sortable/releases )
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.1...1.15.2 )
Updates `vue` from 3.4.4 to 3.4.13
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.4.4...v3.4.13 )
Updates `@parcel/optimizer-data-url` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.3...v2.11.0 )
Updates `@parcel/transformer-inline-string` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.3...v2.11.0 )
Updates `@parcel/transformer-sass` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.3...v2.11.0 )
Updates `@vitejs/plugin-vue` from 4.5.0 to 4.6.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@4.6.2/packages/plugin-vue/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.6.2/packages/plugin-vue )
Updates `c8` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/bcoe/c8/releases )
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bcoe/c8/compare/v9.0.0...v9.1.0 )
Updates `eslint-plugin-n` from 16.6.1 to 16.6.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.1...16.6.2 )
Updates `eslint-plugin-vue` from 9.19.2 to 9.20.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.2...v9.20.1 )
Updates `html-validate` from 8.8.0 to 8.9.1
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.8.0...v8.9.1 )
Updates `parcel` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.3...v2.11.0 )
Updates `vite` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite )
---
updated-dependencies:
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: highcharts
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: naive-ui
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: sortablejs
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: "@parcel/optimizer-data-url"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: "@parcel/transformer-inline-string"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: "@parcel/transformer-sass"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: "@vitejs/plugin-vue"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: c8
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: yarn
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: parcel
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: yarn
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
* test: Disable hidden-focusable and unique-landmark validations
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
2024-01-16 11:00:23 -06:00
dependabot[bot]
6110c8d525
chore(deps): bump the yarn dependencies with 32 updates ( #6877 )
...
* chore(deps): bump the all group with 32 updates
Bumps the all group with 32 updates:
| Package | From | To |
| --- | --- | --- |
| [@fullcalendar/bootstrap5](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/bootstrap5 ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/core](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/core ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/daygrid ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/icalendar](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/icalendar ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/interaction ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/list](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/list ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/luxon3](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/luxon3 ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/timegrid](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/timegrid ) | `6.1.9` | `6.1.10` |
| [@fullcalendar/vue3](https://github.com/fullcalendar/fullcalendar-vue ) | `6.1.9` | `6.1.10` |
| [bootstrap-icons](https://github.com/twbs/icons ) | `1.11.1` | `1.11.3` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite ) | `1.0.30001538` | `1.0.30001572` |
| [highcharts](https://github.com/highcharts/highcharts-dist ) | `11.1.0` | `11.2.0` |
| [luxon](https://github.com/moment/luxon ) | `3.4.3` | `3.4.4` |
| [moment](https://github.com/moment/moment ) | `2.29.4` | `2.30.1` |
| [moment-timezone](https://github.com/moment/moment-timezone ) | `0.5.43` | `0.5.44` |
| [naive-ui](https://github.com/tusen-ai/naive-ui ) | `2.35.0` | `2.36.0` |
| [sortablejs](https://github.com/SortableJS/Sortable ) | `1.15.0` | `1.15.1` |
| [vue](https://github.com/vuejs/core ) | `3.3.7` | `3.4.4` |
| [@parcel/optimizer-data-url](https://github.com/parcel-bundler/parcel ) | `2.10.0` | `2.10.3` |
| [@parcel/transformer-inline-string](https://github.com/parcel-bundler/parcel ) | `2.10.0` | `2.10.3` |
| [@parcel/transformer-sass](https://github.com/parcel-bundler/parcel ) | `2.10.0` | `2.10.3` |
| [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils ) | `5.0.5` | `5.1.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue ) | `4.4.0` | `5.0.2` |
| [c8](https://github.com/bcoe/c8 ) | `8.0.1` | `9.0.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.52.0` | `8.56.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) | `2.29.0` | `2.29.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ) | `16.2.0` | `16.6.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) | `9.18.1` | `9.19.2` |
| [html-validate](https://gitlab.com/html-validate/html-validate ) | `8.7.0` | `8.8.0` |
| [parcel](https://github.com/parcel-bundler/parcel ) | `2.10.0` | `2.10.3` |
| [sass](https://github.com/sass/dart-sass ) | `1.69.4` | `1.69.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) | `4.5.0` | `5.0.10` |
Updates `@fullcalendar/bootstrap5` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/bootstrap5 )
Updates `@fullcalendar/core` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/core )
Updates `@fullcalendar/daygrid` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/daygrid )
Updates `@fullcalendar/icalendar` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/icalendar )
Updates `@fullcalendar/interaction` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/interaction )
Updates `@fullcalendar/list` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/list )
Updates `@fullcalendar/luxon3` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/luxon3 )
Updates `@fullcalendar/timegrid` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.10/packages/timegrid )
Updates `@fullcalendar/vue3` from 6.1.9 to 6.1.10
- [Release notes](https://github.com/fullcalendar/fullcalendar-vue/releases )
- [Changelog](https://github.com/fullcalendar/fullcalendar-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fullcalendar/fullcalendar-vue/compare/v6.1.9...v6.1.10 )
Updates `bootstrap-icons` from 1.11.1 to 1.11.3
- [Release notes](https://github.com/twbs/icons/releases )
- [Commits](https://github.com/twbs/icons/compare/v1.11.1...v1.11.3 )
Updates `caniuse-lite` from 1.0.30001538 to 1.0.30001572
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001538...1.0.30001572 )
Updates `highcharts` from 11.1.0 to 11.2.0
- [Commits](https://github.com/highcharts/highcharts-dist/compare/v11.1.0...v11.2.0 )
Updates `luxon` from 3.4.3 to 3.4.4
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.4.3...3.4.4 )
Updates `moment` from 2.29.4 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.4...2.30.1 )
Updates `moment-timezone` from 0.5.43 to 0.5.44
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.43...0.5.44 )
Updates `naive-ui` from 2.35.0 to 2.36.0
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md )
- [Commits](https://github.com/tusen-ai/naive-ui/compare/v2.35.0...v2.36.0 )
Updates `sortablejs` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/SortableJS/Sortable/releases )
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.0...1.15.1 )
Updates `vue` from 3.3.7 to 3.4.4
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.3.7...v3.4.4 )
Updates `@parcel/optimizer-data-url` from 2.10.0 to 2.10.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.3 )
Updates `@parcel/transformer-inline-string` from 2.10.0 to 2.10.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.3 )
Updates `@parcel/transformer-sass` from 2.10.0 to 2.10.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.3 )
Updates `@rollup/pluginutils` from 5.0.5 to 5.1.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/wasm-v5.1.0/packages/pluginutils )
Updates `@vitejs/plugin-vue` from 4.4.0 to 5.0.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.2/packages/plugin-vue )
Updates `c8` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/bcoe/c8/releases )
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bcoe/c8/compare/v8.0.1...v9.0.0 )
Updates `eslint` from 8.52.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.56.0 )
Updates `eslint-plugin-import` from 2.29.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 )
Updates `eslint-plugin-n` from 16.2.0 to 16.6.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases )
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.2.0...16.6.1 )
Updates `eslint-plugin-vue` from 9.18.1 to 9.19.2
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.2 )
Updates `html-validate` from 8.7.0 to 8.8.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags )
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.7.0...v8.8.0 )
Updates `parcel` from 2.10.0 to 2.10.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases )
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md )
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.3 )
Updates `sass` from 1.69.4 to 1.69.7
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.7 )
Updates `vite` from 4.5.0 to 5.0.10
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.0.10/packages/vite )
---
updated-dependencies:
- dependency-name: "@fullcalendar/bootstrap5"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/core"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/daygrid"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/icalendar"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/interaction"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/list"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/luxon3"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/timegrid"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@fullcalendar/vue3"
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: bootstrap-icons
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: caniuse-lite
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: highcharts
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: luxon
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: moment
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: moment-timezone
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: naive-ui
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: sortablejs
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@parcel/optimizer-data-url"
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@parcel/transformer-inline-string"
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@parcel/transformer-sass"
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@rollup/pluginutils"
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@vitejs/plugin-vue"
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: c8
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: eslint-plugin-n
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: html-validate
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: parcel
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: revert vite to 4.x
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2024-01-05 07:35:04 -06:00
Paul Selkirk
c1e40ff100
feat: Allow entering agenda text directly ( #6792 )
...
* feat: Allow entering agenda text directly (#6532 )
* fix: Hide label as well as file/text input box
* refactor: Package javascript for static/dist
* fix: Fix test cases broken by view changes
* test: Add test case for entering agenda text
* refactor: assertRedirects
2023-12-20 16:40:13 -06:00
depfu[bot]
5eb2f568a0
chore(deps): update all Yarn dependencies ( #6613 )
...
* chore(deps): update all Yarn dependencies
* fix: yarn dependencies
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-11-13 08:35:12 -06:00
Lars Eggert
0a4fc286cd
fix: More darkmode fixes ( #6477 )
...
* fix: More dark mode fixes
This first commit increases contrast of the leftmenu text.
* Fix own ballot position highlight in dark mode
* Fix dark mode axis color in timeline diagrams
* Enable highcharts dark mode
* Fix template
* Properly import our customized bs5 everywhere
* Fix #6499
* Use bs5 color for border-left
* Remove superfluous load
2023-10-23 18:38:35 -05:00
depfu[bot]
0e46ca4638
chore(deps): update all Yarn dependencies ( #6522 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-10-23 15:07:33 -05:00
depfu[bot]
7619537599
chore(deps): update all Yarn dependencies ( #6452 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-10-20 08:09:34 -05:00
depfu[bot]
b4aad9a921
chore(deps): update all Yarn dependencies ( #6370 )
...
* chore(deps): update all Yarn dependencies
* fix: update yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-09-26 12:18:13 -05:00
depfu[bot]
d3794c5f4e
chore(deps): update all Yarn dependencies ( #6291 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-09-13 15:29:57 -05:00
depfu[bot]
79e7145363
chore(deps): update all Yarn dependencies ( #6227 )
...
* chore(deps): update all Yarn dependencies
* ci: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-08-29 13:54:13 -05:00
depfu[bot]
b833abaf2a
chore(deps): update all Yarn dependencies ( #6038 )
...
* chore(deps): update all Yarn dependencies
* ci: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-08-14 16:09:06 -05:00
Lars Eggert
57f23f5198
chore: feat/dark-mode <- main ( #6103 )
...
* chore: Remove unused "rendertest" stuff (#6015 )
* fix: restore ability to create status change documents (#5963 )
* fix: restore ability to create status change documents
Fixes #5962
* chore: address review comment
* fix: Provide human-friendly status in submission status API response (#6011 )
Co-authored-by: nectostr <bastinda96@gmail.com>
* fix: Make name/email lookups case-insensitive (#5972 ) (#6007 )
* fix: Make name/email lookups case-insensitive (#5972 )
Use icontains so that looking up name or email is case insensitive
Added a test
Fixes: 5972
* fix: Use __iexact not __icontains
* fix: Clarify no-action-needed (#5918 ) (#6020 )
When a draft is submitted for manual processing, clarify that
no action is needed; the Secretariat has the next steps.
Fixes : #5918
* fix: Fix menu hover issue (#6019 )
* fix: Fix menu hover issue
Fixes #5702
* Fix leftmenu hover issue
* fix: Server error from api_get_session_materials() (#6025 )
Fixes #5877
* fix: Clarify Questionnaire label (#4688 ) (#6017 )
When filtering nominees, `Questionnaire` implies `Accepted == yes`
so fix the dropdown test tosay that.
Fixes : #4688
* chore: Merge from @martinthomson's rfc-txt-html (#6023 )
* fix:no history entry when changing RFC Editor note for doc (#6021 )
* fix:no history entry when changing RFC Editor note for doc
* fix:no history entry when changing RFC Editor note for doc
---------
Co-authored-by: Priyanka Narkar <priyankanarkar@dhcp-91f8.meeting.ietf.org>
* fix: avoid deprecation warning on view_list() for objs without CommunityList
Fixes #5942
* fix: return 404 for non-existing revisions (#6014 )
* fix: return 404 for non-existing revisions
Links to non-existing revisions to docs should return 404
* fix: change rfc/rev and search behaviour
* refactor: fix tab level
* fix: return 404 for rfc revision for bibtex
* fix: provide date for revisions in bibtex output (#6029 )
* fix: provide date for revisions in bibtex output
* refactor: change walrus to if's
* fix: specify particular revision for events
* fix: review refactoring issue
fixes #5447
* fix: Remove automatically suggested document for document that is already has review request (fixes #3211 ) (#5425 )
* Added check that if there is already review request for the document
in question, ignore the automatic suggestion for that document.
Fixes #3211 .
* fix: dont block on open requests for a previous version. Add tests
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* feat: IAB statements (#5940 )
* feat: support iab and iesg statements. Import iab statements. (#5895 )
* feat: infrastructure for statements doctype
* chore: basic test framework
* feat: basic statement document view
* feat: show replaced statements
* chore: black
* fix: state help for statements
* fix: cleanout non-relevant email expansions
* feat: import iab statements, provide group statements tab
* fix: guard against running import twice
* feat: build redirect csv for iab statements
* fix: set document state on import
* feat: show published date on main doc view
* feat: handle pdf statements
* feat: create new and update statements
* chore: copyright block updates
* chore: remove flakes
* chore: black
* feat: add edit/new buttons for the secretariat
* fix: address PR #5895 review comments
* fix: pin pydantic until inflect catches up (#5901 ) (#5902 )
* chore: re-un-pin pydantic
* feat: include submitter in email about submitted slides (#6033 )
* feat: include submitter in email about submitted slides
fixes #6031
* chore: remove unintended whitespace change
* chore(dev): update .vscode/settings.json with new taskExplorer settings
* fix: Add editorial stream to proceedings (#6027 )
* fix: Add editorial stream to proceedings
Fixes #5717
* fix: Move editorial stream after the irtf in proceedings
* fix: Add editorial stream to meeting materials (#6047 )
Fixes #6042
* fix: Shows requested reviews for doc fixes (#6022 )
* Fix: Shows requested reviews for doc
* Changed template includes to only give required variables to them.
* feat: allow openId to choose an unactive email if there are none active (#6041 )
* feat: allow openId to choose an unactive email if there are no active ones
* chore: correct typo
* chore: rename unactive to inactive
* fix: Make review table more responsive (#6053 )
* fix: Improve layout of review table
* Progress
* Progress
* Final changes
* Fix tests
* Remove fluff
* Undo commits
* ci: add --validate-html-harder to tests
* ci: add --validate-html-harder to build.yml workflow
* fix: Set colspan to actual number of columns (#6069 )
* fix: Clean up view_feedback_pending (#6070 )
- Remove "Unclassified" column header, which caused misalignment in the table body.
- Show the message author - previously displayed as `(None)`.
* docs: Update LICENSE year
* fix: Remove IESG state edit button when state is 'dead' (#6051 ) (#6065 )
* fix: Correctly order "last call requested" column in the IESG dashboard (#6079 )
* ci: update dev sandbox init script to start memcached
* feat: Reclassify nomcom feedback (#6002 )
* fix: Clean up view_feedback_pending
- Remove "Unclassified" column header, which caused misalignment in the table body.
- Show the message author - previously displayed as `(None)`.
* feat: Reclassify nomcom feedback (#4669 )
- There's a new `Chair/Advisor Tasks` menu item `Reclassify feedback`.
- I overloaded `view_feedback*` URLs with a `?reclassify` parameter.
- This adds a checkbox to each feedback message, and a `Reclassify` button
at the bottom of each feedback page.
- "Reclassifying" basically de-classifies the feedback, and punts it back
to the "Pending emails" view for reclassification.
- If a feedback has been applied to multiple nominees, declassifying it
from one nominee removes it from all.
* fix: Remove unused local variables
* fix: Fix some missing and mis-nested html
* test: Add tests for reclassifying feedback
* refactor: Substantial redesign of feedback reclassification
- Break out reclassify_feedback* as their own URLs and views,
and revert changes to view_feedback*.html.
- Replace checkboxes with a Reclassify button on each message.
* fix: Remember to clear the feedback associations when reclassifying
* feat: Add an 'Overcome by events' feedback type
* refactor: When invoking reclassification from a view-feedback page, load the corresponding reclassify-feedback page
* fix: De-conflict migration with 0004_statements
Also change the coding style to match, and add a reverse migration.
* fix: Fix a test case to account for new feedback type
* fix: 842e730 broke the Back button
* refactor: Reclassify feedback directly instead of putting it back in the work queue
* fix: Adjust tests to new workflow
* refactor: Further refine reclassification to avoid redirects
* refactor: Impose a FeedbackTypeName ordering
Also add FeedbackTypeName.legend field, rather than synthesizing it every
time we classify or reclassify feedback.
In the reclassification forms, only show the relevant feedback types.
* refactor: Merge reclassify_feedback_* back into view_feedback_*
This means the "Reclassify" button is always present, but eliminates some
complexity.
* refactor: Add filter(used=True) on FeedbackTypeName querysets
* refactor: Add the new FeedbackTypeName to the reclassification success message
* fix: Secure reclassification against rogue nomcom members
* fix: Print decoded key and fully clean up test nomcom (#6094 )
* fix: Delete Person records when deleting a test nomcom
* fix: Decode test nomcom private key before printing
* test: Use correct time zone for test_statement_doc_view (#6064 )
* chore(deps): update all npm dependencies for playwright (#6061 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* chore(deps): update all npm dependencies for dev/diff (#6062 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* chore(deps): update all npm dependencies for dev/coverage-action (#6063 )
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* fix: Hash cache key for default memcached cache (#6089 )
* feat: Show docs that an AD hasn't balloted on that need ballots to progress (#6075 )
* fix(doc): Unify help texts for document states (#6060 )
* Fix IESG State help text link (only)
* Intermediate checkpoint
* Correct URL filtering of state descriptions
* Unify help texts for document states
* Remove redundant load static from template
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* ci: fix sandbox start.sh memcached user
* fix: refactor how settings handles cache definitions (#6099 )
* fix: refactor how settings handles cache definitions
* chore: more english-speaker readable expression
* fix: Cast cache key to str before calling encode (#6100 )
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
Co-authored-by: Liubov Kurafeeva <liubov.kurafeeva@gmail.com>
Co-authored-by: nectostr <bastinda96@gmail.com>
Co-authored-by: Rich Salz <rsalz@akamai.com>
Co-authored-by: PriyankaN <priyanka@amsl.com>
Co-authored-by: Priyanka Narkar <priyankanarkar@dhcp-91f8.meeting.ietf.org>
Co-authored-by: Ali <alireza83@gmail.com>
Co-authored-by: Roman Beltiukov <maybe.hello.world@gmail.com>
Co-authored-by: Tero Kivinen <kivinen@iki.fi>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Kesara Rathnayake <kesara@fq.nz>
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Paul Selkirk <paul@painless-security.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Jim Fenton <fenton@bluepopcorn.net>
2023-08-10 09:49:15 -05:00
Robert Sparks
a20d1f4d9b
Merge remote-tracking branch 'ietf-tools/main' into feat/dark-mode
2023-07-19 12:18:07 -05:00
depfu[bot]
b61ea1d8bb
chore(deps): update all Yarn dependencies ( #5906 )
...
* chore(deps): update all Yarn dependencies
* ci: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-07-06 08:20:38 -05:00
depfu[bot]
68c78a4d99
chore(deps): update all Yarn dependencies ( #5848 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-06-21 11:42:59 -05:00
Robert Sparks
772b6e8c3c
Merge branch 'main' into feat/dark-mode
2023-06-13 13:37:04 -05:00
NGPixel
74ef1320f6
chore: fix yarn cache
2023-06-05 19:24:23 -04:00
depfu[bot]
1cb037da07
chore(deps): update all Yarn dependencies
2023-06-05 12:12:03 +00:00
Lars Eggert
27f9e6aadb
Address review comments
2023-06-02 11:43:53 +03:00
Lars Eggert
6f8a79887a
bs@5.3.0
2023-06-02 11:43:53 +03:00
Lars Eggert
b3c7094dc8
feat: Upgrade bootstrap to 5.3.0 and enable dark mode
...
Fixes #3365
2023-06-02 11:43:53 +03:00
Nicolas Giard
a9833d5af7
fix: use @fullcalendar/luxon3 plugin ( #5729 )
2023-06-01 10:18:01 -05:00
Nicolas Giard
1ec403dc8c
feat: disable login button on submit ( #5718 )
...
* feat: disable login button on submit
* refactor: move login js into its own file
2023-05-31 14:58:09 -05:00
depfu[bot]
f399d0efd5
chore(deps): update all Yarn dependencies ( #5672 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-05-31 13:08:07 -05:00
depfu[bot]
8f3f89e74f
chore(deps): update all Yarn dependencies ( #5633 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-05-16 14:57:33 -05:00
depfu[bot]
ac9f348f84
chore(deps): update all Yarn dependencies ( #5592 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-05-15 10:33:10 -05:00
depfu[bot]
5b091a0558
chore(deps): update all Yarn dependencies ( #5564 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-05-09 15:23:14 -05:00
depfu[bot]
ec7b974d52
chore(deps): update all Yarn dependencies ( #5532 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-04-25 16:29:08 -05:00
depfu[bot]
6611e31e7b
chore(deps): update all Yarn dependencies ( #5502 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-04-19 07:15:50 -05:00
depfu[bot]
214d307212
chore(deps): update all Yarn dependencies ( #5491 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-04-13 11:48:03 -05:00
depfu[bot]
48bb59aab7
chore(deps): update all Yarn dependencies ( #5467 )
...
* chore(deps): update all Yarn dependencies
* fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-04-12 17:36:57 -05:00
Lars Eggert
7c890ea69e
chore: Remove unused agenda-personalize.js ( #5387 )
...
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-03-26 14:53:31 +09:00
Lars Eggert
99cd5a39f4
chore: Remove unused arrow-ani.webp ( #5386 )
2023-03-26 14:15:39 +09:00
depfu[bot]
c8025ab47e
chore(deps): update all yarn dependencies ( #5382 )
...
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-03-25 03:25:04 -04:00
Lars Eggert
0bc0469df2
chore: Remove unused jquery-ui ( #5385 )
...
* chore: Remove unused jquery-ui
Two templates under `secr` included it, but didn't seem to use it
for anything.
* Run `yarn` after removal
2023-03-25 15:57:44 +09:00
Lars Eggert
58b3155eda
chore: Remove unused week-view.js file ( #5383 )
2023-03-21 08:48:40 -05:00
Lars Eggert
5ed1d69f52
chore: Remove unused room-params.js ( #5384 )
2023-03-21 08:48:22 -05:00