kfp-tekton
kfp-tekton copied to clipboard
chore(deps): bump braces, http-proxy-middleware, @storybook/addon-essentials, @storybook/react and snapshot-diff in /frontend
Bumps braces to 3.0.3 and updates ancestor dependencies braces, http-proxy-middleware, @storybook/addon-essentials, @storybook/react and snapshot-diff. These dependencies need to be updated together.
Updates braces
from 3.0.2 to 3.0.3
Commits
74b2db2
3.0.388f1429
update eslint. lint, fix unit tests.415d660
Snyk js braces 6838727 (#40)190510f
fix tests, skip 1 test in test/braces.expand716eb9f
readme bumpa5851e5
Merge pull request #37 from coderaiser/fix/vulnerability2092bd1
feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cf
fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9
remove funding file665ab5d
update keepEscaping doc (#27)- Additional commits viewable in compare view
Updates http-proxy-middleware
from 0.19.1 to 3.0.0
Release notes
Sourced from http-proxy-middleware's releases.
v3.0.0
[BREAKING CHANGES]
Read the v3 in Discussions or MIGRATION.md to see what the breaking changes are and how you can migrate them.
What's Changed
- refactor: v3 by
@chimurai
in chimurai/http-proxy-middleware#766- ci: github-actions Node.js v18 by
@chimurai
in chimurai/http-proxy-middleware#770- fix(logger-plugin): fix next.js url logging (baseUrl not supported) by
@chimurai
in chimurai/http-proxy-middleware#771- test(mockttp): fix deprecated functions by
@chimurai
in chimurai/http-proxy-middleware#772- ci: remove unnecessary pre-build steps by
@chimurai
in chimurai/http-proxy-middleware#774- ci(package): build speed improvements by
@chimurai
in chimurai/http-proxy-middleware#776- docs(node17+): dns lookups localhost by
@davidmeirlevy
in chimurai/http-proxy-middleware#783- ci(cspell): minor tweaks by
@chimurai
in chimurai/http-proxy-middleware#787- ci: add .gitpod.yml by
@chimurai
in chimurai/http-proxy-middleware#791- docs(shields.io): add logos to badges by
@chimurai
in chimurai/http-proxy-middleware#792- chore(dev-deps): bump jest to v28 by
@chimurai
in chimurai/http-proxy-middleware#817- ci(github-actions): drop node 12.x by
@chimurai
in chimurai/http-proxy-middleware#821- chore(dev-deps): bump jest to v29 by
@chimurai
in chimurai/http-proxy-middleware#825- chore(package): upgrade mockttp to 3.4.0 by
@chimurai
in chimurai/http-proxy-middleware#841- chore(package): update dev dependencies by
@chimurai
in chimurai/http-proxy-middleware#844- docs(README): fix github-actions workflow badge by
@chimurai
in chimurai/http-proxy-middleware#874- docs(README): fix badge links by
@chimurai
in chimurai/http-proxy-middleware#875- feat(typescript): type improvements by
@chimurai
in chimurai/http-proxy-middleware#882- docs(servers.md): next.js bodyParser usage by
@chimurai
in chimurai/http-proxy-middleware#886- docs: fix proxy events documentation by
@chimurai
in chimurai/http-proxy-middleware#887- chore(package.json): bump devDependencies by
@chimurai
in chimurai/http-proxy-middleware#888- docs: improve jsdoc for http-proxy options by
@chimurai
in chimurai/http-proxy-middleware#889- chore(package): v3.0.0-beta.1 by
@chimurai
in chimurai/http-proxy-middleware#890- docs(response-interceptor.md): improve example by
@bangank36
in chimurai/http-proxy-middleware#891- refactor(legacy adapter): add MIGRATION.md deeplinks by
@chimurai
in chimurai/http-proxy-middleware#892- docs(README.md): add beta badge by
@chimurai
in chimurai/http-proxy-middleware#894- refactor: minor type improvements by
@chimurai
in chimurai/http-proxy-middleware#895- chore(deps): update to typescript v5 by
@chimurai
in chimurai/http-proxy-middleware#902- ci(github-actions): support node v20 by
@chimurai
in chimurai/http-proxy-middleware#903- chore(package): drop node 12 [BREAKING CHANGE] by
@chimurai
in chimurai/http-proxy-middleware#904- chore(package): bump dev dependencies by
@chimurai
in chimurai/http-proxy-middleware#905- ci(github-actions): minor improvements by
@chimurai
in chimurai/http-proxy-middleware#908- docs(proxy-events.md): fix example by
@pstephan9
in chimurai/http-proxy-middleware#921- chore(package): bump prettier to v3 by
@chimurai
in chimurai/http-proxy-middleware#934- ci: drop node v14 and v16 by
@chimurai
in chimurai/http-proxy-middleware#936- chore(package): bump dev dependencies by
@chimurai
in chimurai/http-proxy-middleware#935- docs(README): fix snyk badge by
@chimurai
in chimurai/http-proxy-middleware#937- ci(github-actions): bump actions/checkout to v4 by
@chimurai
in chimurai/http-proxy-middleware#939- build(gitpod): remove deprecated config by
@chimurai
in chimurai/http-proxy-middleware#944- docs(nextjs): improve nextjs example by
@chimurai
in chimurai/http-proxy-middleware#945- test(types): contextual types by
@chimurai
in chimurai/http-proxy-middleware#946- ci(github-actions): update actions/setup-node to v4 by
@chimurai
in chimurai/http-proxy-middleware#951- docs: fix documentation for websockets by
@crooruhe
in chimurai/http-proxy-middleware#953- chore(package): bump dev dependencies by
@chimurai
in chimurai/http-proxy-middleware#977
... (truncated)
Changelog
Sourced from http-proxy-middleware's changelog.
v3.0.0
This release contains some breaking changes.
Please read the V3 discussion https://github.com/chimurai/http-proxy-middleware/discussions/768 or follow the MIGRATION.md guide.
- feat(typescript): type improvements (#882)
- chore(deps): update micromatch to 4.0.5
- chore(package): bump devDependencies
- feat(legacyCreateProxyMiddleware): show migration tips (#756)
- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
- docs(proxy events): fix new syntax (#753)
- feat(debug): improve troubleshooting (#752)
- test(path-rewriter): improve coverage (#751)
- feat(ejectPlugins): skip registering default plugins (#750)
- refactor: logging [BREAKING CHANGE] (#749)
- refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
- feat(plugins): add support for plugins (#732)
- docs: fix v3 documentation
- fix: server mounting [BREAKING CHANGE] (#731)
- test(fixRequestBody): fix broken test
- refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks:
@cdaringe
&@devanshj
)- feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
- feat: remove shorthand usage [BREAKING CHANGE] (#716)
v2.0.6
- fix(proxyReqWs): catch socket errors (#763)
v2.0.5
- fix(error handler): add default handler to econnreset (#759)
v2.0.4
v2.0.3
- feat(package): optional
@types/express
peer dependency (#707)v2.0.2
- chore(deps): update
@types/http-proxy
to 1.17.8 (#701)- fix(fixRequestBody): fix request body for empty JSON object requests (#640) (mhassan1)
- fix(types): fix type regression (#700)
v2.0.1
... (truncated)
Commits
84bfa46
chore(package): v3.0.0 (#947)19a3f00
chore(package): bump dev dependencies (#977)e4932b3
docs: fix documentation for websockets (#953)bd35b7b
ci(github-actions): update actions/setup-node to v4 (#951)82ad7c1
test(types): contextual types (#946)a703969
docs(nextjs): improve nextjs example (#945)d286ac8
build(gitpod): remove deprecated config (#944)8d3e9bb
ci(github-actions): bump actions/checkout to v4 (#939)8294cdb
docs(README): fix snyk badge (#937)7a65719
chore(package): bump dev dependencies (#935)- Additional commits viewable in compare view
Updates @storybook/addon-essentials
from 6.3.6 to 6.5.16
Changelog
Sourced from @storybook/addon-essentials
's changelog.
6.5.0-rc.1 (May 18, 2022)
Bug Fixes
- CLI: Improve webpack version and add detection of nextjs (#18220)
- ArgsTable: Gracefully handle conditional args failures (#18248)
- Controls: Fix reset button broken for !undefined URL values (#18231)
- Vue3: Add support for TSX in single file components (#18038)
6.5.0-rc.0 (May 17, 2022)
Features
- Addon-a11y: Show % of users in toolbar menu (#18003)
Bug Fixes
- Web-components: Clean Lit Expression comments in story source (#18108)
- Vue: Map args correctly in CSF3 implicit render function (#18209)
- Vue3: Fix CSF3 implicit render function when storyStoreV7 is enabled (#18208
Maintenance
- CLI: Don't throw is Ctrl + C was pressed when selecting a package in the build command (#18195)
- Build: Cleanup noise from unit tests (#18196)
Dependency Upgrades
- Fixed PnP compatibility for bundled components package (#18015)
6.5.0-beta.8 (May 11, 2022)
Bug Fixes
- Composition: Fix metadata.json incorrectly overriding main.js refs versions (#18185)
Maintenance
- Examples: Set channelOptions to disallow function serialization (#18071)
Dependency Upgrades
- Upgrade to telejson 6 (#18164)
6.5.0-beta.7 (May 9, 2022)
Features
... (truncated)
Commits
- See full diff in compare view
Updates @storybook/react
from 6.3.6 to 6.5.16
Changelog
Sourced from @storybook/react
's changelog.
6.5.0-rc.1 (May 18, 2022)
Bug Fixes
- CLI: Improve webpack version and add detection of nextjs (#18220)
- ArgsTable: Gracefully handle conditional args failures (#18248)
- Controls: Fix reset button broken for !undefined URL values (#18231)
- Vue3: Add support for TSX in single file components (#18038)
6.5.0-rc.0 (May 17, 2022)
Features
- Addon-a11y: Show % of users in toolbar menu (#18003)
Bug Fixes
- Web-components: Clean Lit Expression comments in story source (#18108)
- Vue: Map args correctly in CSF3 implicit render function (#18209)
- Vue3: Fix CSF3 implicit render function when storyStoreV7 is enabled (#18208
Maintenance
- CLI: Don't throw is Ctrl + C was pressed when selecting a package in the build command (#18195)
- Build: Cleanup noise from unit tests (#18196)
Dependency Upgrades
- Fixed PnP compatibility for bundled components package (#18015)
6.5.0-beta.8 (May 11, 2022)
Bug Fixes
- Composition: Fix metadata.json incorrectly overriding main.js refs versions (#18185)
Maintenance
- Examples: Set channelOptions to disallow function serialization (#18071)
Dependency Upgrades
- Upgrade to telejson 6 (#18164)
6.5.0-beta.7 (May 9, 2022)
Features
... (truncated)
Commits
- See full diff in compare view
Updates snapshot-diff
from 0.6.1 to 0.10.0
Release notes
Sourced from snapshot-diff's releases.
v0.10.0
What's Changed
- chore: run tests against node 18 by
@SimenB
in jest-community/snapshot-diff#381- feat: update Jest dependencies by
@SimenB
in jest-community/snapshot-diff#380- chore(deps): update dependency
@callstack/eslint-config
to v12 by@renovate
in jest-community/snapshot-diff#385- chore(deps): update jest monorepo to v29 (major) by
@renovate
in jest-community/snapshot-diff#393
- BREAKING: dropped Node 12
- chore(deps): update dependency eslint to v8 by
@renovate
in jest-community/snapshot-diff#388New Contributors
@renovate
made their first contribution in jest-community/snapshot-diff#387Full Changelog: https://github.com/jest-community/snapshot-diff/compare/v0.9.0...v0.10.0
v0.9.0
Chore & Maintenance
- [BREAKING] update Jest to 27 (#259)
v0.8.1
Fixes
- update jest-diff to remove colors from no diff message (#173)
v0.8.0
Features
- [BREAKING] upgrade Jest deps to 26 (#128)
- [BREAKING] output jest mock function names in diffs, following
jest-snapshot
serializers (#122)Chore & Maintenance
- Use jest-diff options to turn off colors in diff (#123)
I'd like to say big thank you to
@alistairjcbrown
for contributing to this release! 🚀v0.7.0
Features
- [BREAKING] upgrade to Jest 25 (#110)
v0.6.2
Fixes
- Update serializer types to support enzyme-to-json (#109)
Commits
7407d5f
v0.10.04acf37c
chore(deps): update dependency eslint to v8 (#388)d1e466d
chore(deps): lock file maintenance5017c20
chore(deps): update jest monorepo to v29 (major) (#393)f9fb983
chore(deps): lock file maintenance1495023
chore(deps): lock file maintenanceadd667a
chore: set correct minimum node version68cf8e6
chore(deps): update dependency@callstack/eslint-config
to v12 (#385)544891a
chore(deps): lock file maintenance (#387)95928f6
chore(flow): ignore malformed packahge.json file- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.