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

Update all non-major dependencies #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@material-ui/core (source) 4.12.3 -> 4.12.4 age adoption passing confidence dependencies patch
circleci/node 14.16.1 -> 14.18.2 age adoption passing confidence docker minor
classnames 2.3.1 -> 2.5.1 age adoption passing confidence dependencies minor
eslint-plugin-import 2.25.3 -> 2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-jest 25.3.0 -> 25.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.27.1 -> 7.34.2 age adoption passing confidence devDependencies minor
koa 2.13.4 -> 2.15.3 age adoption passing confidence dependencies minor
koa-bodyparser (source) 4.3.0 -> 4.4.1 age adoption passing confidence dependencies minor
koa-compress 5.1.0 -> 5.1.1 age adoption passing confidence dependencies patch
koa-session 6.2.0 -> 6.4.0 age adoption passing confidence dependencies minor
node (source) 14.16.1 -> 14.21.3 age adoption passing confidence engines minor
nodemon (source) 2.0.15 -> 2.0.22 age adoption passing confidence devDependencies patch
pdfmake (source) 0.2.4 -> 0.2.10 age adoption passing confidence dependencies patch
pg (source) 8.7.1 -> 8.11.5 age adoption passing confidence dependencies minor
pg-promise 10.11.1 -> 10.15.4 age adoption passing confidence dependencies minor
react-redux 7.2.6 -> 7.2.9 age adoption passing confidence dependencies patch
redux (source) 4.1.2 -> 4.2.1 age adoption passing confidence dependencies minor
redux-saga (source) 1.1.3 -> 1.3.0 age adoption passing confidence dependencies minor
reduxsauce 1.2.1 -> 1.3.0 age adoption passing confidence dependencies minor
reselect 4.1.5 -> 4.1.8 age adoption passing confidence dependencies patch
winston 3.3.3 -> 3.13.0 age adoption passing confidence dependencies minor

Release Notes

mui-org/material-ui (@​material-ui/core)

v4.12.4: 4.12.4

Compare Source

Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

