Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 30, 2020

Bumps ember-l10n from 3.1.1 to 4.0.0.

Release notes

Sourced from ember-l10n's releases.

v4.0.0

This release removes the dependency on ember-cli-ifa.

Updating from 3.x

If you only had ember-cli-ifa installed for this addon, you can safely remove it from the list of your dependencies, as well as all configuration for it.

How does fingerprinting work now?

It works as before, only that we automatically pick up if it should be fingerprinted based on the ember-cli-build.js settings - no need to configure anything else. You only need to make sure that .json files are fingerprinted - we also warn (at build time) when that is not the case.

Are there any other major changes?

Mostly, this should be a drop-in update. The only breaking change is that jsonPath on the l10n service does not work anymore. Instead, you can configure that in the config/environment.js now (if necessary).

v3.2.1

  • Ensure it handles absolute URL prepends

v3.2.0

  • Use @babel/parser for extraction instead of esprima. This allows to extract from native classes, as well as from TypeScript files.
  • Ensure ember-ajax is not installed when installing ember-l10n (this was a leftover in the blueprint)
  • Ensure /translations directory is created on first extraction run
Commits
  • 181d3db Released v4.0.0
  • 34a583a Merge pull request #57 from Cropster/fno/refactor-ember-cli-ifa
  • 4fd9cc7 Stop using ember-cli-ifa
  • b034498 Released v3.2.1
  • 1d23f5e Ensure it handles absolute URL prepends
  • 7d7a041 Released v3.2.0
  • 71b21c2 Merge pull request #56 from Cropster/fno/parse-js-improvements
  • 8867d62 Add test for extracting from TypeScript
  • 92bfed3 Add test for extracting native classes with decorators
  • 2bef6d4 Use @babel/parser instead of esprima for JS extraction
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 30, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-l10n-4.0.0 branch 5 times, most recently from 63581fd to b9a5a79 Compare January 30, 2020 16:34
@iamareebjamal iamareebjamal force-pushed the dependabot/npm_and_yarn/ember-l10n-4.0.0 branch from b9a5a79 to d2f9c5f Compare January 30, 2020 16:39
@iamareebjamal iamareebjamal merged commit 506fa04 into development Jan 30, 2020
@iamareebjamal iamareebjamal deleted the dependabot/npm_and_yarn/ember-l10n-4.0.0 branch January 30, 2020 18:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant