Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.2
->1.0.4
1.0.2
->1.0.4
1.7.0
->1.12.1
3.22.0
->3.28.5
2.0.2
->2.1.0
8.0.2
->8.0.3
3.23.0
->3.28.8
Release Notes
glimmerjs/glimmer.js
v1.0.4
Compare Source
v1.0.3
Compare Source
ef4/ember-auto-import
v1.12.1
Compare Source
v1.12.0
Compare Source
v1.11.3
Compare Source
latest
tag. This is a re-published of 1.11.2 to supplant that as latest.v1.11.2
Compare Source
alias
turned out to be a breaking change, so we're rolling it back in order to make it opt-in.v1.11.1
Compare Source
watchDependencies
feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.v1.11.0
Compare Source
watchDependencies
optionalias
option support prefix matching by @buschtoensv1.10.1
Compare Source
v1.10.0
Compare Source
import()
. Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.v1.9.0
Compare Source
v1.8.0
Compare Source
ember-cli/ember-cli
v3.28.5
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
addon
blueprint (drop support for Ember v3.20 LTS) @kellyseldenThank you to all who took the time to contribute!
v3.28.4
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
Thank you to all who took the time to contribute!
v3.28.3
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
lint:fix
script fails post blueprint generation @bertdeblockThank you to all who took the time to contribute!
v3.28.2
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
ember-classic
ember-try scenario uses Ember 3.x @rwjblueThank you to all who took the time to contribute!
v3.28.1
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
ember install
(fix usage of default blueprints) @brendenpalmerv3.28.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
realPath
asroot
rather than the dirname foraddonMainPath
@brendenpalmerember-addon.projectRoot
, to specify the location of the project @brendenpalmerpackageRoot
androot
@brendenpalmerroot
asrealPath
from the package-info object @brendenpalmerember-cli
@brendenpalmerember-addon.perBundleAddonCacheUtil
utility @brendenpalmeraddon-proxy
to support Embroider @brendenpalmerThank you to all who took the time to contribute!
v3.27.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
octane
template lint config torecommended
@bmish.*/
to eslint ignore @chancancodelint:fix
script automatically after blueprint generation @rpembertonlint:fix
script for Windows users @lupestroThank you to all who took the time to contribute!
v3.26.1
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
broccoli-concat
to avoid a cache invalidation problem in files larger than 10000 characters. @brendenpalmerThank you to all who took the time to contribute!
v3.26.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
ember-addon.main
path) @ef4Thank you to all who took the time to contribute!
v3.25.3
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
window.Ember
deprecation when testing (for Ember 3.27+) @rwjblueThank you to all who took the time to contribute!
v3.25.2
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
ember-addon.main
path) @ef4Thank you to all who took the time to contribute!
v3.25.1
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
The tests file was not loaded.
warning until afterDOMContentLoaded
@ef4Thank you to all who took the time to contribute!
v3.25.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
ember-data
andember-source
to 3.25.0-beta @kellyselden / @rwjblueThank you to all who took the time to contribute!
v3.24.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
.eslintcache
to.gitignore
for applications and addons @simonihmigember-page-title
to app blueprint @raidoprettier
to blueprint @bmishThank you to all who took the time to contribute!
v3.23.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
Thank you to all who took the time to contribute!
rwjblue/ember-cli-inject-live-reload
v2.1.0
Compare Source
ember-cli/ember-resolver
v8.0.3
Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 2
emberjs/ember.js
v3.28.8
Compare Source
v3.28.7
Compare Source
v3.28.6
Compare Source
v3.28.5
Compare Source
v3.28.4
Compare Source
v3.28.3
Compare Source
v3.28.2
Compare Source
v3.24.6 (October 18, 2021)
v3.28.1
Compare Source
routerService.urlFor(...)
androuterService.recognize(...)
does not error if the router is not fully initializedv3.28.0 (August 9, 2021)
deserializeQueryParam
is called for lazy routesowner.lookup
owner.register
behavior withsingleton: true
optionattrs
v3.24.5 (August 9, 2021)
RouterService
under Chromesuper.willDestroy
is called correctly inRouter
'swillDestroy
v3.27.5 (June 10, 2021)
<LinkTo>
with nested childrenv3.27.4 (June 9, 2021)
v3.27.3 (June 3, 2021)
computed
can depend on dynamic(hash
keysRoute.prototype.transitionTo
deprecation until 5.0.0v3.27.2 (May 27, 2021)
computed.*
deprecation message to include the correct import pathv3.27.1 (May 13, 2021)
@href
to<LinkTo>
throws an errorv3.27.0 (May 3, 2021)
(helper
and(modifier
helpers per RFC #432.Route#disconnectOutlet
per RFC #491.Route#renderTemplate
per RFC #418.Route#render
method per RFC #418.registerPlugin
/unregisterPlugin
and legacy class based AST plugins (private APIs)@foo={{helper}}
per RFC #496.@glimmer/*
0.78.2 for fixes including:<:else>
and<:inverse>
should be aliases (see https://github.com/glimmerjs/glimmer-vm/pull/1296)<LinkToExternal />
to override internal assertionon
from correct pathpositional
andnamed
as the argument names inember g helper
blueprintv3.24.4 (May 3, 2021)
<LinkToExternal />
to override internal assertionv3.26.2 (October 4, 2021)
super.willDestroy
in native classes (instead ofthis._super
)v3.26.1 (March 24, 2021)
v3.26.0 (March 22, 2021)
<LinkTo>
positional arguments per RFC #698.{{#with}}
per RFC #445this
property lookup fallback per [RFC #308]https://github.com/emberjs/rfcs/blob/master/text/0308-deprecate-property-lookup-fallback.mdhasBlock
andhasBlockParams
per RFC #689.app/router.js
injects the router service.v3.25.4 (March 24, 2021)
v3.25.3 (March 7, 2021)
routerService.currentRoute.name
androuterService.currentRouteName
match during loading statesv3.25.2 (March 7, 2021)
<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.25.1 (February 10, 2021)
<LinkTo />
prior to routing (e.g. component rendering tests)v3.25.0 (February 08, 2021)
htmlSafe
andisHTMLSafe
from@ember/string
per the Deprecate Ember String RFC.@glimmer/*
0.74.2 for various features and bugfixes including ensuring{{component.name}}
works with implicit this fallbackhtmlSafe
string to be treated as falsydeprecate
options (for
+since
)v3.24.3 (March 7, 2021)
routerService.currentRoute.name
androuterService.currentRouteName
match during loading states<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.24.2 (February 10, 2021)
<LinkTo />
prior to routing (e.g. component rendering tests)v3.24.1 (January 14, 2021)
<LinkTo />
are properly scoped in enginesv3.24.0 (December 28, 2020)
{{page-title}}
helper to route template blueprints to implement RFC #0654.deprecate()
forfor
andsince
and deprecate usingdeprecate()
without those options per the Deprecation Staging RFC.Ember.String.loc
and{{loc}}
per the Deprecate Ember String RFC.tryInvoke
RFC.<LinkTo>
should link within the engine when used inside one@each
in the dependent keys of that propertyexpandLocalLookup
APIv3.23.1 (November 23, 2020)
v3.23.0 (November 16, 2020)
invokeHelper
from the JavaScript Helper Invocation API RFC.@glimmer/*
0.62.1capabilities
generation.v3.22.2 (November 25, 2020)
@dependentKeyCompat
assertionv3.22.1 (November 10, 2020)
@ember/component
user lifecycle hooks are untrackedv3.22.0 (October 5, 2020)
fastboot
sandboxv3.21.3 (September 30, 2020)
v3.21.2 (September 30, 2020)
Ember.get
v3.21.1 (August 28, 2020)
destroy
methods onCoreObject
are invoked.ArrayProxy
length reactivity.v3.21.0 (August 24, 2020)
getWithDefault
per RFC #554.queryParam
argument in RouterService#isActivev3.20.6 (November 11, 2020)
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.