Keith Chong
5cf3610173
fix: Add OCI icon ( #583 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2025-01-24 08:20:20 -05:00
Minsu
54f36c723d
fix: popup header icon top alignment ( #575 )
...
style: popup header i top code modification
Signed-off-by: Minsu <alstntorl@naver.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2024-10-11 23:05:40 +00:00
Anton Gilgur
45b5ce209c
chore(deps): dedupe `yarn.lock`, add check for dupes ( #571 )
...
* chore(deps): dedupe `yarn.lock`, add check for dupes
- add a `deduplicate` script that uses `yarn-deduplicate`
- run `deduplicate` during UI CI
- run `deduplicate` once and commit the results
- similar to a PR I made in Workflows and PRs in other repos
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* make it a devDep for consistency & security
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* use the older version of `wide-align` as the newer is broken
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-10-11 19:03:29 -04:00
Anton Gilgur
d9a4285dc2
fix!: remove deprecated `durationMs` prop ( #577 )
...
- I previously left in `durationMs` for backward-compatibility so that you could use either, but I forgot to mark the types as optional, so both ended up being required by the typings
- instead of making them both confusingly optional (no way of doing "one of"), just remove the deprecated `durationMs` in another breaking change
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-09-12 13:37:52 -04:00
Anton Gilgur
e76346fdd7
chore(deps-dev): remove unused `@testing-library/` deps ( #569 )
...
- they're not used in the repo
- I guess I missed these in my previous removals and assumed they were used or something
- there aren't that many tests in this repo either
- while `testing-library` is the preferred tool in the ecosystem these days, `enzyme` is still used in this repo
- potentially could be replaced by `testing-library`, but not necessarily worthwhile given the deprecated state of this repo
- also automatically reorder the `@types/uuid` dep
- happens automatically on a `yarn add` or `yarn remove`, I just left it out from previous removals as they were much larger and so it could be distracting
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 23:18:25 -04:00
Anton Gilgur
d1f1d4496b
chore(storybook): update v1 syntax to use Storybook v6 ( #568 )
...
* chore(storybook): update v1 syntax to use Storybook v6
- while the deps used Storybook v6, the configuration and stories themselves were still on a legacy v5 format
- v6 had backward compat for v5, but v7 does not, so this needs upgrading/migrating
- or well, v7 has some legacy mode for it that can be enabled with some config, but it is entirely gone in v8
- migrate `storiesOf` to CSF per https://storybook.js.org/docs/7/migration-guide#storiesof-to-csf
- then had to do a bunch of manual changes to get back mostly the same previous indentation (with some minor differences where there were mistakes or inconsistencies)
- tried to keep the diff as small as possible
- CSF is still valid through to latest v8
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* chore(storybook): convert v1 config to use Storybook v6
- modified version of v2's config
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* fixup config a bit -- take more from prev webpack config
- `ts-loader` is necessary to handle the `import type` syntax
- custom `tsconfig.json` doesn't seem necessary though
- use same SASS config
- plain CSS config not needed though bc PostCSS already runs by default
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* rename to `.stories.tsx` and remove `index`
- the conventional format
- also had some problems finding stories without this change
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* fix deprecation warning re: `storyName`
- per https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#hoisted-csf-annotations
- migrate `.story.name` -> `.storyName`
- not sure why the automigration didn't do this and instead used the deprecated name 😕
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* also fix history deprecation warning
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* attempt to load CSS properly but still fail
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* improve perf with built in loader for TS
- remove `ts-loader` as not necessary
- plus some settings for Storybook's TS loader preset
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* diff reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more diff reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more diff reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* attempt to reduce diff a bit more hackily
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* one more diff reduction with one hackishness
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* diff reduction with older wacky syntax
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* slightly better syntax than previous while retaining indentation
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* last diff reduction/indentation change
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* missing trailing comma
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 23:16:23 -04:00
Anton Gilgur
a7b01f9f00
refactor: make `context.tsx` tree-shakeable ( #573 )
...
- `components/` is not tree-shakeable, so importing it makes this file also not tree-shakeable
- similar to my PR upstream and for the Storybook here to use individual imports
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 14:17:15 -04:00
Anton Gilgur
ba20f5e80e
chore: remove unused Utils functions ( #574 )
...
- in this repo they are unused:
- https://github.com/search?q=repo%3Aargoproj%2Fargo-ui%20getScrollParent&type=code
- https://github.com/search?q=repo%3Aargoproj%2Fargo-ui+scrollTo&type=code
- in CD they are not used:
- https://github.com/search?q=repo%3Aargoproj%2Fargo-cd+getScrollParent&type=code
- https://github.com/search?q=repo%3Aargoproj%2Fargo-cd+scrollTo&type=code
- in Rollouts they are not used:
- https://github.com/search?q=repo%3Aargoproj%2Fargo-rollouts+getScrollParent&type=code
- https://github.com/search?q=repo%3Aargoproj%2Fargo-rollouts+scrollTo&type=code
- in Workflows they are not used:
- https://github.com/search?q=repo%3Aargoproj%2Fargo-workflows+getScrollParent&type=code
- https://github.com/search?q=repo%3Aargoproj%2Fargo-workflows+scrollTo&type=code
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 14:12:14 -04:00
Anton Gilgur
e11dac015c
chore: remove unused `src/webpack.config.js` ( #572 )
...
- it is not used by anything
- it references `../app/webpack.config`, which also does not exist
- afaict, that file is from when the Argo Workflows UI was in this repo (i.e several years old)
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 14:11:44 -04:00
Anton Gilgur
fb8529b0e3
style: fix whitespace issues in `popup-manager.tsx` ( #570 )
...
- extra whitespace in import and lacking newlines in component JSX
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 14:09:50 -04:00
Anton Gilgur
13ce982611
refactor(deps)!: remove `moment` dep and usage ( #535 )
...
* refactor(deps): remove `moment` dep and usage
`moment` has been [deprecated since Sep 2020](https://momentjs.com/docs/#/-project-status/ ) and recommends using native `Intl` or newer libraries that make use of native `Intl`, such as `luxon` and `dayjs`
- `moment` is also a very large dependency and hence is ripe for pruning and replacement as well
- remove `formatTimestamp` function from `v2/utils` as it is unused
- it is unused [internally](https://github.com/search?q=repo%3Aargoproj%2Fargo-ui+formattimestamp&type=code ) (it is only exported here), unused by [CD](https://github.com/search?q=repo%3Aargoproj%2Fargo-cd%20formattimestamp&type=code ), unused by [Workflows](https://github.com/search?q=repo%3Aargoproj%2Fargo-workflows+formattimestamp&type=code )
- it's also and unused by Rollouts, which has [two](c688dd89a7/ui/src/app/shared/utils/utils.tsx (L17)
) [internal](c688dd89a7/ui/src/app/components/rollout/revision.tsx (L21)
) copies of this function
- change `Ticker` component to use plain `Date` instead of `moment`
- downstream projects should get a type error on this which should make the switch straightforward
- change `Duration` component to use existing `formatDuration` function which doesn't use `moment`
- this will look different than the previous version, but the formatting between the two should really be consistent in any case
- other option was to just remove this component entirely, since this repo is not actively maintained
- leaving the component in instead of deleting it gives a more gradual off-ramp
- CD uses this component in [two](9ecc5aec2a/ui/src/app/applications/components/application-deployment-history/application-deployment-history.tsx (L1)
) [places](9ecc5aec2a/ui/src/app/applications/components/application-operation-state/application-operation-state.tsx (L1)
) and Rollouts uses this in [one place](c688dd89a7/ui/src/app/components/pods/pods.tsx (L3)
)
- Workflows does not use this, it has [its own `DurationPanel` component](1dbc856e51/ui/src/app/shared/components/duration-panel.tsx (L7)
) and its own [internal copy](1dbc856e51/ui/src/app/shared/duration.ts (L11)
) of the `formatDuration` function as well
- none of these use the `allowNewLines` prop, so it is safe to remove
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* fix(ui): duration component should div not mult
ms -> s
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* fix incorrect parameter naming
- apparently `durationMs` was incorrectly named as it actually took seconds, not milliseconds
- for backward compat, leave `durationMs`, but also introduce `durationS`
- and add JSDoc to indicate this to users of the component
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* use 2 significant figures
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 14:03:20 -04:00
Anton Gilgur
20b9acbbe1
fix(deps-dev): downgrade all Storybook breakage from dependabot et al ( #567 )
...
* fix(deps): downgrade all breakage from dependabot et al
- go back to Storybook v6 addons, matching the `storybook` dep
- the addons were partially auto-upgraded to breaking versions by dependabot
- go back to Webpack v4, matching Storybook v6
- this was also auto-upgraded to a breaking version by dependabot
- go back to `ts-loader` v8, matching Webpack v4
- and this too had a breaking dependabot upgrade
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* revert unrelated dep changes
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* revert the yarn.lock semver compatible changes as well
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* and once more
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* attempt to revert more unnecessary auto-made yarn.lock changes
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* some more
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* set all storybook deps to 6.5.14 and ensure yarn.lock follows it
- the latter took some manual editing and resolutions until it got it, and now it reproduces the minimal variant
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more yarn.lock diff reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more babel reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more babel reduction
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* more
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* couple more iterations on that
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* migrate from `@dump247/storybook-state` to `useState` hook
- as per its archived docs
- tried to make the diff as small as possible
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* import individual components from dir
- same as downstream in Workflows, in order to code split properly, can't use the `src/` or `src/components/` imports as they have side effects (and therefore can't be tree-shaken)
- instead have to do individual component imports to tree shake properly
- this seems to substantially improve performance from lethargic minutes of loading on first page load to seconds
- I believe Storybook tries to code split things itself, so maybe it was making a giant bundle for each story file?
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* remove not working CSS test
- it was tested with and without the comment, to be specific
- as well as several other ways
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* downgrade to storybook 6.5.0-beta.1 to get around telemetry bug
- per, well, my own SO answer: https://stackoverflow.com/a/78770854/3431180
- also remove old, no longer unused `@types/storybook*` deps
- Storybook has types built-in now (and is written in TS, not sure if it wasn't before or something)
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-08-22 13:57:26 -04:00
Jessie Teng
7246755f15
fix(notification): fit long words ( #546 )
...
* bugfix-512: error message layout
Signed-off-by: Jessie <yilin.teng@fmr.com>
* update to use overflow-wrap break-word
Signed-off-by: Jessie <yilin.teng@fmr.com>
* remove unused change
Signed-off-by: Jessie <yilin.teng@fmr.com>
* rename typo files
Signed-off-by: Jessie <yilin.teng@fmr.com>
* update to only change for notification component
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
* Add explanatory comment
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
---------
Signed-off-by: Jessie <yilin.teng@fmr.com>
Signed-off-by: Jessie Teng <jessie.teng@fmr.com>
Co-authored-by: Jessie Teng <jessie.teng@fmr.com>
Co-authored-by: Anton Gilgur <agilgur5@gmail.com>
2024-06-26 23:04:52 +00:00
Tianchu Zhao
6de6bfedc0
fix(select): right align arrow ( #563 )
...
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
2024-06-11 13:27:47 -04:00
Tianchu Zhao
00a8b573b8
fix(select): vertically center arrow ( #178 )
...
* fix: center select arrow
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
* add comment
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
2024-06-10 21:32:56 -04:00
Adrien Delannoy
ccb4ced7b1
fix(autocomplete): use JSDoc `@default` for `autoHighlight` prop ( #561 )
...
Co-authored-by: Anton Gilgur <agilgur5@gmail.com>
Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
2024-06-10 12:25:21 -04:00
Adrien Delannoy
2c503a8814
feat(autocomplete): make `autoHighlight` configurable. Fixes #559 ( #560 )
...
* fix: remove autoHighlight on autocomplete by default
Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
* update default to `true` with a comment about upstream
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
2024-06-08 04:36:15 -04:00
Anton Gilgur
4f102b14dd
chore(deps): remove unused `antd` directory and deps ( #554 )
...
* chore(deps): remove unused `antd` directory and deps
- there are no components, only stories in the `./antd` dir
- and doubly confirmed that none of these are used in CD, Workflows, or Rollouts
- so remove the `./antd` dir entirely as well as all related deps
- `antd` ofc, but also all the `less` deps and the `gulp` build for `antd`'s styles
- I'm not even sure what the `gulp` build was for exactly, nor why it used different tooling than already existed in this repo
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* fix extra trailing comma from merge conflict
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-06-08 04:14:17 -04:00
Adrien Delannoy
0bce165cc8
fix: copy logs text on Linux & Windows. Fixes #557 ( #558 )
...
fix: copy logs text on windows
Co-authored-by: Anton Gilgur <agilgur5@gmail.com>
Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
2024-06-06 16:36:55 +00:00
Anton Gilgur
af33af0030
chore(deps): upgrade to node v20 ( #536 )
...
- node v14 is EoL and has been [since April 2023](68840fae8f/README.md
?plain=1#L7)
- node v20 is the [current LTS version](9cf9c6ed81/README.md
?plain=1#L8)
- due to an old version of Storybook / Webpack, we have to run all Storybook scripts with `NODE_OPTIONS='--openssl-legacy-provider'`
- this must be used if we use newer versions of node without upgrading Storybook + Webpack
- unfortunately, upgrading Storybook is significantly easier said than done, especially since there are 3 different Storybook builds in this repo (v1, v2, and `antd`)
- so put that off for now (or ever? since this repo is not maintained much anymore)
- note that this is an insecure run-time configuration (which is why it was deprecated and is legacy), but since it is only used in development, it's not a significant vulnerability
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-06-03 12:55:21 -04:00
Anton Gilgur
4836620cfc
refactor(ci): standardize Stale Action config ( #551 )
...
- fix OpenSSF Scorecard issues
- set top-level `permissions` to read-only
- add comments for job-level `permissions`
- pin action to a SHA
- use same settings as Workflows
- with a dedicated `stale-issue-message` & `stale-pr-message`
- same cron `schedule`
- same formatting: indentionation and ordering etc
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-05-28 03:11:38 -04:00
Alexandre Gaudreault
96fbfd9f20
feat(popup): styles for list element in popup ( #556 )
...
feat(popup): support list element in popup
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2024-05-20 17:14:34 -04:00
Anton Gilgur
7288592d38
fix: `package.json:license` should be Apache ( #555 )
...
- it was listed as `MIT` for some reason (copy+paste?), while Argo, including this repo's own `LICENSE`, uses Apache
- also CNCF uses Apache
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-05-11 21:46:15 -04:00
Anton Gilgur
2e93b71f9b
ci: only run Stale Action on specifically labeled issues and PRs ( #549 )
...
- only run on issues labeled with "problem/more information needed"
- same as done in Workflows
- most issues and PRs are marked and closed as stale in this repo only because they've never been followed up on, not because they're missing information
- for instance, a PR that never got a review or an issue with no maintainer response
- we should only start the stale process for issues/PRs that need action from the contributor, not ones that need action from maintainers
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-05-11 21:46:04 -04:00
Anton Gilgur
20d0b31bf4
ci(deps): set labels and commit prefix for dependabot ( #550 )
...
- use categorized labels, same as Workflows
- follow our standard conventional commit prefixes for deps
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-05-11 21:42:51 -04:00
Anton Gilgur
d1bd03e292
chore(deps): remove unused deps & `resolutions` ( #534 )
...
* chore(deps): remove unused deps
- these are all completely unused in the current codebase (search codebase, no references)
- installs, builds, tests, etc still work without all these
- maybe some of these were used at some point in the past, but none of them are currently used
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
* chore(deps): remove unnecessary Yarn resolutions
- `lodash` resolution is no longer needed as all deps are compatible with `lodash` `^4`
- 640ede9531
added it and it _may_ have been necessary for some of the `lodash` v3 deps there, but this codebase no longer has any `lodash` v3 deps
- `@types/history` is already using `^4.7.8` without the resolution
- 546911a8aa
added it while also upgrading the devDep; only upgrading the devDep was necessary
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-05-11 21:38:49 -04:00
instauro
741f07c28b
fix: Use type export for interface reexports ( #552 )
...
Signed-off-by: instauro <instauro@proton.me>
2024-05-11 11:57:40 -04:00
dependabot[bot]
4848ea1a2f
build(deps-dev): bump @storybook/addon-essentials from 6.5.14 to 7.6.14 ( #541 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ) from 6.5.14 to 7.6.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.14/code/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 15:26:06 +00:00
Anton Gilgur
3ac11b188d
docs: improve README with links and updates ( #538 )
...
- Argo Rollouts also [uses this repo](db5e3b2a8f/ui/package.json (L11)
)
- update Yarn link to Yarn v1 / Classic, as those docs are quite different from the current v4 docs
- same for Storybook v6 vs current v7 / v8 beta
- say "Storybook" with an in-line link, not just a link. it is referred to as "Storybook"
- see also k8s style guide on [links](https://kubernetes.io/docs/contribute/style/style-guide/#links )
- simplify "Build & Run" section a bit
- changing dirs to the repo you just cloned is implied. we don't say how to clone or fork, so leave this out too
- also you don't have to name your local dir `argo-ui`
- "`yarn install` to install dependencies" is redundant
- a bit simpler and more direct, [per k8s style guide](https://kubernetes.io/docs/contribute/style/style-guide/#use-simple-and-direct-language )
- could make it even simpler, but left it close to the same style for now
- fix some `markdownlint` etc issues in the "Local Development" section
- specify syntax in code blocks
- `yalc` should be in backticks as it's a command
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-02-13 10:20:53 -05:00
Anton Gilgur
ce4b63db80
ci: disable dependabot non-security updates ( #537 )
...
- similar to Workflows, most of the automated updates from dependabot here cause problems, a lot of noise, and use up CI time, all without much benefit
- most often are small patch updates of devDeps that don't affect our usage of them
- and then subsequent PRs for each individual patch bump etc
- the vast majority of PRs in this repo are these updates -- noise would be an understatement
- some also cause a lot of breakage when they pass CI but break something in a way that doesn't have an automated test
- given that this repo is not maintained much, no one is there to detect that or to ensure deps were properly updated
- so instead this causes breakage that goes unnoticed or unmentioned for _months_
- less frequent, manual updates are much, much safer than this as such
- and since it isn't really maintained, leaving it in a consistent, working state is also much better than an unknown, potentially broken state
- any dep updates should be _intentional_
- Note that this intentionally _does not_ impact security updates. Security updates will still happen automatically
- per the [linked docs](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit ):
> This option has no impact on security updates, which have a separate, internal limit of ten open pull requests.
- that is why I specifically used this configuration
- also re-order the package ecosystems and add some comments [equivalent to Workflows](66680f1c9b/.github/dependabot.yml (L3)
)
- could potentially split NPM prod and devDeps in these two as well, but I think this is fine for now
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-02-13 10:19:30 -05:00
dependabot[bot]
8ed18cd2e5
build(deps-dev): bump @storybook/addon-controls from 6.5.14 to 7.6.14 ( #539 )
...
Bumps [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls ) from 6.5.14 to 7.6.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.14/code/addons/controls )
---
updated-dependencies:
- dependency-name: "@storybook/addon-controls"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 15:17:12 +00:00
Anton Gilgur
a2c724cec0
chore: remove unused files ( #519 )
...
- `.dockerignore` is unused, there is no matching `Dockerfile`
- `CONTRIBUTING.md` is outdated
- there is no `yarn storybook` command currently
- the contributing docs are in the README as this is an internal argoproj library
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-02-13 10:17:07 -05:00
Anton Gilgur
7613888f79
fix(deps): remove incorrectly duplicated peerDeps ( #511 )
...
- these are all inside of prod `dependencies` already (choose one)
- notably, `antd` had a version mismatch between `dependencies` and `peerDependencies` (v5 vs v4)
- `dependencies` supersede `peerDependencies` however, so the v5 dep was already used and the v4 dep was extraneous
- see the [`yarn.lock` file](c65a952036/yarn.lock (L5124)
) as evidence, as well as a downstream `yarn.lock`, such as [Argo Workflows's](93914261cf/ui/yarn.lock (L2812)
)
- note how this commit has no changes to the `yarn.lock` file either
- this mismatch did cause install warnings downstream as well, which were impossible to resolve given this mismatch in `argo-ui`'s own deps
- so those should now be resolved as well
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-02-13 10:16:23 -05:00
Anton Gilgur
17d7a8be6a
refactor(deps): migrate from archived `tslint` to `eslint` ( #509 )
...
* Install ESLint
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Add `.eslintrc.json`
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Follow ESLint rules
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Remove tslint
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Remove tslint.json
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Remove tslint.json
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
* Fix lint problem
Signed-off-by: Sosuke Suzuki <sosuke.suzuki@dr-ubie.com>
* Set `node-version-file` for `setup-node`
Signed-off-by: Sosuke Suzuki <sosuke.suzuki@dr-ubie.com>
* build(deps): update to latest node v14
- node v14 is EoL and has been since April 2023: 68840fae8f/README.md
?plain=1#L7
- but this is the least intrusive update for now that gets build passing
- will further update node in a separate PR
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
---------
Signed-off-by: Sosuke Suzuki <aosukeke@gmail.com>
Signed-off-by: Sosuke Suzuki <sosuke.suzuki@dr-ubie.com>
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
Co-authored-by: Sosuke Suzuki <sosuke.suzuki@dr-ubie.com>
2024-02-13 10:12:53 -05:00
Anton Gilgur
9933a5dfbc
chore(deps): remove no longer used `v2/yarn.lock` ( #510 )
...
- v2's deps were merged with v1 in c25c690af7
- the `package.json` was removed there, but looks like the `yarn.lock` was left in
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
2024-02-05 13:34:50 -05:00
dependabot[bot]
c65a952036
build(deps): bump actions/stale from 8 to 9 ( #490 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-09 12:51:38 +00:00
dependabot[bot]
5ff344ac96
build(deps): bump actions/setup-node from 3 to 4 ( #468 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-28 12:57:58 +00:00
Rafal
554c62086b
fix: dark mode improvements ( #462 )
...
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
2023-10-11 14:50:05 +00:00
Lukas Grossar
76fa7c1ae6
Update fonts to include correct Helm icon ( #363 )
...
This is a follow-up to #287
Signed-off-by: Lukas Grossar <lukas.grossar@adfinis.com>
2023-09-13 11:48:08 -07:00
dependabot[bot]
002d01b18e
build(deps): bump actions/checkout from 3 to 4 ( #443 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 12:21:00 +00:00
dependabot[bot]
44accf19a3
build(deps-dev): bump ts-loader from 9.4.3 to 9.4.4 ( #441 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.4.3 to 9.4.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.4.3...v9.4.4 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 12:06:37 +00:00
dependabot[bot]
fe55f81812
build(deps): bump rxjs from 7.5.6 to 7.8.1 ( #440 )
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.6 to 7.8.1.
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.6...7.8.1 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 13:03:26 +00:00
dependabot[bot]
3d5207b6f0
build(deps-dev): bump @storybook/addon-actions from 7.0.20 to 7.4.0 ( #439 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions ) from 7.0.20 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 12:59:36 +00:00
dependabot[bot]
31c49ed727
build(deps-dev): bump @types/uuid from 9.0.1 to 9.0.3 ( #435 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 9.0.1 to 9.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 12:56:18 +00:00
dependabot[bot]
267f3548c6
build(deps-dev): bump @storybook/addon-links from 6.5.16 to 7.4.0 ( #434 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links ) from 6.5.16 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 12:53:01 +00:00
dependabot[bot]
7e6988ebd1
build(deps): bump core-js from 3.30.2 to 3.32.1 ( #433 )
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.30.2 to 3.32.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.32.1/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 12:48:58 +00:00
Keith Chong
25948bf2f1
fix: Revision drop down transparent, not visible to read ( #13067 ) ( #399 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2023-08-15 21:12:23 -07:00
Pete Davids
17d1a77284
[fix] make tooltip body persistent on hover ( #423 )
...
make tooltip body persistent
Signed-off-by: Pete Davids <pdavids@lightstep.com>
2023-08-15 21:09:56 -07:00
Yuan (Terry) Tang
87d27fb1cb
docs: Update link to argo-workflows in README.md ( #419 )
2023-08-10 15:54:27 -04:00
Adwitiya Mishra
cdebc28fc5
modified buttons ( #352 )
...
Signed-off-by: 2022H1030042G <adwt.mishra@gmail.com>
2023-08-07 15:08:10 +00:00
Blessing Philips
b2ecddd5b8
fix: add overflow to popup to make it scrollable ( #418 )
...
Signed-off-by: Blessing Philips <blessingadesina@gmail.com>
2023-08-02 16:56:14 +00:00
dependabot[bot]
1309287ce3
build(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 ( #404 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 12:51:57 +00:00
dependabot[bot]
b2532d7cd3
build(deps-dev): bump webpack-merge from 5.8.0 to 5.9.0 ( #393 )
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.8.0 to 5.9.0.
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/commits )
---
updated-dependencies:
- dependency-name: webpack-merge
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-24 13:03:49 +00:00
dependabot[bot]
47d8273583
build(deps): bump typescript from 4.8.3 to 4.9.5 ( #392 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.3 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.9.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-24 13:00:27 +00:00
Alexander Matyushentsev
13cea62a4a
fix: fix broken tooltip component ( #391 )
...
* fix: fix broken tooltip component
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* restore animation property
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
---------
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2023-06-22 21:08:59 +00:00
Yi Cai
17e9fce8b0
feat: Added mouse middle button click to app click event handler ( #362 )
...
Signed-off-by: Yi Cai <yicai@redhat.com>
2023-06-21 17:11:58 -04:00
dependabot[bot]
6ebdda58c3
build(deps-dev): bump webpack-bundle-analyzer from 4.6.1 to 4.9.0 ( #388 )
...
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.6.1 to 4.9.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.6.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-17 13:38:45 +00:00
dependabot[bot]
858a326cbe
build(deps): bump antd from 4.21.3 to 5.6.1 ( #387 )
...
Bumps [antd](https://github.com/ant-design/ant-design ) from 4.21.3 to 5.6.1.
- [Release notes](https://github.com/ant-design/ant-design/releases )
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md )
- [Commits](https://github.com/ant-design/ant-design/compare/4.21.3...5.6.1 )
---
updated-dependencies:
- dependency-name: antd
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-17 13:35:48 +00:00
dependabot[bot]
37960e2691
build(deps-dev): bump ts-loader from 9.4.1 to 9.4.3 ( #386 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.4.1 to 9.4.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/9.4.1...v9.4.3 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-17 13:31:11 +00:00
dependabot[bot]
5abe822995
build(deps-dev): bump @storybook/addon-actions from 6.5.15 to 7.0.20 ( #385 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions ) from 6.5.15 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 13:21:11 +00:00
dependabot[bot]
4c3841c5d0
build(deps): bump xterm from 4.18.0 to 4.19.0 ( #384 )
...
Bumps [xterm](https://github.com/xtermjs/xterm.js ) from 4.18.0 to 4.19.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases )
- [Commits](https://github.com/xtermjs/xterm.js/compare/4.18.0...4.19.0 )
---
updated-dependencies:
- dependency-name: xterm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 13:20:21 +00:00
dependabot[bot]
e7b7fb276f
build(deps-dev): bump webpack-cli from 4.10.0 to 5.1.4 ( #381 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.10.0 to 5.1.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.1.4 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 13:16:42 +00:00
dependabot[bot]
84e6268305
build(deps-dev): bump @storybook/addons from 6.5.16 to 7.0.20 ( #382 )
...
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/addons ) from 6.5.16 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/lib/addons )
---
updated-dependencies:
- dependency-name: "@storybook/addons"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 13:16:35 +00:00
Blake Pettersson
25663b03b4
fix: pin react-toastify ( #379 )
...
It seems like from the time when #367 was initially created, a newer
version of react-toastify was released, which looks like it pulls in
DefinitelyTyped/DefinitelyTyped#64464 , which is a pretty breaking
change. I haven't looked in depth, but I suspect if we were to upgrade
to the latest version we'd need to upgrade React...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2023-06-02 09:58:10 -04:00
Blake Pettersson
06d0e88a09
chore: upgrade uuid ( #367 )
...
* chore: upgrade uuid
Upgrading uuid should solve the build issues in argo-cd#11006. As is
usual in JS land, a single upgrade has a bunch of follow-on effects,
the main one being that node needs to be upgraded to at least `14.15`
in order for this to build at all.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* fix: typescript tweaks
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
---------
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2023-05-30 11:31:21 -04:00
dependabot[bot]
e918bac565
build(deps): bump core-js from 3.22.4 to 3.30.2 ( #375 )
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.22.4 to 3.30.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.2/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-27 13:18:59 +00:00
dependabot[bot]
fb6a6af3ab
build(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 ( #374 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-27 13:00:06 +00:00
dependabot[bot]
0c91168534
build(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 ( #355 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 13:00:16 +00:00
Regina Scott
4438ded17b
fix for argocd issue 12798 ( #341 )
...
fixing issue for argocd issue 12798
Signed-off-by: Regina Scott <rescott@redhat.com>
2023-03-30 15:35:10 -07:00
dependabot[bot]
3dc899cae6
build(deps): bump actions/stale from 7 to 8 ( #349 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 12:59:27 +00:00
dependabot[bot]
a01cb98d17
build(deps-dev): bump @babel/core from 7.18.2 to 7.21.3 ( #344 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.2 to 7.21.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.21.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-18 13:20:10 +00:00
dependabot[bot]
2ce38d3717
build(deps-dev): bump @types/node from 18.8.3 to 18.15.3 ( #343 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.8.3 to 18.15.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-18 13:15:54 +00:00
dependabot[bot]
7f250948d3
build(deps-dev): bump webpack from 5.74.0 to 5.76.2 ( #342 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.2 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-18 13:08:48 +00:00
Lukas Grossar
b9df4ce1bd
Update Helm icon ( #287 )
...
chore: update helm icon
Signed-off-by: Lukas Grossar <lukas.grossar@adfinis.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2023-02-02 09:07:58 -08:00
dependabot[bot]
dca6a8660a
build(deps-dev): bump @types/react-helmet from 6.1.5 to 6.1.6 ( #328 )
...
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet )
---
updated-dependencies:
- dependency-name: "@types/react-helmet"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 12:18:22 +00:00
dependabot[bot]
29d218cccf
build(deps-dev): bump @storybook/addon-links from 6.5.12 to 6.5.16 ( #326 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.12 to 6.5.16.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.16/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 12:13:54 +00:00
dependabot[bot]
48e2ede16a
build(deps): bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 ( #325 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 12:07:41 +00:00
dependabot[bot]
110a3edfb4
build(deps-dev): bump enzyme-adapter-react-16 from 1.15.6 to 1.15.7 ( #319 )
...
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16 ) from 1.15.6 to 1.15.7.
- [Release notes](https://github.com/enzymejs/enzyme/releases )
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.7/packages/enzyme-adapter-react-16 )
---
updated-dependencies:
- dependency-name: enzyme-adapter-react-16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-24 12:16:34 +00:00
dependabot[bot]
f89705c941
build(deps-dev): bump @storybook/addon-actions from 6.5.14 to 6.5.15 ( #317 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.5.14 to 6.5.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.15/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.15/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-24 12:13:12 +00:00
dependabot[bot]
34ead39630
build(deps): bump actions/stale from 6 to 7 ( #316 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-24 12:03:54 +00:00
dependabot[bot]
7d3bfdae08
build(deps-dev): bump @storybook/addon-essentials from 6.5.12 to 6.5.14 ( #313 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.5.12 to 6.5.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.14/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.14/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 12:12:24 +00:00
dependabot[bot]
cf15daee1c
build(deps): bump @fortawesome/fontawesome-free from 6.1.1 to 6.2.1 ( #311 )
...
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome ) from 6.1.1 to 6.2.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.1.1...6.2.1 )
---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 12:07:45 +00:00
dependabot[bot]
8284079dd7
build(deps-dev): bump storybook from 6.5.9 to 6.5.14 ( #310 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli ) from 6.5.9 to 6.5.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.14/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.14/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-03 12:17:21 +00:00
dependabot[bot]
3903c125c0
build(deps-dev): bump @types/yamljs from 0.2.30 to 0.2.31 ( #308 )
...
Bumps [@types/yamljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yamljs ) from 0.2.30 to 0.2.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yamljs )
---
updated-dependencies:
- dependency-name: "@types/yamljs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-03 12:09:56 +00:00
dependabot[bot]
044edcb573
build(deps-dev): bump chai and @types/chai ( #307 )
...
Bumps [chai](https://github.com/chaijs/chai ) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ). These dependencies needed to be updated together.
Updates `chai` from 4.3.6 to 4.3.7
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7 )
Updates `@types/chai` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-03 12:05:19 +00:00
dependabot[bot]
10a88bb808
build(deps-dev): bump html-webpack-plugin from 4.5.2 to 5.5.0 ( #305 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.5.2 to 5.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.5.0 )
---
updated-dependencies:
- dependency-name: html-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 12:17:48 +00:00
dependabot[bot]
1a31bbdef3
build(deps-dev): bump ts-loader from 9.3.1 to 9.4.1 ( #302 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.3.1 to 9.4.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.3.1...9.4.1 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 12:13:18 +00:00
dependabot[bot]
56daa8c116
build(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 ( #303 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 12:03:14 +00:00
dependabot[bot]
157959bd69
build(deps-dev): bump @testing-library/user-event from 14.2.1 to 14.4.3 ( #301 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.2.1 to 14.4.3.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.2.1...v14.4.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-15 12:11:54 +00:00
dependabot[bot]
72479cf83b
build(deps-dev): bump ts-node from 4.1.0 to 10.9.1 ( #300 )
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 4.1.0 to 10.9.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v4.1.0...v10.9.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-15 12:08:01 +00:00
dependabot[bot]
893f3a0598
build(deps-dev): bump @types/node from 18.0.0 to 18.8.3 ( #298 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.0.0 to 18.8.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:21:30 +00:00
dependabot[bot]
d726f6c529
build(deps): bump @tippy.js/react from 2.2.3 to 3.1.1 ( #297 )
...
Bumps [@tippy.js/react](https://github.com/atomiks/tippy.js-react ) from 2.2.3 to 3.1.1.
- [Release notes](https://github.com/atomiks/tippy.js-react/releases )
- [Commits](https://github.com/atomiks/tippy.js-react/compare/v2.2.3...v3.1.1 )
---
updated-dependencies:
- dependency-name: "@tippy.js/react"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:10:19 +00:00
dependabot[bot]
1743f1b9a2
build(deps-dev): bump webpack-dev-server from 4.9.3 to 4.11.1 ( #295 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.11.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-08 12:07:36 +00:00
dependabot[bot]
7367406dbc
build(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 ( #293 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:17:42 +00:00
dependabot[bot]
d5279d7024
build(deps-dev): bump @types/storybook__addon-actions from 3.0.3 to 5.2.1 ( #291 )
...
build(deps-dev): bump @types/storybook__addon-actions
Bumps [@types/storybook__addon-actions](https://github.com/storybooks/storybook ) from 3.0.3 to 5.2.1.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v1-5.md )
- [Commits](https://github.com/storybooks/storybook/commits/v5.2.1 )
---
updated-dependencies:
- dependency-name: "@types/storybook__addon-actions"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:10:01 +00:00
dependabot[bot]
96e7f47eec
build(deps-dev): bump webpack from 5.73.0 to 5.74.0 ( #290 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:09:17 +00:00
dependabot[bot]
b177f9dc7f
build(deps-dev): bump enzyme-adapter-react-16 from 1.15.5 to 1.15.6 ( #289 )
...
Bumps [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16 ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/enzymejs/enzyme/releases )
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.6/packages/enzyme-adapter-react-16 )
---
updated-dependencies:
- dependency-name: enzyme-adapter-react-16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:06:40 +00:00
dependabot[bot]
053e4a994f
build(deps-dev): bump @types/enzyme from 3.10.8 to 3.10.12 ( #288 )
...
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme ) from 3.10.8 to 3.10.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme )
---
updated-dependencies:
- dependency-name: "@types/enzyme"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 12:05:27 +00:00
dependabot[bot]
e6dde7f26e
build(deps): bump actions/stale from 5 to 6 ( #285 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:19:34 +00:00
dependabot[bot]
4bcf06d210
build(deps-dev): bump chai and @types/chai ( #283 )
...
Bumps [chai](https://github.com/chaijs/chai ) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ). These dependencies needed to be updated together.
Updates `chai` from 4.1.2 to 4.3.6
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/4.1.2...v4.3.6 )
Updates `@types/chai` from 4.1.4 to 4.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:12:37 +00:00
dependabot[bot]
3d753b45a8
build(deps-dev): bump webpack-bundle-analyzer from 4.4.2 to 4.6.1 ( #282 )
...
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.4.2 to 4.6.1.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.4.2...v4.6.1 )
---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:10:12 +00:00
dependabot[bot]
4ef68e257b
build(deps): bump moment from 2.29.2 to 2.29.4 ( #281 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:09:05 +00:00
dependabot[bot]
17f15ba779
build(deps): bump rxjs from 7.5.5 to 7.5.6 ( #280 )
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.5 to 7.5.6.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:05:57 +00:00
dependabot[bot]
d3f752b706
build(deps-dev): bump sass from 1.52.1 to 1.55.0 ( #279 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.55.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.55.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 12:05:31 +00:00
dependabot[bot]
7849bcd279
build(deps-dev): bump @storybook/addon-links from 6.5.9 to 6.5.12 ( #278 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.9 to 6.5.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.12/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.12/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 12:33:03 +00:00
dependabot[bot]
dedf2ab358
build(deps-dev): bump mini-css-extract-plugin from 1.6.2 to 2.6.1 ( #277 )
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.6.2 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.6.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 12:20:55 +00:00
dependabot[bot]
ce6ee40a23
build(deps-dev): bump @testing-library/react from 11.2.7 to 12.1.5 ( #275 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.2.7 to 12.1.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.7...v12.1.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 12:16:54 +00:00
dependabot[bot]
42e77f33b7
build(deps-dev): bump @storybook/addon-essentials from 6.3.8 to 6.5.12 ( #274 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.3.8 to 6.5.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.12/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.12/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 12:14:37 +00:00
Saumeya Katyal
6107e270e7
fix: dark theme changes for argo-cd ( #272 )
...
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
2022-09-13 11:47:53 -04:00
dependabot[bot]
1c89d94ec2
build(deps): bump typescript from 4.7.3 to 4.8.3 ( #271 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.3 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.8.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 12:21:28 +00:00
dependabot[bot]
73d9e5bd46
build(deps): bump react-toastify from 5.0.1 to 9.0.8 ( #270 )
...
Bumps [react-toastify](https://github.com/fkhadra/react-toastify ) from 5.0.1 to 9.0.8.
- [Release notes](https://github.com/fkhadra/react-toastify/releases )
- [Commits](https://github.com/fkhadra/react-toastify/compare/v5.0.1...v9.0.8 )
---
updated-dependencies:
- dependency-name: react-toastify
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 12:10:29 +00:00
dependabot[bot]
c08d7fdd9c
build(deps-dev): bump @types/react-helmet from 6.1.0 to 6.1.5 ( #269 )
...
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet ) from 6.1.0 to 6.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet )
---
updated-dependencies:
- dependency-name: "@types/react-helmet"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 12:09:42 +00:00
dependabot[bot]
12fe135b36
build(deps-dev): bump ts-loader from 9.2.1 to 9.3.1 ( #268 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.1 to 9.3.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.1...v9.3.1 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 12:07:32 +00:00
dependabot[bot]
d64c8e7a65
build(deps-dev): bump @storybook/addon-actions from 6.5.6 to 6.5.10 ( #267 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.5.6 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-10 12:06:13 +00:00
Saumeya Katyal
9b4bec66a9
feat: Add theme for argocd ( #245 )
...
* feat: add theme for argocd
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
* add more theme colors
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
* improvements
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
* improvements
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2022-09-07 09:07:34 -04:00
dependabot[bot]
8aa863adea
build(deps-dev): bump @storybook/addon-links from 6.3.8 to 6.5.9 ( #261 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.3.8 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 18:21:09 +00:00
dependabot[bot]
6a30744a6c
build(deps-dev): bump webpack from 4.46.0 to 5.73.0 ( #260 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.46.0 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 12:27:12 +00:00
dependabot[bot]
8c60e270b9
build(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 ( #259 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.3 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 12:15:18 +00:00
dependabot[bot]
470e2564ad
build(deps): bump @fortawesome/fontawesome-free from 5.15.4 to 6.1.1 ( #257 )
...
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome ) from 5.15.4 to 6.1.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.15.4...6.1.1 )
---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 12:11:00 +00:00
dependabot[bot]
cc8cdd4804
build(deps-dev): bump webpack-dev-server from 3.11.2 to 4.9.3 ( #256 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v4.9.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 12:08:22 +00:00
dependabot[bot]
ec27c59974
build(deps-dev): bump tslint from 5.14.0 to 5.20.1 ( #254 )
...
Bumps [tslint](https://github.com/palantir/tslint ) from 5.14.0 to 5.20.1.
- [Release notes](https://github.com/palantir/tslint/releases )
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/palantir/tslint/compare/5.14.0...5.20.1 )
---
updated-dependencies:
- dependency-name: tslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 12:20:00 +00:00
dependabot[bot]
e852a1302b
build(deps-dev): bump enzyme-to-json from 3.6.1 to 3.6.2 ( #255 )
...
Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases )
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adriantoine/enzyme-to-json/compare/v3.6.1...v3.6.2 )
---
updated-dependencies:
- dependency-name: enzyme-to-json
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 12:16:53 +00:00
dependabot[bot]
4e74ab5261
build(deps-dev): bump storybook from 6.5.8 to 6.5.9 ( #253 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli ) from 6.5.8 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 12:10:24 +00:00
dependabot[bot]
445a07dd6f
build(deps-dev): bump webpack-cli from 4.9.2 to 4.10.0 ( #252 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 12:09:03 +00:00
dependabot[bot]
a9cb6a03e0
build(deps): bump rxjs from 6.6.7 to 7.5.5 ( #251 )
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 6.6.7 to 7.5.5.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/6.6.7...7.5.5 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 12:07:32 +00:00
dependabot[bot]
28e1ac1746
build(deps): bump antd from 4.20.6 to 4.21.3 ( #250 )
...
Bumps [antd](https://github.com/ant-design/ant-design ) from 4.20.6 to 4.21.3.
- [Release notes](https://github.com/ant-design/ant-design/releases )
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md )
- [Commits](https://github.com/ant-design/ant-design/compare/4.20.6...4.21.3 )
---
updated-dependencies:
- dependency-name: antd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 12:22:23 +00:00
dependabot[bot]
01902d3b0a
build(deps-dev): bump @types/node from 12.20.27 to 18.0.0 ( #249 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.20.27 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 12:21:39 +00:00
dependabot[bot]
9301226bf4
build(deps-dev): bump source-map-loader from 0.2.3 to 1.1.3 ( #248 )
...
Bumps [source-map-loader](https://github.com/webpack-contrib/source-map-loader ) from 0.2.3 to 1.1.3.
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases )
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.3...v1.1.3 )
---
updated-dependencies:
- dependency-name: source-map-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 12:18:40 +00:00
dependabot[bot]
e0bea68d9d
build(deps-dev): bump @storybook/addon-controls from 6.5.3 to 6.5.9 ( #247 )
...
Bumps [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/addons/controls ) from 6.5.3 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/addons/controls )
---
updated-dependencies:
- dependency-name: "@storybook/addon-controls"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 12:16:22 +00:00
dependabot[bot]
f4bc6b6234
build(deps-dev): bump @testing-library/user-event from 14.2.0 to 14.2.1 ( #246 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v14.2...v14.2.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18 12:15:05 +00:00
dependabot[bot]
8a0032955e
build(deps-dev): bump storybook from 6.3.8 to 6.5.8 ( #244 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli ) from 6.3.8 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-11 12:32:43 +00:00
dependabot[bot]
3d9aab76bb
build(deps-dev): bump @types/prop-types from 15.5.4 to 15.7.5 ( #242 )
...
Bumps [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types ) from 15.5.4 to 15.7.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types )
---
updated-dependencies:
- dependency-name: "@types/prop-types"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-11 12:19:36 +00:00
dependabot[bot]
0136155f0b
build(deps-dev): bump webpack-cli from 3.3.12 to 4.9.2 ( #241 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.12 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-11 12:17:38 +00:00
dependabot[bot]
4cda612e11
build(deps-dev): bump glob from 8.0.1 to 8.0.3 ( #240 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 8.0.1 to 8.0.3.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v8.0.1...v8.0.3 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-11 12:16:46 +00:00
dependabot[bot]
a5f7fa7197
build(deps-dev): bump @storybook/addon-actions from 6.3.8 to 6.5.6 ( #238 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.3.8 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 12:22:45 +00:00
dependabot[bot]
71856dbfbc
build(deps): bump typescript from 4.6.4 to 4.7.3 ( #239 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.4 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 12:22:23 +00:00
dependabot[bot]
059e09600c
build(deps-dev): bump @babel/core from 7.15.5 to 7.18.2 ( #237 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.5 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 12:21:10 +00:00
dependabot[bot]
52c0fee960
build(deps-dev): bump babel-loader from 8.2.2 to 8.2.5 ( #236 )
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.2 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 12:18:22 +00:00
dependabot[bot]
e786d24188
build(deps-dev): bump copyfiles from 1.2.0 to 2.4.1 ( #235 )
...
Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles ) from 1.2.0 to 2.4.1.
- [Release notes](https://github.com/calvinmetcalf/copyfiles/releases )
- [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: copyfiles
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-04 12:16:45 +00:00
dependabot[bot]
e9cfe2f8af
build(deps-dev): bump @storybook/addons from 6.5.3 to 6.5.5 ( #231 )
...
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons ) from 6.5.3 to 6.5.5.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.5/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.5/lib/addons )
---
updated-dependencies:
- dependency-name: "@storybook/addons"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 12:20:55 +00:00
dependabot[bot]
5452edad43
build(deps-dev): bump @types/classnames from 2.2.9 to 2.3.1 ( #233 )
...
Bumps [@types/classnames](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/classnames ) from 2.2.9 to 2.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/classnames )
---
updated-dependencies:
- dependency-name: "@types/classnames"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 12:13:39 +00:00
dependabot[bot]
97cf3d2ea9
build(deps-dev): bump dtslint from 4.1.6 to 4.2.1 ( #232 )
...
Bumps [dtslint](https://github.com/Microsoft/dtslint ) from 4.1.6 to 4.2.1.
- [Release notes](https://github.com/Microsoft/dtslint/releases )
- [Commits](https://github.com/Microsoft/dtslint/commits )
---
updated-dependencies:
- dependency-name: dtslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 12:12:47 +00:00
dependabot[bot]
12736533e6
build(deps): bump antd from 4.19.5 to 4.20.6 ( #229 )
...
Bumps [antd](https://github.com/ant-design/ant-design ) from 4.19.5 to 4.20.6.
- [Release notes](https://github.com/ant-design/ant-design/releases )
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md )
- [Commits](https://github.com/ant-design/ant-design/compare/4.19.5...4.20.6 )
---
updated-dependencies:
- dependency-name: antd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 12:10:00 +00:00
dependabot[bot]
5a67b16e13
build(deps-dev): bump ts-loader from 8.3.0 to 9.2.1 ( #227 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.3.0 to 9.2.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.3.0...v9.2.1 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:32:17 +00:00
dependabot[bot]
e09f352762
build(deps-dev): bump @storybook/addon-controls from 6.3.8 to 6.5.3 ( #228 )
...
Bumps [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/addons/controls ) from 6.3.8 to 6.5.3.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.3/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.3/addons/controls )
---
updated-dependencies:
- dependency-name: "@storybook/addon-controls"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:23:25 +00:00
dependabot[bot]
7b24d23db3
build(deps-dev): bump raw-loader from 0.5.1 to 4.0.2 ( #226 )
...
Bumps [raw-loader](https://github.com/webpack-contrib/raw-loader ) from 0.5.1 to 4.0.2.
- [Release notes](https://github.com/webpack-contrib/raw-loader/releases )
- [Changelog](https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/raw-loader/commits/v4.0.2 )
---
updated-dependencies:
- dependency-name: raw-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:21:16 +00:00
dependabot[bot]
4b14b71847
build(deps-dev): bump sass from 1.39.0 to 1.52.1 ( #225 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.39.0 to 1.52.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.39.0...1.52.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:19:55 +00:00
dependabot[bot]
8770e22dbf
build(deps): bump typescript from 4.6.3 to 4.6.4 ( #224 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:16:57 +00:00
dependabot[bot]
80002b81d5
build(deps-dev): bump ts-jest from 26.4.3 to 26.5.6 ( #223 )
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 26.4.3 to 26.5.6.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.3...v26.5.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-21 12:14:49 +00:00
dependabot[bot]
1e23727941
build(deps-dev): bump webpack from 4.44.2 to 4.46.0 ( #215 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.44.2 to 4.46.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.44.2...v4.46.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-14 12:27:11 +00:00
dependabot[bot]
1bd8d69789
build(deps-dev): bump @testing-library/user-event from 12.8.3 to 14.2.0 ( #216 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.8.3 to 14.2.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.8.3...v14.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-14 12:14:31 +00:00
dependabot[bot]
615fee6242
build(deps-dev): bump html-webpack-plugin from 3.2.0 to 4.5.2 ( #212 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 3.2.0 to 4.5.2.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/v4.5.2/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v4.5.2 )
---
updated-dependencies:
- dependency-name: html-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-14 12:12:45 +00:00
Alex Collins
ba72b482c9
build: Upgrade to classnames@2.3.1 ( #211 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2022-05-13 03:48:32 +00:00
dependabot[bot]
0d745a23c2
build(deps-dev): bump glob from 7.1.2 to 8.0.1 ( #210 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 7.1.2 to 8.0.1.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.2...v8.0.1 )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:34:47 +00:00
dependabot[bot]
84e99bfc33
build(deps-dev): bump less-loader from 6.2.0 to 7.3.0 ( #209 )
...
Bumps [less-loader](https://github.com/webpack-contrib/less-loader ) from 6.2.0 to 7.3.0.
- [Release notes](https://github.com/webpack-contrib/less-loader/releases )
- [Changelog](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/less-loader/compare/v6.2.0...v7.3.0 )
---
updated-dependencies:
- dependency-name: less-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:32:22 +00:00
dependabot[bot]
0acd01aa88
build(deps): bump actions/setup-node from 1 to 3 ( #204 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:25:50 +00:00
dependabot[bot]
9a2a85c6e1
build(deps-dev): bump react-hot-loader from 3.1.3 to 4.13.0 ( #208 )
...
Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader ) from 3.1.3 to 4.13.0.
- [Release notes](https://github.com/gaearon/react-hot-loader/releases )
- [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gaearon/react-hot-loader/compare/v3.1.3...v4.13.0 )
---
updated-dependencies:
- dependency-name: react-hot-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:18:56 +00:00
dependabot[bot]
5b68376a1b
build(deps-dev): bump style-loader from 0.20.3 to 2.0.0 ( #207 )
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 0.20.3 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v2.0.0 )
---
updated-dependencies:
- dependency-name: style-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:16:26 +00:00
dependabot[bot]
5bd9b935f3
build(deps-dev): bump jest from 26.6.2 to 26.6.3 ( #206 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 26.6.2 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v26.6.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:12:54 +00:00
dependabot[bot]
9ddaa40bf0
build(deps): bump actions/stale from 3 to 5 ( #205 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 3 to 5.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:11:06 +00:00
dependabot[bot]
2bdee8592b
build(deps): bump actions/checkout from 2 to 3 ( #203 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 21:07:02 +00:00
Alex Collins
42d38feafd
chore: Enabled dependabot ( #202 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2022-05-11 13:59:18 -07:00
Snyk bot
32bd40742f
fix: upgrade core-js from 3.21.1 to 3.22.0 ( #200 )
...
Snyk has created this PR to upgrade core-js from 3.21.1 to 3.22.0.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-06 20:00:31 -07:00
Snyk bot
f151370d97
fix: upgrade moment-timezone from 0.5.33 to 0.5.34 ( #199 )
...
Snyk has created this PR to upgrade moment-timezone from 0.5.33 to 0.5.34.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-04-21 16:32:15 -07:00
Snyk bot
5cc690ed53
fix: upgrade @tippy.js/react from 2.1.2 to 2.2.3 ( #197 )
...
Snyk has created this PR to upgrade @tippy.js/react from 2.1.2 to 2.2.3.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-04-20 10:39:35 -07:00
Snyk bot
b7ce0f5842
fix: upgrade prop-types from 15.6.2 to 15.8.1 ( #196 )
...
Snyk has created this PR to upgrade prop-types from 15.6.2 to 15.8.1.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-04-20 10:39:22 -07:00
Snyk bot
72daa60c55
fix: upgrade history from 4.7.2 to 4.10.1 ( #190 )
...
Snyk has created this PR to upgrade history from 4.7.2 to 4.10.1.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
2022-04-19 14:44:22 +00:00
Snyk bot
2a8ad74e3c
fix: upgrade core-js from 3.18.1 to 3.21.1 ( #189 )
...
Snyk has created this PR to upgrade core-js from 3.18.1 to 3.21.1.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
2022-04-19 07:43:59 -07:00
Snyk bot
877cdbf549
fix: upgrade typescript from 4.4.3 to 4.6.2 ( #188 )
...
Snyk has created this PR to upgrade typescript from 4.4.3 to 4.6.2.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/argoproj/project/20fef74c-bb24-4a08-9abb-d583ff425c56?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-04-19 07:38:48 -07:00
Michael Crenshaw
09ec869ffb
fix: remove unnecessary dependency on portable-fetch ( #181 ) ( #182 )
...
Signed-off-by: Michael Crenshaw <michael_crenshaw@intuit.com>
Co-authored-by: Michael Crenshaw <michael_crenshaw@intuit.com>
2022-04-19 07:37:49 -07:00
Saumeya Katyal
8637aa8709
feat: add regular font awesome icons ( #191 )
2022-04-15 08:47:00 -07:00
Keith Chong
f632fe4451
feat: Escape key should close sliding window in UI ( #8225 ) ( #184 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2022-04-11 15:16:16 -07:00
Snyk bot
3314721c88
fix: package.json & yarn.lock to reduce vulnerabilities ( #186 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ASYNCVALIDATOR-2311201
- https://snyk.io/vuln/SNYK-JS-MOMENT-2440688
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
2022-04-07 14:57:39 +00:00
Michael Crenshaw
9b85a49220
chore: update moment to avoid CVE-2022-24785 ( #185 )
...
Signed-off-by: Michael Crenshaw <michael_crenshaw@intuit.com>
2022-04-07 07:52:17 -07:00
plakyda-codefresh
5e5c7cf57e
Switch Antd Component redesign ( #177 )
...
* Switch Antd Component redesign
Design - https://www.figma.com/file/IIlsFqqmM5UhqMVul9fQNq/Argo-CD?node-id=190%3A6048
Docs - https://ant.design/components/switch/#header
Signed-off-by: viktorplakida <plakyda1@gmail.com>
* feat: styles for antd:checkbox (#172 )
* added new component styles for antd-checkbox
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
* trigger check
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
* refactor: upgrade xterm version (#183 )
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: viktorplakida <plakyda1@gmail.com>
* Update switch.stories.tsx
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Co-authored-by: viktorplakida <plakyda1@gmail.com>
Co-authored-by: Oleksandr Saulyak <oleksandr.saulyak@codefresh.io>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2022-03-28 21:52:20 +03:00
Alexander Matyushentsev
97d60381c7
refactor: upgrade xterm version ( #183 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2022-03-22 20:28:38 +02:00
Oleksandr Saulyak
f9e8e88467
feat: styles for antd:checkbox ( #172 )
...
* added new component styles for antd-checkbox
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
* trigger check
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
2022-03-18 20:11:13 +02:00
Ken Kaizu
b7a057c465
feat: customize nav bar background color style ( #167 )
...
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
2022-01-19 07:33:12 -08:00
Alexander Matyushentsev
4336822c14
fix: change incorrect element key in Topbar component ( #176 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2022-01-14 17:39:15 -08:00
Alexander Matyushentsev
74a7ecfb72
feat: customizable page breadcrumbs ( #175 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2022-01-14 14:52:09 -08:00
Yi Cai
2da0b48fba
fix: Trailing line in Filter Dropdown Menus #7821 ( #171 )
2021-12-19 21:29:58 -08:00
Yi Cai
44a1a7f22a
fix: Nested Refresh dropdown does not work on Application Details page #1524 ( #125 )
...
Signed-off-by: ciiay <yicai@redhat.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2021-12-15 15:40:48 -08:00
Keith Chong
49f2577945
feat: Allow customized Page and TopBar titles ( #164 ) ( #165 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2021-12-01 15:03:17 -08:00
plakyda-codefresh
8152ba70c5
Antd redesign ( #161 )
...
Antd redesign (#161 )
Signed-off-by: viktorplakida <plakyda1@gmail.com>
Co-authored-by: Oleksandr Saulyak <89578063+oleksandr-codefresh@users.noreply.github.com>
Co-authored-by: viktorplakida <plakyda1@gmail.com>
Co-authored-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
2021-12-01 14:19:47 -08:00
Saumeya Katyal
eeac356bff
fix: change prop type for abbreviations to map ( #163 )
...
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
2021-11-01 09:37:05 -07:00
Saumeya Katyal
e1a1cc127d
feat: add abbreviations to autocomplete component ( #160 )
...
Signed-off-by: saumeya <saumeyakatyal@gmail.com>
2021-10-27 09:38:10 -07:00
Oleksandr Saulyak
6a9aa66d91
fix: [NavigationManager]: Cmd+Click on multiple applications opens each application in the same browser tab ( #156 )
...
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
2021-10-01 14:23:50 -07:00
Oleksandr Saulyak
3e310dff72
fix: Application details view performance issue #7262 ( #155 )
...
* [components/Tabs]: fixed endless rerendering componentDidUpdate->refreshIndicatorPosition->setState, added comparing of 'indicatorPosition' to prevent rerendering
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
* code formatting
Signed-off-by: oleksandr-codefresh <oleksandr.saulyak@codefresh.io>
2021-10-01 14:23:03 -07:00
Andrii Shaforostov
960bef38eb
feat: GitHub workflows and linter for new project structure ( #154 )
...
feat: GitHub workflows and linter for new project structure (#154 )
Signed-off-by: andrii-codefresh <andrii@codefresh.io>
2021-09-29 09:20:44 -07:00
Andrii Shaforostov
c25c690af7
feat: merge v1 and v2 ( #153 )
...
feat: merge v1 and v2 (#153 )
Signed-off-by: andrii-codefresh <andrii@codefresh.io>
2021-09-28 13:52:29 -07:00
Jef LeCompte
9f563cabb5
docs: fix image ( #99 )
...
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
2021-09-07 14:09:41 -07:00
Alex Collins
640ede9531
fix: upgrade high-sev dependencies ( #141 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2021-09-07 12:12:13 -07:00
Alex Collins
fca9ee337f
build: build v1 on Github Actions ( #139 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2021-09-07 10:06:26 -07:00
Alex Collins
f73a323f7e
ci: Create stale.yml ( #140 )
2021-09-07 09:24:42 -07:00
Remington Breeze
d707cacad1
Revert localstorage check ( #138 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-09-01 15:14:06 -07:00
Remington Breeze
bdc418c7b4
fix: Fail gracefully when window and / or localstorage are undefined ( #137 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-09-01 13:10:13 -07:00
Yi Cai
270fe1a236
fix: add suspended color for pie chart improvement ( #135 )
...
Signed-off-by: ciiay <yicai@redhat.com>
2021-08-26 14:10:32 -07:00
Remington Breeze
fc988c449a
chore: Move date helper functions from Argo Workflows to Argo UI ( #134 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-23 08:39:13 -07:00
Remington Breeze
ff0ebf7b41
fix: Info item row crashes when item is undefined ( #132 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-23 08:32:01 -07:00
Alexander Matyushentsev
a7be8b3208
fix: autocomplete should expand into right direction ( #131 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
2021-08-17 11:45:06 -07:00
Remington Breeze
f931a5add0
fix: Autocomplete keyboard shortcuts did not work ( #129 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-17 08:46:37 -07:00
Remington Breeze
f4bf34dad0
chore: Remove checkbox row ( #128 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-13 16:26:07 -07:00
Remington Breeze
a2152a3770
fix: Add option to give target to keybinding to avoid multiple actions at the same time ( #124 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-13 13:47:52 -07:00
Remington Breeze
1743b4246c
fix: Adjust spacing of multiple info items in an info item row ( #115 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-13 10:41:16 -07:00
Alexander Matyushentsev
e81faeb971
fix: autocomplete items should be hidden using display: none ( #123 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-08-10 15:44:14 -07:00
Alexander Matyushentsev
9ebea339e3
fix: autocomplete shuold be possible to use inside 'small' scrollable components ( #122 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-08-10 13:47:28 -07:00
Remington Breeze
be4673f138
fix: Insource react-keyhooks package ( #120 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-10 11:08:00 -07:00
Remington Breeze
672a3a329e
fix: Hide autocomplete suggestions on Enter but show on typing ( #119 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-08-02 15:30:10 -07:00
Remington Breeze
e72b3655ab
fix: Autocomplete enhancements ( #118 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-07-28 13:10:44 -07:00
Remington Breeze
847bb52d8b
fix: prevent crash when autocomplete is fed array of nulls ( #117 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-07-19 10:37:44 -07:00
Remington Breeze
b6f721070f
Fix: prevent crash when Checkbox onChange is null ( #116 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-07-16 10:54:26 -07:00
Remington Breeze
74cc589ed1
fix: Change direction of autocomplete dropdown if there is no room for it ( #113 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-07-02 15:15:49 -07:00
Alexander Matyushentsev
d5e374b6a9
refactor: remove unused v2 components ( #112 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-07-02 13:34:55 -07:00
Remington Breeze
fecc293fb1
fix: Minor updates and fixes to Checkbox and Autocomplete components ( #111 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-07-01 14:36:55 -07:00
Remington Breeze
fe799c5e30
fix: Row and box styled with common CSS class `row` and `box` , changed to be more specific ( #109 )
...
fix: Row and box styled with common CSS class `row` and `box` , changed to be more specific (#109 )
Signed-off-by: Remington Breeze <remington@osprey.localdomain>
2021-07-01 12:51:44 -07:00
Remington Breeze
a6c1d37719
fix: Error if callback was not passed to `useData` ( #110 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-06-23 20:26:11 -07:00
Remington Breeze
678a1c1635
fix: text in `<Text>` component would not wrap ( #108 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-06-23 14:39:21 -07:00
Remington Breeze
92e7a04bf1
chore: Move rxjs and moment to peerDependencies ( #107 )
...
* Move rxjs and moment to peerDependencies
Signed-off-by: Remington Breeze <remington@osprey.localdomain>
* Bump version
Signed-off-by: Remington Breeze <remington@osprey.localdomain>
Co-authored-by: Remington Breeze <remington@osprey.localdomain>
2021-06-22 13:36:03 -07:00
Alexander Matyushentsev
fcb4c02028
fix: update broken story book ( #106 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-06-21 11:50:45 -07:00
Remington Breeze
71318973df
chore: Convert all FontAwesome React components to `<i/>` elements with classNames ( #104 )
...
chore: Convert all FontAwesome React components to `<i/>` elements with classNames (#104 )
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-06-21 11:09:53 -07:00
Alexander Matyushentsev
74898366c3
refactor: upgrade rxjs ( #105 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-06-21 10:37:43 -07:00
Remington Breeze
885794e42a
chore: Publish to NPM instead of GitHub packages ( #103 )
...
Co-authored-by: Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com>
2021-06-17 11:57:01 -07:00
Remington Breeze
241596c14a
feat: New components from Argo Rollouts UI in src/v2 directory ( #100 )
...
* feat: New components from Argo Rollotus UI in src/v2 directory
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-06-16 17:07:21 -07:00
Remington Breeze
99bf860583
Don't run release action on push to release branch, but rather manually from GitHub ( #102 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-04-29 14:34:09 -07:00
Remington Breeze
8ee05867e7
chore: Add workflow to publish NPM package and cut release 1.0 ( #96 )
2021-04-29 12:41:43 -07:00
Regina Scott
5392c5f8ba
fix: provide more visual cues for focused elements ( #93 )
...
Signed-off-by: Regina Scott <rescott@redhat.com>
2021-03-19 08:51:20 -07:00
Alexander Matyushentsev
967c28a377
fix: data loader should return data if input has changed before observable returned first even ( #92 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-02-18 16:32:05 -08:00
Ishita Sequeira
a7404f5ab9
fix autocomplete filter to make it case insensitive ( #91 )
...
Signed-off-by: ishitasequeira <isequeir@redhat.com>
2021-02-03 13:26:54 -08:00
Alexander Matyushentsev
b6e535cf66
feat: support programmatically control nav bar style ( #90 )
...
* feat: support programmatically control nav bar style
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* apply review notes
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-01-26 13:00:42 -08:00
Alexander Matyushentsev
144082b547
fix: properly handle observable completion in data loader ( #89 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-01-25 10:53:21 -08:00
Alexander Matyushentsev
76385355f4
fix: support Observable that return no data ( #88 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-01-25 08:50:54 -08:00
Remington Breeze
d4cf87d94a
feat(ui): Update nav bar to better fit many icons and simplify design ( #87 )
...
Signed-off-by: Remington Breeze <remington@breeze.software>
2021-01-15 17:22:40 -08:00
dherman
77c48363eb
fix typing errors in a couple components ( #84 )
...
* fix(popup): correct typing errors
Signed-off-by: Daniel Herman <dherman@factset.com>
* fix(popup-manager): correct typing errors
Signed-off-by: Daniel Herman <dherman@factset.com>
* test(popup-manager): add partial unit tests for popup manager
Signed-off-by: Daniel Herman <dherman@factset.com>
Co-authored-by: Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com>
2020-12-18 09:39:57 -08:00
dherman
8af27a9edb
fix(page): correct typing errors ( #83 )
...
Signed-off-by: Daniel Herman <dherman@factset.com>
Co-authored-by: Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com>
2020-12-18 09:25:57 -08:00
Keith Chong
37b637142d
test: Add locators for Prompt OK and Cancel Buttons ( #4393 ) ( #86 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-12-18 09:18:03 -08:00
Keith Chong
80c75deeff
fix: Allow for default values to be set in popup forms ( #4844 ) ( #81 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-12-07 12:16:44 -08:00
Alex Collins
3cd97bea5f
chore: Remove @types/dagre ( #80 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2020-12-02 11:04:30 -08:00
Alex Collins
0c8f83d3e7
chore: Remove unused deps ( #79 )
...
Signed-off-by: Alex Collins <alex_collins@intuit.com>
2020-12-02 10:36:36 -08:00
dherman
c2dc10748b
fix: upgrade all dependencies identified by snyk as having vulns ( #78 )
...
Signed-off-by: Daniel Herman <dherman@factset.com>
2020-12-02 10:14:48 -08:00
dherman
cb40e34393
fix(data-loader): correctly support usage that excludes input entirely ( #76 )
...
* fix(data-loader): correctly support usage that excludes input entirely
https://github.com/argoproj/argo-cd/issues/4913
Signed-off-by: Daniel Herman <dherman@factset.com>
* fix: move react to be a peerDependency
Since argo-ui is consumed as a library and React generally expects
there to only be a single instance on the page, it should be left
up to the consumer exactly what version of React to load so long as
it's compatible with our requirements
Signed-off-by: Daniel Herman <dherman@factset.com>
2020-12-01 10:53:10 -08:00
Keith Chong
7b28e38b07
fix: Design Flaw leading to errant delete - remove quote ( #4844 ) ( #75 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-11-25 22:11:46 -08:00
dherman
f612d7dfd0
chore: introduce jest for unit testing ( #70 )
...
* chore: introduce jest for unit testing
This introduces Jest as a framework for unit testing, including some
basic tests for the Checkbox. The component being tested here is
intentionally minimal since this serves as our PR to set up the infra
for unit testing rather than introducing large amounts of tests.
Signed-off-by: Daniel Herman <dherman@factset.com>
* chore: remove mocha since it's unused
Signed-off-by: Daniel Herman <dherman@factset.com>
2020-11-25 13:25:57 -08:00
dherman
e20f22ab94
refactor: correct typing errors in several components and dependencies ( #72 )
...
refactor: correct typing errors in several components and dependencies (#72 )
Signed-off-by: Daniel Herman <dherman@factset.com>
2020-11-24 09:25:38 -08:00
Keith Chong
4e9c9c96de
fix: Design Flaw leading to errant delete #4844 ( #74 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-11-24 09:21:56 -08:00
Josh Soref
3ec25b9b85
fix(ui): Favicon should be circular w/ transparency (argoproj/argo-cd#4772) ( #73 )
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-06 10:56:15 -08:00
dherman
546911a8aa
refactor: correct typing errors in several components and dependencies ( #71 )
...
Signed-off-by: Daniel Herman <dherman@factset.com>
2020-11-05 12:13:34 -08:00
Keith Chong
3d2740a553
test: Add QE ID's to support test tool locators ( #69 )
...
Signed-off-by: Keith Chong <kykchong@redhat.com>
2020-10-27 09:48:50 -07:00
Alexander Matyushentsev
5371e5ba16
refactor: upgrade dependencies and node version ( #66 )
...
* refactor: upgrade dependencies and node version
* remove unused dependencies
2020-09-30 16:26:58 -07:00
Josh Soref
66de6bfc10
feat(ui): filter doesn't have tooltip (argoproj/argo-cd#4257) ( #63 )
2020-09-25 09:48:26 -07:00
Josh Soref
ed554e1765
feat(ui): Reverse page titles (argoproj/argo-cd#4337) ( #64 )
2020-09-16 21:45:14 -07:00
jannfis
dfb546b760
Enable open application details in new tab on ctrl+click ( #58 )
2020-01-24 15:34:09 -08:00
Alex Collins
433ac1cd69
Mark omitempty fields as optional ( #56 )
2020-01-08 17:14:19 -08:00
Simon Behar
a9323d4d6f
Added ObjectReference to K8s types ( #55 )
2020-01-08 08:37:34 -08:00
Simon Behar
7dacff7da9
refactor: Import autocomplete from argo-cd ( #54 )
...
* refactor: Import autocomplete from argo-cd
2019-12-18 10:51:45 -08:00
Alexander Matyushentsev
ce762319ed
Move Argo Workflows UI into https://github.com/argoproj/argo repo ( #53 )
2019-12-16 15:46:55 -08:00
Daisuke Taniwaki
3dc35d171c
Support workflow template ( #52 )
...
* Update node-sass to ^4.12.0
* Support workflow template
* Make YAML view scrollable
* Fix wording
* Remove unnecessary return value
2019-12-16 10:39:50 -08:00
Alex Collins
6a95d3ee5c
Reverts dependabot changes to xterm and handlebars ( #48 )
2019-11-04 15:34:30 -08:00
dependabot[bot]
ff29313dea
Bump handlebars from 4.0.11 to 4.5.1 ( #47 )
2019-11-01 16:02:15 -07:00
dependabot[bot]
a5dd15b510
Bump lodash.mergewith from 4.6.1 to 4.6.2 ( #46 )
2019-11-01 15:55:57 -07:00
dependabot[bot]
332ac25ea6
Bump xterm from 2.4.0 to 3.8.1 ( #45 )
2019-11-01 15:48:13 -07:00
dependabot[bot]
bf95ec7a11
Bump fstream from 1.0.11 to 1.0.12 ( #41 )
2019-11-01 15:37:52 -07:00
dependabot[bot]
9f3afeab5f
Bump jquery from 3.3.1 to 3.4.1 ( #42 )
2019-11-01 14:29:56 -07:00
dependabot[bot]
484ab343a1
Bump assign-deep from 0.4.7 to 0.4.8 ( #40 )
2019-11-01 13:52:16 -07:00
dependabot[bot]
688c1f26a1
Bump lodash-es from 4.17.10 to 4.17.15 ( #39 )
2019-11-01 13:38:32 -07:00
dependabot[bot]
33560998fa
Bump mixin-deep from 1.3.1 to 1.3.2 ( #38 )
2019-11-01 13:34:30 -07:00
Sagar Patel
1fc66c06b8
Update README ( #29 )
2019-11-01 12:39:45 -07:00
Alex Collins
89eccacb59
Adds Circle CI set-up ( #44 )
2019-11-01 12:37:18 -07:00
Alex Collins
357b0534c3
Adds HelpIcon ( #43 )
2019-11-01 12:22:36 -07:00
dependabot[bot]
d09fe663ac
Bump foreman from 2.0.0 to 3.0.1 ( #37 )
2019-11-01 12:10:20 -07:00
Alex Collins
7564d8b211
Enables version in nav-bar ( #36 )
2019-10-18 15:54:49 -07:00