This release was motivated by fixing compatibility issues with TypeScript 4.7 (#​32041).

@material-ui/core@4.12.4

  • [core] Fix TS 4.7 compat issues (#​32041, #​32126) @​eps1lon
  • [TextField] Use deprecatedPropType on the deprecated props (#​27503) @​mnajdova

Docs

  • update all the links to the new domain @​oliviertassinari
  • Update canonicals to point to the new domain @​oliviertassinari
  • [Badge] Warn on default `overlap` value as well (#​27573) @​eps1lon
  • [docs] Fix seo issues on v4 (#​28999) @​mnajdova
  • [docs] Use branch deploy for v4 docs (#​28896) @​oliviertassinari
  • [docs] Improve the banner that points to v5 @​oliviertassinari
  • [docs] Fix various broken master links (#​28358) @​eps1lon
  • [docs] Remove job ad on the website (#​28343) @​eps1lon
  • [docs] Prepare for v4.material-ui.com deploy (#​28227) @​mnajdova
  • [docs] Cancelled subscription @​oliviertassinari
  • [docs] v5 is no longer a beta @​oliviertassinari
  • [docs] Sync redirections from X into Core @​oliviertassinari
  • [docs] Add GridExportCSVOptions page to documentation pages (#​27414) @​flaviendelangle
  • [docs] Add job ad (#​27784) @​oliviertassinari
  • [docs] Fix api generation for `deprecatedPropType` (#​27576) @​mnajdova
  • [v4] Batch fixes (#​28684) @​mnajdova
  • [website] Experiment without compensation @​oliviertassinari
  • [website] Add spicefactory as gold sponsor @​oliviertassinari

Core

  • [core] Consider v4.x as the base (#​28344) @​eps1lon

All contributors of this release in alphabetical order: @​eps1lon, @​flaviendelangle, @​mbrookes, @​mnajdova, @​oliviertassinari, @​spiftire

JedWatson/classnames (classnames)

v2.5.1

Compare Source

  • Remove workspaces field from package (#​350)

v2.5.0

Compare Source

  • Restore ability to pass a TypeScript interface (#​341)
  • Add exports field to package (#​342)

v2.4.0

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed

v2.26.0

Compare Source

Added
  • [no-named-default], [no-default-export], [prefer-default-export], [no-named-export], [export], [named], [namespace], [no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed

v2.25.4

Compare Source

Fixed
Changed
  • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
  • [Deps] update eslint-module-utils
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v25.7.0

Compare Source

Features
  • create prefer-equality-matcher rule (#​1016) (341353b)
  • valid-expect: support asyncMatchers option and default to jest-extended matchers (#​1018) (c82205a)

v25.6.0

Compare Source

Features

v25.5.0

Compare Source

Features
  • prefer-expect-assertions: support requiring only if expect is used in a callback (#​1028) (8d5fd33)

v25.4.0

Compare Source

Features
  • prefer-expect-assertions: support requiring only if expect is used in a loop (#​1013) (e6f4f8a)

25.3.4 (2022-01-01)

Bug Fixes
  • prefer-lowercase-title: ignore it and test separately (#​1011) (f1a7674)

25.3.3 (2021-12-30)

Bug Fixes
  • prefer-to-contain: support square bracket accessors (#​1009) (73984a7)
  • prefer-to-have-length: support square bracket accessors (#​1010) (9e70f55)

25.3.2 (2021-12-27)

Bug Fixes
  • no-large-snapshots: only count size of template string for inline snapshots (#​1005) (5bea38f)
  • prefer-hooks-on-top: improve message & docs (#​999) (f9e7ae2)

25.3.1 (2021-12-27)

Bug Fixes

v25.3.4

Compare Source

Bug Fixes
  • prefer-lowercase-title: ignore it and test separately (#​1011) (f1a7674)

v25.3.3

Compare Source

Bug Fixes
  • prefer-to-contain: support square bracket accessors (#​1009) (73984a7)
  • prefer-to-have-length: support square bracket accessors (#​1010) (9e70f55)

v25.3.2

Compare Source

Bug Fixes
  • no-large-snapshots: only count size of template string for inline snapshots (#​1005) (5bea38f)
  • prefer-hooks-on-top: improve message & docs (#​999) (f9e7ae2)

v25.3.1

Compare Source

Bug Fixes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
  • [jsx-no-leaked-render][jsx-no-leaked-render]: prevent wrongly adding parens ([#​3700][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: detect TS interfaces ([#​3701][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: literalType error fix ([#​3704][] @​developer-bandi)
  • [boolean-prop-naming][boolean-prop-naming]: allow TSIntersectionType ([#​3705][] @​developer-bandi)
  • [no-unknown-property][no-unknown-property]: support popover, popovertarget, popovertargetaction attributes ([#​3707][] @​ljharb)
  • [no-unknown-property][no-unknown-property]: only match data-* attributes containing - ([#​3713][] @​silverwind)
  • [checked-requires-onchange-or-readonly][checked-requires-onchange-or-readonly]: correct options that were behaving opposite ([#​3715][] @​jaesoekjjang)
Changed
  • [boolean-prop-naming][boolean-prop-naming]: improve error message (@​ljharb)

[#&#


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 5, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN cli npm v10.5.2 does not support Node.js v14.21.3. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm ERR! Unexpected token '??='

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-11T11_05_15_858Z-debug-0.log

File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1897112 to 1b31b7f Compare June 26, 2023 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b31b7f to e44c487 Compare July 10, 2023 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e44c487 to deb47b4 Compare July 20, 2023 16:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac149d5 to 10caf5d Compare August 1, 2023 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 32b1a49 to 6adf33a Compare August 18, 2023 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6adf33a to 5b6ba62 Compare October 7, 2023 21:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 37a178b to de04484 Compare January 1, 2024 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de04484 to 253cc03 Compare January 2, 2024 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b2b9394 to 543baf3 Compare January 18, 2024 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a68a30b to a4b6c52 Compare March 7, 2024 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4f86d95 to 8545f92 Compare March 21, 2024 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 06b785d to 8e9e803 Compare March 30, 2024 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e9e803 to 7993138 Compare April 2, 2024 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7993138 to f661670 Compare April 11, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f661670 to f4c8d38 Compare May 28, 2024 08:35
Copy link
Contributor Author

renovate bot commented May 28, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
ERROR: npm v10.8.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.8.0/14.21.3/node_modules/npm/lib/utils/error-message.js:11
  er.message &&= replaceInfo(er.message)
             ^^^

SyntaxError: Unexpected token '&&='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.8.0/14.21.3/node_modules/npm/lib/cli/exit-handler.js:2:48)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: .circleci/config.yml
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: db-schema/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: web-client/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: api-server/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix admin-scripts run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix api-server run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix db-schema run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: admin-scripts/package.json
Post-upgrade command 'npm --prefix web-client run lint -- --fix' has not been added to the allowed list in allowedPostUpgradeCommands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants