Skip to content

Commit

Permalink
update all dependencies and devDependencies to work with angular 19
Browse files Browse the repository at this point in the history
fix as much deprecations as possible

make all components, pipes and directives not standalone

rename scss files to use underscore and make new scss work

fix bootstrap theme not working anymore and fix bug caused by this and simplify path used to access _variables.scss

remove the this from all variables/functions inside templates because its deprecated

fix another scss deprecation because you shouldnt have declerations after nested rules

override glob so newest glob version gets used instead of deprecated version

make sidepanel not fullscreen

make all filepaths used in @use consistent

override jsdom version to remove all deprecations make filepaths in scss @use all the same

change import to use

remove not needed variable declerations

add comment to why intellij shows an error

use interpolation in calc methods that use vars and namespaces

fix faults made while rebasing

remove override and update setup-jest.ts

update package lock

remove unused jest dependency

update npm version to 11.0.0

regen package-lock

regen package-lock

run formatter and turn prefer standalone rule off
  • Loading branch information
nevio18324 committed Dec 24, 2024
1 parent d984f1f commit ad4173d
Show file tree
Hide file tree
Showing 92 changed files with 2,545 additions and 2,019 deletions.
2 changes: 2 additions & 0 deletions frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export default tsEslint.config(
'@stylistic/function-paren-newline': ['error', { minItems: 4 }],
'@stylistic/space-before-function-paren': ['error', 'never'],

// Off because angular our files are not standalone
'@angular-eslint/prefer-standalone': 'off',
'@angular-eslint/directive-selector': [
'error',
{
Expand Down
Loading

0 comments on commit ad4173d

Please sign in to comment.