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(deps): bump ember-intl from 5.7.2 to 6.0.0 #472

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps ember-intl from 5.7.2 to 6.0.0.

Release notes

Sourced from ember-intl's releases.

Dropped support for Ember 3.24 and Node 14

After setting the minimum supported Node version to 16, I updated some of the dependencies for ember-intl to their latest version.

Since the Ember and Node tests continued to pass, I'm hoping that there were no bugs and regressions since v6.0.0-beta.5. However, if you notice an issue with v6.0.0-beta.6, please let us know.

The docs-app now runs on ember-source@v4.12.1.

Added Glint support and fixed bugs

⚠️ This beta will be the last version that supports Ember 3.24 and Node 14.

⚠️ There is a known bug for the Glint support: ember-intl/ember-intl#1764

For Glint users, how to add the Registry from ember-intl:

import '@glint/environment-ember-loose';
import type EmberIntlRegistry from 'ember-intl/template-registry';
declare module '@​glint/environment-ember-loose/registry' {
export default interface Registry extends EmberIntlRegistry, /* other addon registries */ {
// local entries
}
}

I'm currently working on updating the project setup so that we may be able to release ember-intl more frequently.

Note, there is now a CHANGELOG at the root folder. (I can use your help with retroactively filling out entries from previous versions. This would involve adding a label to the merged pull requests.)

v6.0.0-beta.4

  • chore(types): enable exactOptionalPropertyTypes (#1716) 283890c7
  • chore: Removed TypeScript3 type (#1704) f364dba4
  • Updated README.md e7fc6e3a
  • Updated ember-cli-addon-docs to v5.0 (#1702) 791be1fb
  • chore: Recreated lockfile (#1701) 8cc42fd1
  • Updated internationalization-related dependencies (#1700) fdbf0a78
  • Updated TypeScript-related dependencies (#1699) 896ac269
  • Updated CI-related dependencies (#1698) 61105fb1
  • Enabled eslint-plugin-qunit (#1697) a9b2a6a4
  • set importsNotUsedAsValues (#1696) ac1bae76
  • chore: Removed try-typescript job from CI (#1695) 4c77d2bd
  • Fixed continuous deployment (#1694) 180d74bd
  • Set the default branch to be main for ember-cli-addon-docs deployment (#1693) b02ac5d2
  • Uninstalled ember-cli-deploy-git-ci (#1692) db714439
  • Set up continuous deployment (#1689) 0c13efc8
  • chore: Added ember-try scenarios to CI (#1686) f9ca2e03
  • Added missing translations to try to fix failing CI (#1685) 2332d230
  • Reintroduced the documentation site (#1683) 6343998c
  • Updated ember-source to v4.4.1 (#1682) e02fe290

... (truncated)

Changelog

Sourced from ember-intl's changelog.

Changelog

6.0.0-beta.6 (2023-07-01)

Breaking Change

Enhancement

Internal

Committers: 1

6.0.0-beta.5 (2023-07-01)

Bug Fix

Enhancement

Internal

Documentation

Committers: 5

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2023
Bumps [ember-intl](https://github.com/ember-intl/ember-intl) from 5.7.2 to 6.0.0.
- [Release notes](https://github.com/ember-intl/ember-intl/releases)
- [Changelog](https://github.com/ember-intl/ember-intl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ember-intl/ember-intl/commits)

---
updated-dependencies:
- dependency-name: ember-intl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-intl-6.0.0 branch from d1b0e0a to a95da08 Compare July 20, 2023 08:56
@anehx anehx closed this Jul 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-intl-6.0.0 branch July 28, 2023 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant