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
Robert Sparks
7b52157628
Merge pull request #7040 from rjsparks/mm_hourly
...
fix: remove obsolete call to mailman2 sync
2024-02-09 13:16:09 -06:00
Robert Sparks
e031139ebd
fix: remove obsolete call to mailman2 sync
2024-02-09 11:04:55 -06:00
Robert Sparks
d42215b922
ci: merge release to main (pull request #7033 from ietf-tools/release)
...
ci: merge main to release (PR #6967 )
2024-02-07 13:49:05 -06:00
Jennifer Richards
4c396e6645
fix: Add file ext to href for non-meeting slides ( #7030 )
2024-02-07 12:17:48 -06:00
Jennifer Richards
fa56223939
feat: API to replace email alias generation commands ( #7012 )
...
* feat: DraftAliasGenerator class
Encapsulates logic from generate_draft_aliases.py
* refactor: Avoid circular imports
* feat: Add draft_aliases API endpoint
* feat: Add @requires_api_token decorator
Stolen from feat/rpc-api
* feat: Add token auth to draft_aliases endpoint
* feat: draft-aliases-from-json.py script
Parses output from the draft_aliases API call
* chore: Remove unused cruft
* refactor: Avoid shadowing "draft" name
* fix: Suppress empty lists from DraftAliasGenerator
* refactor: Use a GET instead of POST
* feat: GroupAliasGenerator class
* feat: group aliases API view
* fix: Handle domains array correctly
* fix: Suppress empty group aliases
* refactor: Generalize aliases-from-json.py script
* refactor: Same output fmt for draft and group alias apis
* feat: Sort addresses for stability
* fix: Add "anything" virtual alias
* test: Test requires_api_token decorator
* feat: Harden is_valid_token against misconfig
* test: Test is_valid_token
* test: Test draft_aliases view
* test: Test group_aliases view
* test: Test DraftAliasGenerator
* fix: ise group is type "ise" in test data
* test: Fix logic in testManagementCommand
The test was incorrect - and fails when fixed. :-(
* test: Test GroupAliasGenerator
Test currently fails
* fix: Suppress empty -ads alias
* test: Fix group acronym copy/paste error
I *think* this must be what had been intended. The
code does not look like it ever dealt with GroupHistory,
so I'm pretty sure it wasn't meant to have the same
acronym used by two different Groups at different
times.
* test: Check draft .notify alias generation
* test: Cover get_draft_notify_emails()
2024-02-07 10:15:50 -06:00
Robert Sparks
ae01f6fb92
chore: clean away unused views/tests related to the Allowlisted model ( #7027 )
2024-02-06 09:39:09 -06:00
dependabot[bot]
014adb8259
chore(deps-dev): bump the npm group in /playwright with 1 update ( #7019 )
...
Bumps the npm group in /playwright with 1 update: [@playwright/test](https://github.com/microsoft/playwright ).
Updates `@playwright/test` from 1.41.1 to 1.41.2
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.41.1...v1.41.2 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 12:25:28 -06:00
Robert Sparks
efdaee3bb3
feat: decouple from mailman2 - explicitly model nonwg mailing lists ( #7013 )
...
* fix: remove synchronization with mailman2
* feat: manage non wg mailing lists explicitly
* chore: black
* fix: update tests for new nonwg view
* feat: drop unused models
2024-02-05 09:28:23 -06:00
Jennifer Richards
b4cf04a09d
feat: celery tasks to replace ietf/bin scripts ( #6971 )
...
* refactor: Change import style for clarity
* feat: Add iana_changes_updates_task()
* chore: Squelch lint warning
My linter does not like variables defined outside
of __init__()
* feat: Add PeriodicTask for iana_changes_updates_task
* refactor: tasks instead of scripts on sync.views.notify()
* test: Test iana_changes_updates_task
* refactor: rename task for consistency
* feat: Add iana_protocols_update_task
* feat: Add PeriodicTask for iana protocols sync
* refactor: Use protocol sync task instead of script in view
* refactor: itertools.batched() not available until py312
* test: test iana_protocols_update_task
* feat: Add idindex_update_task()
Calls idindex generation functions and does the file
update dance to put them in place.
* chore: Add comments to bin/hourly
* fix: annotate types and fix bug
* feat: Create PeriodicTask for idindex_update_task
* refactor: Move helpers into a class
More testable this way
* refactor: Make TempFileManager a context mgr
* test: Test idindex_update_task
* test: Test TempFileManager
* fix: Fix bug in TestFileManager
yay testing
* feat: Add expire_ids_task()
* feat: Create PeriodicTask for expire_ids_task
* test: Test expire_ids_task
* test: Test request timeout in iana_protocols_update_task
* refactor: do not re-raise timeout exception
Not sure this is the right thing to do, but it's the
same as rfc_editor_index_update_task
* feat: Add notify_expirations_task
* feat: Add "weekly" celery beat crontab
* refactor: Reorder crontab fields
This matches the crontab file field order
* feat: Add PeriodicTask for notify_expirations
* test: Test notify_expirations_task
* test: Add annotation to satisfy mypy
2024-01-31 15:24:20 -06:00
Jennifer Richards
118b00d729
fix: Replace joint session field with instructions ( #6997 )
2024-01-30 14:34:09 -06: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]
306f55c795
chore(deps): bump the npm group in /playwright with 2 updates ( #6990 )
...
Bumps the npm group in /playwright with 2 updates: [@faker-js/faker](https://github.com/faker-js/faker ) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates ).
Updates `@faker-js/faker` from 8.3.1 to 8.4.0
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v8.3.1...v8.4.0 )
Updates `npm-check-updates` from 16.14.12 to 16.14.14
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases )
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md )
- [Commits](https://github.com/raineorshine/npm-check-updates/compare/v16.14.12...v16.14.14 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: npm-check-updates
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 09:34:48 -06:00
dependabot[bot]
754b36f405
chore(deps-dev): bump the npm group ( #6988 )
...
Bumps the npm group in /dev/coverage-action with 1 update: [npm-check-updates](https://github.com/raineorshine/npm-check-updates ).
Updates `npm-check-updates` from 16.14.12 to 16.14.14
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases )
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md )
- [Commits](https://github.com/raineorshine/npm-check-updates/compare/v16.14.12...v16.14.14 )
---
updated-dependencies:
- dependency-name: npm-check-updates
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 17:28:39 -05:00
dependabot[bot]
21f477aaef
chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 ( #6992 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 17:28:24 -05:00
dependabot[bot]
6ded5b8752
chore(deps): bump slackapi/slack-github-action from 1.24.0 to 1.25.0 ( #6991 )
...
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases )
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 17:27:57 -05:00
Nicolas Giard
039310edad
ci: fix build.yml permissions
2024-01-25 22:24:29 -05:00
Nicolas Giard
56ad85d039
ci: add missing docker steps to build.yml workflow
2024-01-25 22:03:38 -05:00
Nicolas Giard
e3de3943e2
ci: add release docker image build + base helm template
2024-01-25 21:57:10 -05:00
Robert Sparks
1e2a53e0e0
fix: restore explicit STATIC_ROOT ( #6970 )
2024-01-25 17:03:36 -06:00
dependabot[bot]
8150a12748
chore(deps-dev): bump the npm group in /playwright with 1 update ( #6952 )
...
Bumps the npm group in /playwright with 1 update: [@playwright/test](https://github.com/microsoft/playwright ).
Updates `@playwright/test` from 1.40.1 to 1.41.1
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.40.1...v1.41.1 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
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:30 -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
Robert Sparks
36f9d59b2a
Merge pull request #6969 from rjsparks/staticstypo
...
fix: correct static url pattern
2024-01-24 14:30:11 -06:00
Nicolas Giard
f76a99816f
ci: update build.sh statics location
2024-01-24 14:44:15 -05:00
dependabot[bot]
a6ec0187b9
chore(deps): bump actions/dependency-review-action from 3 to 4 ( #6951 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 14:09:13 -05:00
Robert Sparks
ca425790ea
fix: correct static url pattern
2024-01-24 13:06:58 -06:00
Robert Sparks
d31605e5a0
ci: merge main to release (PR #6967 )
...
ci: merge main to release
2024-01-24 11:34:17 -06:00
Robert Sparks
c64b1dacfd
ci: Merge main to release (PR #6966 )
...
ci: merge main to release (PR #6932 )
2024-01-24 11:32:57 -06:00
Jennifer Richards
0dadeb2af8
fix: Fix task specs in periodic_tasks.py ( #6965 )
2024-01-24 11:31:34 -06:00
Robert Sparks
d9cc26be96
feat: replace references to User with references to Person ( #6024 )
...
* refactor: change references from User to Person (#5821 )
* refactor: Change CommunityList reference from User to Person
* refactor: Convert more user references to person
* refactor: Change augment_docs_and_user_with_user_info to person
* refactor: Change Nomination and Feedback references from User to Person
* refactor: Change a few test case function signatures to be more pythonic
* refactor: Harmonize how profile and photo views look up email_or_name
* refactor: Rework community views to operate on Person instead of User (#5859 )
* test: Update tests to try all of the person's emails and aliases
* fix: Recode a test case to avoid an exception if there's Unicode in the URL
This only happens using the form-filling and submission feature of
WebTest, which is only used in this one test case, so just it rip out.
* test: Add duplicate-person tests
* fix: If there are multiple matching users, prefer the logged-in one.
* chore: We no longer use WebTest, so don't include it.
* fix: Address review comments
* fix: case-insensitive person name or email matching (#6096 )
* chore: Renumber migrations
* fix: Update merged code so tests pass (#6887 )
* fix: Use refactored method
* fix: Don't assume user has person
* fix: Use new view param name
* chore: Drop community lists w/o person; cleanup (#6896 )
* fix: Don't assume user has person
* fix: user->person in update_community_list_index.py
* feat: Remove CommunityLists without Person
* refactor: Speed up nomcom migrations
---------
Co-authored-by: Paul Selkirk <paul@painless-security.com>
Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
2024-01-24 11:00:19 -06:00
Jennifer Richards
36c43c8520
chore: add task tests; move message task to message app ( #6964 )
...
* test: Test send_review_reminders_task
* refactor: Move send_scheduled_mail_task to message app
* chore: Remove unused import
* test: Add Message/SendQueue factories
* test: Test send_scheduled_mail_task
* test: Reset mocks before reuse
* test: Cover error conditions
* test: Return non-empty change set
* test: Test SMTPException handling
* test: Test fetch_attendance_from_meetings()
* test: Test RuntimeError handling
* test: RFC index sync should populate authors
2024-01-24 08:53:42 -06:00
Robert Sparks
7438a4e87a
chore: remove unused code ( #6963 )
2024-01-23 18:24:25 -06:00
Jennifer Richards
7dbb7e36d3
fix: Add testing, fix bug in fetch_meeting_attendance_task ( #6961 )
...
* test: Test rfc_editor_index_update_task
* chore: Add docstring to test
* fix: Reuse stats instead of fetching twice
* test: Test fetch_meeting_attendance_task
* chore: Remove outdated tasks
* Revert "chore: Add docstring to test"
This reverts commit 0395410d665c0d310248fd151386f013357c5d13.
* Revert "test: Test rfc_editor_index_update_task"
This reverts commit 4dd9dd131723497db3d2aa76166169fd32c42fdd.
* test: Test rfc_editor_index_update_task
This time without reformatting the entire file...
* chore: Remove accidentally committed fragment
* test: Annotate function to satisfy mypy
* chore: Remove unused imports
2024-01-23 16:14:37 -06:00
Jennifer Richards
4227ef5948
fix: do nothing if rfc has no draft; add test ( #6960 )
...
* fix: Check that rfc came from draft first
* test: Add mgmt command test
* test: Cannot force-reset draftless RFC
2024-01-23 10:58:34 -06:00
Robert Sparks
b65389270e
fix: change sync strategy for yc.o modules ( #6959 )
2024-01-23 10:05:31 -06:00
Jennifer Richards
97822214eb
fix: Set authors when publishing an RFC ( #6957 )
...
* fix: Copy authors from draft when RFC is published
* feat: Mgmt command to set RFC authors from draft
* feat: Better event messages
2024-01-23 09:04:13 -06:00
Jennifer Richards
7de8feca83
chore: Remove unused import ( #6958 )
2024-01-23 08:41:23 -06:00
Jennifer Richards
8d12071bf5
refactor: Move cron jobs to celery tasks ( #6926 )
...
* refactor: Factor out helper from fetch_meeting_attendance.py
* feat: Define fetch_meeting_attendance_task task
Equivalent to the fetch_meeting_attendance management command
* chore: Disable fetch_meeting_attendance in bin/daily
* feat: Log errors in fetch_meeting_attendance_task
* feat: Enable a result backend for celery
Ignore results by default, but enable the backend so we
can manage tasks
* feat: Define daily task in ietf.utils.tasks
* refactor: Make bin/send-review-reminders into a task
* refactor: Make bin/send-scheduled-mail into a task
* chore: Update copyright years
* refactor: Make bin/rfc-editor-index-updates into a task
* refactor: Accept date type in rfc index update fn
* chore: Update comment
* fix: Annotate param as Optional
* fix: Revert treating skip_older_than_date as str
Misunderstood the comment, "fixed" a non-bug. Oops.
* feat: mgmt command to create periodic tasks
* feat: add summary of tasks to mgmt cmd
* style: black
* fix: Remove debug statements
* feat: Enable/disable tasks
* chore: Disable periodic tasks by default
* chore: Revert changes to daily and every15m
* fix: Call intended function
* chore: Add task descriptions
2024-01-22 12:04:16 -06:00
Robert Sparks
6da9dff354
Merge pull request #6936 from rjsparks/static_statics
...
refactor: use statics.ietf.org for all statics
2024-01-19 14:57:25 -06:00
Robert Sparks
b38e8c38ae
chore: shadowbox with mypy
2024-01-19 14:21:09 -06:00
Robert Sparks
fc2673c13c
refactor: use statics.ietf.org for all statics
2024-01-18 16:51:09 -06:00
Robert Sparks
2b38e664f7
ci: merge main to release (PR #6932 )
...
ci: merge main to release
2024-01-17 15:43:33 -06:00
Robert Sparks
0ba7eaf37e
ci: merge release to main (PR #6931 )
...
ci: merge release to main
2024-01-17 15:42:34 -06:00
Robert Sparks
473b84ef90
feat: color for wit in the schedule editor ( #6930 )
2024-01-17 15:39:28 -06:00
Robert Sparks
06f496ca6c
fix: reduce database queries when building menues ( #6928 )
2024-01-17 13:19:20 -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
Jennifer Richards
47dad0706d
refactor: Avoid module-level queries ( #6916 )
...
* refactor: Avoid module-level queries
* refactor: Avoid repeated State queries
2024-01-16 08:53:24 -06:00
Nicolas Giard
eae048d6a8
ci: avoid fetching full git history during build
2024-01-15 19:01:18 -05:00
Nicolas Giard
71cf00ddc6
ci: fix collectstatics from build workflow
2024-01-15 18:49:12 -05:00
Nicolas Giard
763b72592a
ci: fix collectstatics build step
2024-01-15 18:41:18 -05:00