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

Bump @lingui/loader from 3.8.10 to 3.13.3 in /awx/ui #12

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 15, 2022

Bumps @lingui/loader from 3.8.10 to 3.13.3.

Release notes

Sourced from @​lingui/loader's releases.

v3.13.3

3.13.3 (2022-04-24)

Bug Fixes

  • @​lingui/react compatible with React 18 (2a235ba)
  • JSX attribute parsing issue when using double quotes (#1226) (27a7ded)
  • specify children for react v18 types (#1230) (ee69736)

v3.13.2

3.13.2 (2022-01-24)

Bug Fixes

  • localeData interpolation broken (457735b)

v3.13.1

3.13.1 (2022-01-21)

Bug Fixes

  • add lingui core to macro peer dependencies (#1187) (daaa773)
  • cloud service import() on case-sensitive filesystems (#1174) (5feb120)
  • i18n.activate should load instantly new messages (#1182) (f8f47a2)
  • remove the obsolete defineMessages function from the typings. (#1179) (19b032f)

v3.13.0

3.13.0 (2021-11-26)

Bug Fixes

  • pin cli-table to 0.3.6 (#1172) (b659b18)
  • cli: extract with --overwrite should fallback to key (#1166) (e5e9d59)
  • Allow pseudoLocalize to work in @​lingui/loader (#1165) (356c224)
  • don't push pseudoLocale to translation.io provider (#1161) (5d2186b)
  • stripping origin if line numbers already strippped (#1143) (82a3265)

Features

v3.12.1

3.12.1 (2021-09-28)

... (truncated)

Changelog

Sourced from @​lingui/loader's changelog.

3.13.3 (2022-04-24)

Bug Fixes

  • @​lingui/react compatible with React 18 (2a235ba)
  • JSX attribute parsing issue when using double quotes (#1226) (27a7ded)
  • specify children for react v18 types (#1230) (ee69736)

3.13.2 (2022-01-24)

Bug Fixes

  • localeData interpolation broken (457735b)

3.13.1 (2022-01-21)

Bug Fixes

  • add lingui core to macro peer dependencies (#1187) (daaa773)
  • cloud service import() on case-sensitive filesystems (#1174) (5feb120)
  • i18n.activate should load instantly new messages (#1182) (f8f47a2)
  • remove the obsolete defineMessages function from the typings. (#1179) (19b032f)

3.13.0 (2021-11-26)

Bug Fixes

  • pin cli-table to 0.3.6 (#1172) (b659b18)
  • cli: extract with --overwrite should fallback to key (#1166) (e5e9d59)
  • Allow pseudoLocalize to work in @​lingui/loader (#1165) (356c224)
  • don't push pseudoLocale to translation.io provider (#1161) (5d2186b)
  • stripping origin if line numbers already strippped (#1143) (82a3265)

... (truncated)

Commits
  • 88252d7 chore(release): published v3.13.3 [skip ci]
  • 2a235ba fix: @​lingui/react compatible with React 18
  • 27a7ded fix: JSX attribute parsing issue when using double quotes (#1226)
  • d272bc2 docs: Use placeholder in selectOrdinal's examples and test cases (#1222)
  • 2232738 docs: Fix missing closing tag in jsx example (#1220)
  • ee69736 fix: specify children for react v18 types (#1230)
  • 0e270a3 docs: update showroom.rst (#1210)
  • bf689b6 docs: Fix a typo in a babel plugin name (#1204)
  • 3481762 chore(examples): update cra example to latest lingui version
  • dbc16ca chore(release): published v3.13.2 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 15, 2022

Dependabot tried to add @AlexSCorey, @keithjgrant, @kialam, @mabashian, @marshmalien and @nixocio as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/john-westcott-iv/awx/pulls/12/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the john-westcott-iv/awx repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 15, 2022

The following labels could not be found: dependencies.

Bumps [@lingui/loader](https://github.com/lingui/js-lingui) from 3.8.10 to 3.13.3.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](lingui/js-lingui@v3.8.10...v3.13.3)

---
updated-dependencies:
- dependency-name: "@lingui/loader"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/awx/ui/devel/lingui/loader-3.13.3 branch from c244727 to 8df68ac Compare February 8, 2023 20:05
@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

john-westcott-iv pushed a commit that referenced this pull request Mar 10, 2023
* add assertions around access to resulting job

there is a problem getting the job w/ the user that launched it

add more assertions to bulk tests (#11)

dig more into the results and assert on results
also, use a fixture that already implemented the "max queries" thing

fix ansible collection sanity tests (#12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants