Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NPM dependencies #15266

Merged
merged 7 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 71 additions & 60 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 22 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,34 +73,35 @@
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@appsignal/javascript": "^1.3.26",
"@appsignal/plugin-breadcrumbs-console": "^1.1.27",
"@appsignal/plugin-breadcrumbs-network": "^1.1.21",
"@appsignal/javascript": "^1.3.28",
"@appsignal/plugin-breadcrumbs-console": "^1.1.29",
"@appsignal/plugin-breadcrumbs-network": "^1.1.22",
"@datorama/akita": "^8.0.1",
"@floating-ui/dom": "^1.2.1",
"@fullcalendar/angular": "^6.1.10",
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/resource": "^6.1.8",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/resource": "^6.1.11",
"@fullcalendar/resource-common": "^5.11.5",
"@fullcalendar/resource-timeline": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/resource-timeline": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@github/webauthn-json": "^2.1.1",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo": "^7.3.0",
"@hotwired/turbo-rails": "^7.3.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.4",
"@hotwired/turbo-rails": "^8.0.4",
"@kolkov/ngx-gallery": "^2.0.1",
"@ng-select/ng-option-highlight": "0.0.7",
"@ng-select/ng-select": "^11.0.0",
"@ng-select/ng-option-highlight": "12.0.6",
"@ng-select/ng-select": "^12.0.7",
"@ngneat/content-loader": "^7.0.0",
"@ngx-formly/core": "^6.1.4",
"@openproject/octicons-angular": "^19.9.0",
"@openproject/primer-view-components": "^0.28.1",
"@openproject/reactivestates": "^3.0.1",
"@primer/css": "^21.1.1",
"@types/hotwired__turbo": "^8.0.0",
"@uirouter/angular": "^13.0.0",
"@uirouter/core": "^6.1.0",
"@uirouter/rx": "^1.0.0",
Expand All @@ -117,7 +118,7 @@
"crossvent": "^1.5.4",
"dom-autoscroller": "^2.2.8",
"dom-plane": "^1.0.2",
"dragula": "^3.5.2",
"dragula": "^3.7.3",
"expose-loader": "^0.7.5",
"flatpickr": "^4.6.13",
"fuse.js": "^3.4.5",
Expand All @@ -133,20 +134,20 @@
"mark.js": "^8.11.0",
"mdx-embed": "^1.1.2",
"mime": "^2.5.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mousetrap": "~1.6.3",
"ng-dynamic-component": "^10.7.0",
"ng2-charts": "^4.1.1",
"ng2-dragula": "^3.2.0",
"ng2-dragula": "^5.1.0",
"ngx-cookie-service": "^14.0.0",
"observable-array": "0.0.4",
"pako": "^2.0.3",
"qr-creator": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"screenfull": "^4.2.1",
"stimulus-use": "^0.52.0",
"stimulus-use": "^0.52.2",
"tablesorter": "^2.31.3",
"ts-action": "^11.0.0",
"ts-action-operators": "^9.1.2",
Expand Down Expand Up @@ -178,4 +179,4 @@
"overrides": {
"@primer/view-components": "npm:@openproject/primer-view-components@^0.28.1"
}
}
}
1 change: 1 addition & 0 deletions frontend/src/turbo/setup.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "../typings/shims.d.ts"
import * as Turbo from '@hotwired/turbo';
import { ModalDialogElement } from '@openproject/primer-view-components/app/components/primer/alpha/modal_dialog';

Expand Down
14 changes: 13 additions & 1 deletion frontend/src/typings/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,28 @@ import { Injector } from '@angular/core';

import { OpenProject } from 'core-app/core/setup/globals/openproject';
import * as TLodash from 'lodash';
import { GlobalI18n } from 'core-app/core/i18n/i18n.service';
import { Dragula } from 'dragula';
import { Screenfull } from 'screenfull';
import { ErrorReporterBase } from 'core-app/core/errors/error-reporter-base';
import { I18n } from 'i18n-js';
import '@hotwired/turbo';

declare module 'observable-array';
declare module 'dom-autoscroller';
declare module 'core-vendor/enjoyhint';

declare module '@hotwired/turbo' {
export const session:{
drive:boolean;
};

export const navigator:{
submitForm:(form:HTMLFormElement, submitter?:HTMLElement) => void;
}

export function start():void;
}

declare global {
const _:typeof TLodash;
const I18n:I18n;
Expand Down
Loading