Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
international-types 0.5.3 -> 0.6.0 age adoption passing confidence

Release Notes

QuiiBz/next-international (international-types)

v0.6.0

Compare Source

Nested objects locales

You can now write locales using nested objects instead of the default dot notation. You can use the syntax you prefer without updating anything else:

// locales/en.ts
export default {
  hello: 'Hello',
  hello: {
    world: 'Hello world!',
    nested: {
      translations: 'Translations'
    }
  }
} as const

It's the equivalent of the following:

export default {
  'hello': 'Hello',
  'hello.world': 'Hello world!',
  'hello.nested.translations': 'Translations'
} as const

What's Changed

Full Changelog: QuiiBz/next-international@0.5.3...0.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team, fabienhebert and vincentaudebert and removed request for a team July 19, 2023 16:29
@changeset-bot
Copy link

changeset-bot bot commented Jul 19, 2023

🦋 Changeset detected

Latest commit: bce5b7a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@scaleway/use-i18n Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #1395 (bce5b7a) into main (e3561b6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1395   +/-   ##
=======================================
  Coverage   98.65%   98.65%           
=======================================
  Files          24       24           
  Lines         669      669           
  Branches       95       95           
=======================================
  Hits          660      660           
  Misses          1        1           
  Partials        8        8           

@QuiiBz QuiiBz changed the title fix(deps): update dependency international-types to v0.6.0 fix(deps): update dependency international-types to v0.6.2 Jul 20, 2023
@QuiiBz QuiiBz merged commit e688b0d into main Jul 20, 2023
@QuiiBz QuiiBz deleted the renovate/international-types-0.x branch July 20, 2023 05:45
@github-actions github-actions bot mentioned this pull request Jul 20, 2023
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.

3 participants