Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
@material-ui/core (source) 4.12.3 -> 4.12.4 age confidence dependencies patch
circleci/node 14.16.1 -> 14.18.2 age confidence docker minor
classnames 2.3.1 -> 2.5.1 age confidence dependencies minor
eslint-plugin-import 2.25.3 -> 2.32.0 age confidence devDependencies minor
eslint-plugin-jest 25.3.0 -> 25.7.0 age confidence devDependencies minor
eslint-plugin-react 7.27.1 -> 7.37.5 age confidence devDependencies minor
koa-bodyparser (source) 4.3.0 -> 4.4.1 age confidence dependencies minor
koa-compress 5.1.0 -> 5.1.1 age confidence dependencies patch
koa-session 6.2.0 -> 6.4.0 age confidence dependencies minor
node (source) 14.16.1 -> 14.21.3 age confidence engines minor
nodemon (source) 2.0.15 -> 2.0.22 age confidence devDependencies patch
pdfmake (source) 0.2.4 -> 0.2.20 age confidence dependencies patch
pg (source) 8.7.1 -> 8.16.3 age confidence dependencies minor
react-redux 7.2.6 -> 7.2.9 age confidence dependencies patch
redux (source) 4.1.2 -> 4.2.1 age confidence dependencies minor
redux-saga (source) 1.1.3 -> 1.3.0 age confidence dependencies minor
reduxsauce 1.2.1 -> 1.3.0 age confidence dependencies minor
reselect 4.1.5 -> 4.1.8 age confidence dependencies patch
winston 3.3.3 -> 3.17.0 age 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/[email protected]

  • [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.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

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 ([#​2735], 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

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

25.3.4 (2


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@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 from 5b6ba62 to d597f09 Compare October 23, 2023 07:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d597f09 to 7f7034b Compare November 9, 2023 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f7034b to b0c563c Compare December 14, 2023 20:24
@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 from 38a28d3 to ad34b19 Compare October 24, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9315d49 to 3d0b6d0 Compare November 2, 2024 10:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d0b6d0 to 9a8495e Compare November 10, 2024 04:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a8495e to 7d57234 Compare December 15, 2024 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0e3ca2e to 1f24ee0 Compare December 24, 2024 05:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f24ee0 to 1766ddd Compare January 1, 2025 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1766ddd to 6456895 Compare January 13, 2025 05:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d03fe16 to e13f58d Compare February 13, 2025 02:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e13f58d to 707a88c Compare February 27, 2025 06:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f9ecdf0 to 157e6de Compare March 17, 2025 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 50df5b6 to 7fb6713 Compare April 6, 2025 22:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b13939f to 9adb1c7 Compare April 26, 2025 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7907f5f to 93ee6f6 Compare May 12, 2025 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1d73344 to 9f61428 Compare June 21, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f61428 to 6a62579 Compare June 27, 2025 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a62579 to e531fdf Compare August 7, 2025 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e531fdf to 72a7609 Compare August 13, 2025 14:45
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.

0 participants