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
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
Nicolas Giard
4f97fdcb1b
ci: collect + push statics on build
2024-01-15 18:28:33 -05:00
dependabot[bot]
b84c717e09
chore(deps-dev): bump the npm group in /playwright with 1 update ( #6922 )
...
Bumps the npm group in /playwright with 1 update: [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n ).
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 )
---
updated-dependencies:
- dependency-name: eslint-plugin-n
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-15 16:38:12 -05:00
dependabot[bot]
adc73a99e0
chore(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 ( #6923 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
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-15 16:37:37 -05:00
Jennifer Richards
cb70da9584
fix: Never show AD col on drafts_for_ad.html ( #6914 )
...
* fix: Pass ad as Person instead of name
* refactor: Remove redundant AD check
Results being shown are already filtered by AD if the `ad`
variable is not `None`
* refactor: Add show_ad... flag to prepare_document_table
* refactor: Expose show_ad_and_shepherd flag
2024-01-12 16:39:59 -06:00
dependabot[bot]
b70be9bc58
chore(deps): bump appleboy/ssh-action from 1.0.2 to 1.0.3 ( #6894 )
...
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/appleboy/ssh-action/releases )
- [Commits](2451745138...029f5b4aee
)
---
updated-dependencies:
- dependency-name: appleboy/ssh-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-12 10:02:51 -06:00
Jennifer Richards
c7ca0b7d8e
Revert "chore: Replace markup_txt with rfc2html ( #6632 )" ( #6909 )
...
This reverts commit e24fb601db
.
2024-01-11 13:08:24 -06:00
Robert Sparks
38ffd8ad2e
fix: correct DATE DTEND values - they are non-inclusive ( #6907 )
2024-01-10 13:55:07 -06:00
Jennifer Richards
287cf0fe46
chore: update requests min version ( #6905 )
2024-01-10 11:37:00 -06:00
Jennifer Richards
81dc5554a8
test: unpin django-stubs and update mypy ( #6901 )
...
* chore: Unpin django-stubs / update mypy
* test: Use "app.model" for ManyToManyField
django-stubs requires "app.model" instead of just "model" for
ManyToManyField lazy model references.
See https://github.com/typeddjango/django-stubs/issues/1802
2024-01-10 09:53:43 -06:00
Robert Sparks
3312913c6f
fix: better archive search links for group documents ( #6835 )
2024-01-09 15:17:11 -06:00
Lars Eggert
e24fb601db
chore: Replace markup_txt with rfc2html ( #6632 )
...
* chore: Replace markup_txt with rfc2html
* Suppress HTML issues
* Remove comment
* Suppress harder
* Suppress even more
* Fix test
* Ignore vnu "duplicate ID" errors
* Undo accidental commit
* Fix RFCs
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2024-01-05 12:29:28 -06:00
Robert Sparks
caa1d5f462
doc: Update INSTALL
2024-01-05 09:57:40 -06:00
Robert Sparks
88bc604949
fix: filter draft documents that became RFCs out of docs by ad ( #6884 )
2024-01-05 08:10:24 -06:00
Lars Eggert
5174e399ed
fix: Adjust dark theme to make range slider more visible ( #6885 )
...
Fixes #6881
2024-01-05 07:47:39 -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
Nicolas Giard
1d0b149264
ci: update dependency-review.yml
2024-01-04 18:31:31 -05:00
Robert Sparks
678feca759
fix: remove unneeded (and broken) redirect ( #6866 )
2024-01-04 12:08:06 -06:00
Robert Sparks
2331b7541b
Merge pull request #6878 from pselkirk/fix-6861
...
fix: Correctly display the last pre-RFC rev of a draft
2024-01-04 11:01:08 -06:00
Paul Selkirk
02e0d960a4
fix: Correctly display the last pre-RFC rev of a draft
2024-01-04 00:50:08 -05:00
Nicolas Giard
f071c8c365
ci: fix sandboxNoDbRefresh flag
2024-01-03 21:51:40 -05:00
Nicolas Giard
b3c0b30838
ci: add disable daily DB refresh flag
2024-01-03 21:24:44 -05:00