Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore): Bump the ci-dependencies group with 7 updates #516

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the ci-dependencies group with 7 updates:

Package From To
@redhat-cloud-services/rbac-client 2.2.9 2.2.10
qs 6.13.0 6.13.1
react-intl 6.8.7 7.0.1
@formatjs/cli 6.3.8 6.3.11
@formatjs/ecma402-abstract 2.2.3 2.2.4
@formatjs/icu-messageformat-parser 2.9.3 2.9.4
@formatjs/intl-localematcher 0.5.7 0.5.8

Updates @redhat-cloud-services/rbac-client from 2.2.9 to 2.2.10

Release notes

Sourced from @​redhat-cloud-services/rbac-client's releases.

@​redhat-cloud-services/rbac-client-2.2.10

2.2.10 (2024-11-18)

Dependency Updates

  • @redhat-cloud-services/javascript-clients-shared updated to version 1.2.5
Commits
  • dde21b7 release: bump @​redhat-cloud-services/rbac-client to 2.2.10 [skip ci]
  • e4acf7b release: bump @​redhat-cloud-services/compliance-client to 1.1.1 [skip ci]
  • 606529a release: bump @​redhat-cloud-services/integrations-client to 2.5.5 [skip ci]
  • 5df79be release: bump @​redhat-cloud-services/entitlements-client to 2.1.1 [skip ci]
  • 07276cc release: bump @​redhat-cloud-services/notifications-client to 2.5.5 [skip ci]
  • 63e2a43 release: bump @​redhat-cloud-services/host-inventory-client to 2.0.2 [skip ci]
  • eb03edb release: bump @​redhat-cloud-services/config-manager-client to 2.1.1 [skip ci]
  • 121721e release: bump @​redhat-cloud-services/javascript-clients-shared to 1.2.5 [skip...
  • c4e7ca2 Merge pull request #318 from RedHatInsights/fix-api-factory-types
  • 040dd86 Update generator to pass along openapi spec return type for each API
  • Additional commits viewable in compare view

Updates qs from 6.13.0 to 6.13.1

Changelog

Sourced from qs's changelog.

6.13.1

[Fix] stringify: avoid a crash when a filter key is null [Fix] utils.merge: functions should not be stringified into keys [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset [Fix] stringify: ensure a non-string filter does not crash [Refactor] use __proto__ syntax instead of Object.create for null objects [Refactor] misc cleanup [Tests] utils.merge: add some coverage [Tests] fix a test case [actions] split out node 10-20, and 20+ [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

Commits
  • f1ee037 v6.13.1
  • afd20d0 [Dev Deps] update object-inspect
  • d185cee [actions] split out node 10-20, and 20+
  • 4cf5567 [Dev Deps] update es-value-fixtures, tape
  • 3c8a6f5 [Refactor] use __proto__ syntax instead of Object.create for null objects
  • 96f4d93 [Fix] stringify: avoid a crash when a filter key is null
  • aa1f0a8 [Fix] utils.merge: functions should not be stringified into keys
  • 2a548a9 [Tests] utils.merge: add some coverage
  • 3e750c1 [Refactor] misc cleanup
  • ca55d0f [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true...
  • Additional commits viewable in compare view

Updates react-intl from 6.8.7 to 7.0.1

Release notes

Sourced from react-intl's releases.

react-intl@7.0.1

7.0.1 (2024-11-18)

Bug Fixes

  • react-intl: remove @​formatjs/ecma402-abstract, use native TS Intl typdefs (289aa91) - by @​longlho

react-intl@7.0.0

7.0.0 (2024-11-18)

Features

BREAKING CHANGES

  • react-intl: This removes @​formatjs/intl-displaynames & @​formatjs/intl-listformat as deps which will reduce package size. However, this also means you'll need typescript@5 at least since that has new type defs for those native Intl APIs.

react-intl@6.8.9

6.8.9 (2024-11-18)

Bug Fixes

react-intl@6.8.8

6.8.8 (2024-11-17)

Note: Version bump only for package react-intl

Commits
  • c286d10 build: publish
  • 289aa91 fix(react-intl): remove @​formatjs/ecma402-abstract, use native TS Intl typdefs
  • 3fed5f4 fix(@​formatjs/cli): remove @​formatjs/ecma402-abstract, use native TS Intl typ...
  • 78865eb build: publish
  • 0413066 chore: re-install
  • 98d8910 feat(@​formatjs/intl): drop typescript@4 support
  • 12ecc1b feat(react-intl): drop typescript@4 support
  • 7ea64ec docs: fix URL
  • 31b832f feat(react-intl): remove polyfill packages in deps
  • 4713e1b feat(@​formatjs/intl): remove polyfill packages in deps
  • Additional commits viewable in compare view

Updates @formatjs/cli from 6.3.8 to 6.3.11

Release notes

Sourced from @​formatjs/cli's releases.

@​formatjs/cli@​6.3.11

6.3.11 (2024-11-18)

Note: Version bump only for package @​formatjs/cli

@​formatjs/cli@​6.3.10

6.3.10 (2024-11-18)

Note: Version bump only for package @​formatjs/cli

@​formatjs/cli@​6.3.9

6.3.9 (2024-11-17)

Note: Version bump only for package @​formatjs/cli

Commits
  • 78865eb build: publish
  • 0413066 chore: re-install
  • 98d8910 feat(@​formatjs/intl): drop typescript@4 support
  • 12ecc1b feat(react-intl): drop typescript@4 support
  • 7ea64ec docs: fix URL
  • 31b832f feat(react-intl): remove polyfill packages in deps
  • 4713e1b feat(@​formatjs/intl): remove polyfill packages in deps
  • c9fbb68 docs: fix URL
  • 282d322 docs: fix workflow
  • 1551895 docs: fix workflow
  • Additional commits viewable in compare view

Updates @formatjs/ecma402-abstract from 2.2.3 to 2.2.4

Commits
  • 10db184 build: publish
  • 361d13b fix: remove sourceMap from tsconfig, fix #4693
  • 1258dac fix(@​formatjs/intl-localematcher): update impl to latest spec
  • ad17417 docs(eslint-plugin-formatjs): update plugin documentation for new config form...
  • 996178d build: publish
  • cad6613 fix(eslint-plugin-formatjs): account for possibly undefined parserServices (#...
  • b64b8fe fix(eslint-plugin-formatjs): make shareable configs compatible with flat conf...
  • ad375c9 build(deps): bump cross-spawn and @​parcel/package-manager in /packages/react-...
  • ab8e6ee fix(@​formatjs/cli-lib): instantiate FormatFn with unknown in Formatter defini...
  • 4b60a44 docs: warn about required --ast for --pseudo-locale (#4698)
  • Additional commits viewable in compare view

Updates @formatjs/icu-messageformat-parser from 2.9.3 to 2.9.4

Release notes

Sourced from @​formatjs/icu-messageformat-parser's releases.

@​formatjs/icu-messageformat-parser@​2.9.4

2.9.4 (2024-11-18)

Note: Version bump only for package @​formatjs/icu-messageformat-parser

Changelog

Sourced from @​formatjs/icu-messageformat-parser's changelog.

2.9.4 (2024-11-18)

Note: Version bump only for package @​formatjs/icu-messageformat-parser

Commits

Updates @formatjs/intl-localematcher from 0.5.7 to 0.5.8

Release notes

Sourced from @​formatjs/intl-localematcher's releases.

@​formatjs/intl-localematcher@​0.5.8

0.5.8 (2024-11-18)

Bug Fixes

Commits
  • 10db184 build: publish
  • 361d13b fix: remove sourceMap from tsconfig, fix #4693
  • 1258dac fix(@​formatjs/intl-localematcher): update impl to latest spec
  • ad17417 docs(eslint-plugin-formatjs): update plugin documentation for new config form...
  • 996178d build: publish
  • cad6613 fix(eslint-plugin-formatjs): account for possibly undefined parserServices (#...
  • b64b8fe fix(eslint-plugin-formatjs): make shareable configs compatible with flat conf...
  • ad375c9 build(deps): bump cross-spawn and @​parcel/package-manager in /packages/react-...
  • ab8e6ee fix(@​formatjs/cli-lib): instantiate FormatFn with unknown in Formatter defini...
  • 4b60a44 docs: warn about required --ast for --pseudo-locale (#4698)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ci-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@redhat-cloud-services/rbac-client](https://github.com/RedHatInsights/javascript-clients) | `2.2.9` | `2.2.10` |
| [qs](https://github.com/ljharb/qs) | `6.13.0` | `6.13.1` |
| [react-intl](https://github.com/formatjs/formatjs) | `6.8.7` | `7.0.1` |
| [@formatjs/cli](https://github.com/formatjs/formatjs) | `6.3.8` | `6.3.11` |
| [@formatjs/ecma402-abstract](https://github.com/formatjs/formatjs) | `2.2.3` | `2.2.4` |
| [@formatjs/icu-messageformat-parser](https://github.com/formatjs/formatjs/tree/HEAD/packages/icu-messageformat-parser) | `2.9.3` | `2.9.4` |
| [@formatjs/intl-localematcher](https://github.com/formatjs/formatjs) | `0.5.7` | `0.5.8` |


Updates `@redhat-cloud-services/rbac-client` from 2.2.9 to 2.2.10
- [Release notes](https://github.com/RedHatInsights/javascript-clients/releases)
- [Changelog](https://github.com/RedHatInsights/javascript-clients/blob/main/release.config.js)
- [Commits](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/rbac-client-2.2.9...@redhat-cloud-services/rbac-client-2.2.10)

Updates `qs` from 6.13.0 to 6.13.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.13.1)

Updates `react-intl` from 6.8.7 to 7.0.1
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.8.7...react-intl@7.0.1)

Updates `@formatjs/cli` from 6.3.8 to 6.3.11
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.3.8...@formatjs/cli@6.3.11)

Updates `@formatjs/ecma402-abstract` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@2.2.3...@formatjs/ecma402-abstract@2.2.4)

Updates `@formatjs/icu-messageformat-parser` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Changelog](https://github.com/formatjs/formatjs/blob/main/packages/icu-messageformat-parser/CHANGELOG.md)
- [Commits](https://github.com/formatjs/formatjs/commits/@formatjs/icu-messageformat-parser@2.9.4/packages/icu-messageformat-parser)

Updates `@formatjs/intl-localematcher` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.5.7...@formatjs/intl-localematcher@0.5.8)

---
updated-dependencies:
- dependency-name: "@redhat-cloud-services/rbac-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: "@formatjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: "@formatjs/ecma402-abstract"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: "@formatjs/icu-messageformat-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
- dependency-name: "@formatjs/intl-localematcher"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

The following labels could not be found: dependency-bot.

@dlabrecq
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

Superseded by #517.

@dependabot dependabot bot closed this Nov 19, 2024
@dependabot dependabot bot deleted the dependabot_npm_and_yarn_main_ci-dependencies-b9a940f532 branch November 19, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant