Skip to content

Commit

Permalink
Update deps 2025-01 (#1363)
Browse files Browse the repository at this point in the history
* Update dependencies for repo root

* npm audit for repo root

* Update dependencies for system-tests

* Update dependencies for cms

* npm audit for cms

* Update dependencies for course-material

* npm audit for course-material

* Update dependencies for example-exercise

* npm audit for example-exercise

* Update dependencies for main-frontend

* npm audit for main-frontend

* Update dependencies for quizzes

* npm audit for quizzes

* Update dependencies for tmc

* npm audit for tmc

* Update dependencies for shared-module

* Cargo upgrade

* Cargo update

* Update azure_core

* Fix responsiviness issue on the course objective block

* Stylelint fix

* Downgrade @wordpress/block-editor

* Generate bindings

* Fix date display on end exam screen

* Remove unecessary stuff from exam results screen

* Fix scss syntax

* @kubernetes/client-node 1.0.0 changes

* Remove unused imports

* Fix locale issue on system tests

* System test fixes

* System test fixes

* Update storybook deps

* Add retries to spacer not breaking editing test

* Fix branch ready checks

* Introduce waiting for view types for system tests

* Fix
  • Loading branch information
nygrenh authored Jan 16, 2025
1 parent 483281e commit f265c3d
Show file tree
Hide file tree
Showing 63 changed files with 55,129 additions and 99,203 deletions.
2 changes: 1 addition & 1 deletion .husky/lint-staged.branch-ready.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// These checks are slower and more likely to fail than the precommit checks.
// See lint-staged.precommit.config.js for precommit checks.
module.exports = {
"*.{js,jsx,ts,tsx}": ["eslint --cache --fix", "stylelint --fix"],
"*.{js,jsx,ts,tsx}": ["eslint --cache --fix", "stylelint --fix lax"],
"services/example-exercise/src/**/*.{js,jsx,ts,tsx}": () =>
"npx tsc -p services/example-exercise/ --noEmit",
"services/cms/src/**/*.{js,jsx,ts,tsx}": () =>
Expand Down
2 changes: 1 addition & 1 deletion .husky/lint-staged.precommit.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Runs on precommit.
// Focuses on tests that are fast to run don't fail often. For other checks, see bin/git-run-branch-ready-checks and lint-staged.branch-ready.config.js
module.exports = {
"*.{js,jsx,ts,tsx}": ["eslint --cache --fix", "stylelint --fix"],
"*.{js,jsx,ts,tsx}": ["eslint --cache --fix", "stylelint --fix lax"],
"*.{md,json,scss,css}": "prettier --write",
"*.rs": () => [
"cargo fmt --manifest-path services/headless-lms/Cargo.toml --all -- --files-with-diff",
Expand Down
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"no-duplicate-selectors": null,
"function-no-unknown": null,
"media-query-no-invalid": null,
"declaration-property-value-no-unknown": null,
"selector-type-no-unknown": [
true,
{
Expand Down
Loading

0 comments on commit f265c3d

Please sign in to comment.