bcgov / PIMS

Property Inventory Management System
https://pims.gov.bc.ca
Apache License 2.0
42 stars 43 forks source link

react-app NPM Dependency Report #2497

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 2 weeks ago

NPM Dependency Report - Tuesday, July 2nd, 2024

Versions of npm packages have been checked against their latest versions from the npm registry.

COVERAGE_PERCENTAGE

⚠️ - 9 Production dependencies are out-of-date. ⚠️ - 17 Development dependencies are out-of-date.

Make sure to change directory to where the package.json is located using...

cd react-app


Production Dependencies to Update:

minor

Expand to see individual installs.

``` npm install @mui/x-data-grid@7.8.0 @mui/x-date-pickers@7.8.0 ```
- [ ] `@mui/x-data-grid` Update from version `7.7.0` to `7.8.0` by running... ``` npm install @mui/x-data-grid@7.8.0 ``` - [ ] `@mui/x-date-pickers` Update from version `7.7.0` to `7.8.0` by running... ``` npm install @mui/x-date-pickers@7.8.0 ```


patch

Expand to see individual installs.

``` npm install @emotion/react@11.11.4 @emotion/styled@11.11.5 @mui/icons-material@5.15.21 @mui/material@5.15.21 dayjs@1.11.11 react-error-boundary@4.0.13 react-hook-form@7.52.1 ```
- [ ] `@emotion/react` Update from version `11.11.3` to `11.11.4` by running... ``` npm install @emotion/react@11.11.4 ``` - [ ] `@emotion/styled` Update from version `11.11.0` to `11.11.5` by running... ``` npm install @emotion/styled@11.11.5 ``` - [ ] `@mui/icons-material` Update from version `5.15.6` to `5.15.21` by running... ``` npm install @mui/icons-material@5.15.21 ``` - [ ] `@mui/material` Update from version `5.15.15` to `5.15.21` by running... ``` npm install @mui/material@5.15.21 ``` - [ ] `dayjs` Update from version `1.11.10` to `1.11.11` by running... ``` npm install dayjs@1.11.11 ``` - [ ] `react-error-boundary` Update from version `4.0.12` to `4.0.13` by running... ``` npm install react-error-boundary@4.0.13 ``` - [ ] `react-hook-form` Update from version `7.52.0` to `7.52.1` by running... ``` npm install react-hook-form@7.52.1 ```



Development Dependencies to Update:

major_dev

Expand to see individual installs.

``` npm install -D eslint@9.6.0 ```
- [ ] `eslint` Update from version `8.57.0` to `9.6.0` by running... ``` npm install -D eslint@9.6.0 ```


minor_dev

Expand to see individual installs.

``` npm install -D @typescript-eslint/eslint-plugin@7.15.0 @typescript-eslint/parser@7.15.0 typescript@5.5.3 ```
- [ ] `@typescript-eslint/eslint-plugin` Update from version `7.13.1` to `7.15.0` by running... ``` npm install -D @typescript-eslint/eslint-plugin@7.15.0 ``` - [ ] `@typescript-eslint/parser` Update from version `7.13.1` to `7.15.0` by running... ``` npm install -D @typescript-eslint/parser@7.15.0 ``` - [ ] `typescript` Update from version `5.4.2` to `5.5.3` by running... ``` npm install -D typescript@5.5.3 ```


patch_dev

Expand to see individual installs.

``` npm install -D @babel/preset-env@7.24.7 @babel/preset-react@7.24.7 @testing-library/jest-dom@6.4.6 @types/jest@29.5.12 @types/leaflet@1.9.12 @types/react@18.3.3 @vitejs/plugin-react@4.3.1 eslint-plugin-prettier@5.1.3 eslint-plugin-react@7.34.3 prettier@3.3.2 ts-jest@29.1.5 vite@5.3.2 vite-tsconfig-paths@4.3.2 ```
- [ ] `@babel/preset-env` Update from version `7.24.0` to `7.24.7` by running... ``` npm install -D @babel/preset-env@7.24.7 ``` - [ ] `@babel/preset-react` Update from version `7.24.1` to `7.24.7` by running... ``` npm install -D @babel/preset-react@7.24.7 ``` - [ ] `@testing-library/jest-dom` Update from version `6.4.2` to `6.4.6` by running... ``` npm install -D @testing-library/jest-dom@6.4.6 ``` - [ ] `@types/jest` Update from version `29.5.11` to `29.5.12` by running... ``` npm install -D @types/jest@29.5.12 ``` - [ ] `@types/leaflet` Update from version `1.9.9` to `1.9.12` by running... ``` npm install -D @types/leaflet@1.9.12 ``` - [ ] `@types/react` Update from version `18.3.1` to `18.3.3` by running... ``` npm install -D @types/react@18.3.3 ``` - [ ] `@vitejs/plugin-react` Update from version `4.3.0` to `4.3.1` by running... ``` npm install -D @vitejs/plugin-react@4.3.1 ``` - [ ] `eslint-plugin-prettier` Update from version `5.1.2` to `5.1.3` by running... ``` npm install -D eslint-plugin-prettier@5.1.3 ``` - [ ] `eslint-plugin-react` Update from version `7.34.0` to `7.34.3` by running... ``` npm install -D eslint-plugin-react@7.34.3 ``` - [ ] `prettier` Update from version `3.3.0` to `3.3.2` by running... ``` npm install -D prettier@3.3.2 ``` - [ ] `ts-jest` Update from version `29.1.1` to `29.1.5` by running... ``` npm install -D ts-jest@29.1.5 ``` - [ ] `vite` Update from version `5.3.1` to `5.3.2` by running... ``` npm install -D vite@5.3.2 ``` - [ ] `vite-tsconfig-paths` Update from version `4.3.1` to `4.3.2` by running... ``` npm install -D vite-tsconfig-paths@4.3.2 ```