Commit Graph

5641 Commits

Author SHA1 Message Date
Vladimír Gorej
56838ede26 ci(docker): set provenance=false when building image
This should avoid issue described in https://github.com/docker/build-push-action/issues/820.

Refs #5815
2023-06-01 18:10:11 +02:00
Vladimír Gorej
f73b38b0ba ci(docker): add initial workflow for creating multi platform Docker images (#8732)
Refs #5815
2023-06-01 17:46:32 +02:00
dependabot[bot]
021a1d495c chore(deps-dev): bump @commitlint/cli from 17.6.1 to 17.6.5 (#8725) 2023-05-30 12:07:23 +00:00
dependabot[bot]
3953fa1605 chore(deps-dev): bump sinon from 15.0.4 to 15.1.0 (#8722) 2023-05-29 12:05:34 +00:00
dependabot[bot]
3aac5d875c chore(deps-dev): bump eslint from 8.37.0 to 8.41.0 (#8719) 2023-05-26 12:28:41 +00:00
dependabot[bot]
b1745c1077 chore(deps-dev): bump @wojtekmaj/enzyme-adapter-react-17 (#8718) 2023-05-26 12:22:58 +00:00
dependabot[bot]
92f002f369 chore(deps-dev): bump webpack-dev-server from 4.11.1 to 4.15.0 (#8717) 2023-05-26 12:04:33 +00:00
dependabot[bot]
bbe874dc6c chore(deps-dev): bump rimraf from 5.0.0 to 5.0.1 (#8714) 2023-05-25 12:10:44 +00:00
dependabot[bot]
9a5e6096fe chore(deps-dev): bump json-merger from 1.1.9 to 1.1.10 (#8715) 2023-05-25 12:03:43 +00:00
Vladimír Gorej
4f2fb10eb5 chore(docker): update Dockerfile base image to nginx:1.25.0-alpine (#8712)
Refs #8697
2023-05-25 12:53:24 +02:00
swagger-bot
f01969138d chore(release): cut the v4.19.0 release 2023-05-24 13:22:49 +00:00
dependabot[bot]
315114185c chore(deps-dev): bump css-loader from 6.7.3 to 6.7.4 (#8707)
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.3 to 6.7.4.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.3...v6.7.4)

---
updated-dependencies:
- dependency-name: css-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-05-24 14:33:12 +02:00
Vladimír Gorej
cf1430cc94 chore(deps): bump swagger-client to v3.19.8 (#8709)
Refs https://github.com/swagger-api/swagger-js/releases/tag/v3.19.8
2023-05-24 14:26:28 +02:00
dependabot[bot]
20af5df30e chore(deps-dev): bump mini-css-extract-plugin from 2.7.5 to 2.7.6 (#8708)
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.5 to 2.7.6.
- [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/v2.7.5...v2.7.6)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  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-05-24 14:21:08 +02:00
dependabot[bot]
71dbcbdf59 chore(deps-dev): bump jest-environment-jsdom from 29.4.3 to 29.5.0 (#8706) 2023-05-24 12:14:24 +00:00
Vladimír Gorej
c8f25002e1 chore(deps-dev): bump sass-loader from 12.6.0 to 13.3.0 (#8705)
Closes #8690
2023-05-24 12:59:42 +02:00
dependabot[bot]
34df806527 chore(deps-dev): bump @babel/preset-react from 7.14.5 to 7.18.6 (#8678)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.14.5 to 7.18.6.
- [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.6/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  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-05-24 12:33:14 +02:00
Martin Eigenmann
51385fe14f docs(swagger-ui-react): hint on usage with Next.js (#8696)
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>

Refs #7970
Refs #8245
2023-05-24 12:26:41 +02:00
Ben Konicek
da48ea14b5 chore(docker): update Dockerfile base image to nginx:1.24.0-alpine (#8697)
This update fixes following CVEs:
  - CVE-2023-29469
  - CVE-2023-28484⁠
2023-05-24 12:11:01 +02:00
Vladimír Gorej
58b460d1fc fix(oas3): fix deep linking for Callbacks (#8691)
Refs #8556
2023-05-22 14:55:06 +02:00
Vladimír Gorej
7ac9a8f070 feat(auth): persist cookie based apiKey in document.cookie (#8689)
Refs #8683
2023-05-22 14:46:30 +02:00
dependabot[bot]
26709c3ea6 chore(deps-dev): bump cssnano from 6.0.0 to 6.0.1 (#8677) 2023-05-16 12:04:32 +00:00
dependabot[bot]
81b4469986 chore(deps): bump vm2 from 3.9.17 to 3.9.18 (#8672) 2023-05-15 21:35:38 +00:00
dependabot[bot]
bce018e1a2 chore(deps-dev): bump html-webpack-plugin from 5.5.0 to 5.5.1 (#8669) 2023-05-15 12:16:44 +00:00
dependabot[bot]
35a41f066f chore(deps-dev): bump webpack from 5.82.0 to 5.82.1 (#8668) 2023-05-15 12:05:40 +00:00
dependabot[bot]
1e3cdc9dc4 chore(deps-dev): bump postcss-loader from 7.2.4 to 7.3.0 (#8662) 2023-05-12 12:21:46 +00:00
dependabot[bot]
703cbcb50b chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 (#8663) 2023-05-12 12:12:17 +00:00
dependabot[bot]
df40316fb5 chore(deps-dev): bump mini-css-extract-plugin from 2.7.2 to 2.7.5 (#8661) 2023-05-12 12:05:00 +00:00
dependabot[bot]
cc55e73426 chore(deps): bump swagger-client from 3.19.6 to 3.19.7 (#8653) 2023-05-11 12:17:34 +00:00
dependabot[bot]
62229a97b8 chore(deps-dev): bump @babel/preset-env from 7.21.4 to 7.21.5 (#8655) 2023-05-11 12:11:52 +00:00
dependabot[bot]
e62b50e2bd chore(deps-dev): bump @babel/plugin-transform-modules-commonjs (#8654) 2023-05-11 12:03:44 +00:00
dependabot[bot]
1ccc220cce chore(deps-dev): bump @babel/cli from 7.21.0 to 7.21.5 (#8643) 2023-05-10 12:23:02 +00:00
dependabot[bot]
1acacd04ef chore(deps-dev): bump sinon from 15.0.1 to 15.0.4 (#8639) 2023-05-10 12:16:01 +00:00
dependabot[bot]
83b5d84f5d chore(deps-dev): bump sass from 1.58.3 to 1.62.1 (#8642) 2023-05-10 12:09:26 +00:00
dependabot[bot]
ba55bee5ca chore(deps-dev): bump webpack from 5.80.0 to 5.82.0 (#8641) 2023-05-10 12:03:34 +00:00
dependabot[bot]
fa38cf7cbb chore(deps-dev): bump jest from 29.4.3 to 29.5.0 (#8638) 2023-05-09 13:05:28 +00:00
dependabot[bot]
80bf72a1fc chore(deps-dev): bump @commitlint/config-conventional (#8637) 2023-05-09 12:53:57 +00:00
dependabot[bot]
54382bb951 chore(deps-dev): bump rimraf from 4.3.1 to 5.0.0 (#8618)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.1 to 5.0.0.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.3.1...v5.0.0)

---
updated-dependencies:
- dependency-name: rimraf
  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-05-08 15:27:45 +02:00
dependabot[bot]
834cf3de93 chore(deps-dev): bump terser-webpack-plugin from 5.3.7 to 5.3.8 (#8632) 2023-05-08 13:21:33 +00:00
dependabot[bot]
72b1e9672f chore(deps-dev): bump @babel/plugin-proposal-object-rest-spread (#8631) 2023-05-08 12:11:02 +00:00
dependabot[bot]
a2b43c181a chore(deps): bump @babel/runtime-corejs3 from 7.21.0 to 7.21.5 (#8620) 2023-05-05 12:11:29 +00:00
dependabot[bot]
2ced92e342 chore(deps-dev): bump postcss from 8.4.21 to 8.4.23 (#8619) 2023-05-05 12:04:37 +00:00
dependabot[bot]
f58f615880 chore(deps-dev): bump start-server-and-test from 1.15.4 to 2.0.0 (#8597)
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.15.4 to 2.0.0.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.15.4...v2.0.0)

---
updated-dependencies:
- dependency-name: start-server-and-test
  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-05-04 19:30:09 +02:00
dependabot[bot]
2024f99f0f chore(deps-dev): bump husky from 7.0.4 to 8.0.3 (#8603)
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.3)

---
updated-dependencies:
- dependency-name: husky
  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-05-04 19:21:14 +02:00
dependabot[bot]
2880478030 chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 (#8598) 2023-04-27 12:10:32 +00:00
dependabot[bot]
aea5ebabd7 chore(deps-dev): bump @commitlint/config-conventional (#8596) 2023-04-27 12:04:17 +00:00
swagger-bot
6d6374baa8 chore(release): cut the v4.18.3 release 2023-04-26 13:09:21 +00:00
dependabot[bot]
12cac067c4 chore(deps-dev): bump jsdom from 21.1.0 to 21.1.1 (#8595) 2023-04-26 12:17:31 +00:00
dependabot[bot]
e80e6a05b6 chore(deps): bump dompurify from 3.0.1 to 3.0.2 (#8594) 2023-04-26 12:11:11 +00:00
dependabot[bot]
5c5805fa68 chore(deps): bump reselect from 4.1.7 to 4.1.8 (#8593) 2023-04-26 12:04:18 +00:00