Project

General

Profile

Download (1.09 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0942fa87 03/13/2024 03:59 PM Evgeni Golov

Fixes #37255 - pin victory-pie ~36.8.6

f3be1e5d 02/14/2024 03:56 PM Samir Jha

Fixes #37156 - Pin victory-core to 36.8.z

a5460c8e 02/01/2024 11:47 AM Evgeni Golov

Fixes #37127 - Clean up old storybook dependencies

262b5cac 01/31/2024 01:02 PM Evgeni Golov

Fixes #37126 - Replace node-sass with sass

sass was already added to package.json for Webpack 5, this just makes it
used across the board and drops node-sass

89c61045 01/26/2024 10:44 AM Maria Agaphontzev

Fixes #37102 - webpack 5

7b74d9dc 08/08/2023 07:12 PM Samir Jha

Fixes #36656 - Pin @adobe/css-tools to 4.2.0

c7ca5f95 07/19/2023 05:48 PM Ewoud Kohl van Wijngaarden

Ignore theforeman-eslint-plugin-rules in packaging

This is a development only package and shouldn't end up in real
production environments. Not even in their build process.

ee3a8f66 06/20/2023 02:34 PM Evgeni Golov

add back stories to exclude list for now

while this has been dropped from core, many plugins still refer to
`@theforeman/stories` and thus generate wrong dependencies after
5e7343ecdad7632a94efa26fcba84889e66b06b4

5e7343ec 06/09/2023 07:52 AM Maria Agaphontzev

Fixes #36439 - remove storybook and update ui docs

a5feafdc 04/14/2023 06:23 PM Samir Jha

Fixes #36305 - Pin sass version to 1.60.z to avoid node 14 dependency

86b63fd6 04/25/2022 07:54 AM Samir Jha

Fixes #34802 - Pin tabbable version

55c1a599 01/25/2022 10:09 AM Evgeni Golov

update npm exclude list

492addca 12/10/2021 11:11 AM Evgeni Golov

exclude all @testing-library packages from packaging

eb4fc33a 10/19/2021 07:49 AM Ondřej Pražák

Fixes #33560 - Pin @jest/types

a59109b4 09/05/2021 09:23 AM Ewoud Kohl van Wijngaarden

Ignore @babel/eslint-* in packaging

This matches at least @babel/eslint-plugin and @babel/eslint-parser.

7b682c60 08/23/2021 10:23 AM Evgeni Golov

Fixes #33318 - add JS packages to be excluded for packaging

this list is taken from `update-requirements` in foreman-packaging and
is supposed to be the central place to manage those excludes from here
on. `update-requirements` will be updated to use this file.