Open greenkeeper[bot] opened 6 years ago
After pinning to 3.2.2 your tests are passing again. Downgrade this dependency π.
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
component#sendAction
(see emberjs/rfcs#335 for more details)backburner.js
to 2.3.0ArrayMixin#invoke
returns an Ember.A.The new version differs by 166 commits ahead by 166, behind by 48.
14f44d6
Release v3.4.0
0143d4a
Add v3.4.0 to CHANGELOG
0934632
Release v3.4.0-beta.3
84770c4
Add v3.4.0-beta.3 to CHANGELOG
2aee453
[BUGFIX beta] support mouseEnter/Leave events w/o jQuery
94512a0
Add v3.3.2 to CHANGELOG
af60c28
Adapt publish_builds to expect just the npm token in an environment
3b51225
Add v3.1.4 to CHANGELOG.md.
5da5051
[BUGFIX beta] Enable @ember/object#get to be called with an empty string
7595ad8
Release v3.4.0-beta.2
df84704
Add v3.4.0-beta.2 to CHANGELOG
c4e02b1
Add v3.3.1 to CHANGELOG
24ba27d
[bugfix] Prevents the recursive redefinition of root chains
645b611
[BUGFIX beta] Don't thread FactoryManager through createComponent
aea5d6f
[BUGFIX beta] Allow ArrayProxy#pushObjects to accept ArrayProxy again
There are 166 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
dependency
ember-source was updated from 3.4.1
to 3.4.2
.Your tests are still failing with this version. Compare changes
The new version differs by 7 commits.
eab3971
Release v3.4.2
af8f4ee
Add v3.4.2 to CHANGELOG
743847a
use willDestroy in stead of destroy
1ec3086
cleanup bindings if the proxy is destroyed
3334166
[BUGFIX release] fix mouseEnter/Leave event delegation w/o jQuery
46cccd6
[DOC release] Mark notifyPropertyChange as public.
2bece3b
[DOC release]Fix module for template helpers to be ember
See the full diff
dependency
ember-source was updated from 3.4.2
to 3.4.3
.Your tests are still failing with this version. Compare changes
The new version differs by 7 commits.
68ce8e3
3.4.3
f404f30
Merge pull request #17003 from emberjs/release-triple-curlies-bugfix
472a3b9
#17003 CHANGELOG [ci skip]
283dcd1
Bump @glimmer/*
74ebe7b
Add failing test for #16314
830d766
Add failing test for #14924 and #16172
793d123
Add failing test for #14978
See the full diff
dependency
ember-source was updated from 3.4.3
to 3.4.4
.Your tests are still failing with this version. Compare changes
{{{...}}}
or {{...}}
with htmlSafe('')
in IE11dependency
ember-source was updated from 3.4.4
to 3.4.5
.Your tests are still failing with this version. Compare changes
The new version differs by 7 commits.
5a8873b
Release v3.4.5
82b0b2d
Add v3.4.5 to CHANGELOG
faa9b05
[BUGFIX release] Update backburner.js to 2.4.0.
9956c06
Add integrity to yarn.lock
709ecd9
[DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
a8a84e9
Merge pull request #17031 from kgautreaux/patch-1
4eaf541
Fix typo on line 75
See the full diff
dependency
ember-source was updated from 3.4.5
to 3.5.0
.Your tests are still failing with this version. Compare changes
The new version differs by 74 commits ahead by 74, behind by 48.
db6a5de
Release v3.5.0
cae13d4
Add v3.5.0 to CHANGELOG
5da9996
Fix typo on line 75
b41d933
Fixup CHANGELOG
48ad148
Add v3.4.5 to CHANGELOG
d37a42e
Release v3.5.0-beta.4
942fdb7
Add v3.5.0-beta.4 to CHANGELOG
16225e8
[DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
e90e1c6
Fix rendering of empty content with {{{...}}}
in IE11
d752b94
Merge pull request #17004 from emberjs/beta-triple-curlies-bugfix
d34e557
(cherry picked from commit 472a3b96525250f87ce9368d35952d9c98c4d353)
e61ecf8
Bump @glimmer/*
b968b85
Add failing test for #16314
8f67aec
Add failing test for #14924 and #16172
e4b4b82
Add failing test for #14978
There are 74 commits in total.
See the full diff
dependency
ember-source was updated from 3.5.0
to 3.5.1
.Your tests are still failing with this version. Compare changes
The new version differs by 10 commits.
abf753a
Release v3.5.1.
b9422f2
Add 3.5.1 to CHANGELOG.md.
f576238
Ensure {{input
+ event tests pass without jQuery.
6c77d80
Fix error with cherry-pick.
7090d48
Mark defineProperty as public API.
9270a60
[BUGFIX lts] Update backburner.js to 2.4.1
5be0dbe
CI: Use EMBER_ENV=production
for Node.js tests
27ca580
Add Node.js test asserting on the number of sourcemap comments in final assets
b10b27d
build: Turn off sourcemaps for TS-to-ES compilation
205e0e4
[BUGFIX lts] Pass the event parameter to sendAction
See the full diff
dependency
ember-source was updated from 3.5.1
to 3.6.0
.Your tests are still failing with this version. Compare changes
The new version differs by 269 commits ahead by 269, behind by 43.
a5f870f
Release v3.6.0
f998e71
Add v3.6.0 to CHANGELOG
4f0223e
Update old jQuery versions for tests
355ec30
Disable 'node/no-unsupported-features' rule for some testem related
67ee7ed
[BUGFIX lts] Update backburner.js to 2.4.2.
2eee1aa
[BUGFIX beta] Adds early Android versions to legacy target list
85b5a2f
[BUGFIX release] Ensure ControllerMixin is not listed in wrong module.
e691bd0
[BUGFIX beta] fix mouseEnter/Leave event delegation w/o jQuery for SVG elements in IE11
be0f44c
[DOC release] Fix module name and tweak verbiage of @ember/canary-features.
3a354a8
FailureOnlyReporter: Add missing newline character to report()
method
3360f8f
Update testem
to v2.14.0
17dc665
testem: Use JS config file
44d88d6
testem: Use let/const
instead of var
1670c95
FailureOnlyPerBrowserReporter: Convert to ES6 class
43ea424
FailureOnlyReporter: Convert to ES6 class
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.6.0
to 3.6.1
.Your tests are still failing with this version. Compare changes
The new version differs by 13 commits.
9ff016d
Release v3.6.1
75a30d5
Add v3.6.1 to CHANGELOG
9519df1
[DOC release] Add @since flag for notifyPropertyChange
a1af218
docs: allow notifyPropertyChange to be imported from @ember/object
123e2cb
[DOC release] Correct access for methods on DataAdapter.
de5f35a
[BUGFIX release] Publish builds to s3 on release & beta channels even
2d7b129
Avoid extended array directly in tests.
5186377
[BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
b64aa3a
test(NativeArray): Check for cyclic Array.prototype (ref #17190)
e8ce55c
Merge pull request #17328 from emberjs/fix-retrys-release
a14a7e0
[BUGFIX release] Ensure that delayed transition retrys work
51a56c3
Add v3.4.7 to CHANGELOG.md.
3899a70
Empty commit, to trigger CI rebuild.
See the full diff
dependency
ember-source was updated from 3.6.1
to 3.7.0
.Your tests are still failing with this version. Compare changes
The new version differs by 285 commits ahead by 285, behind by 76.
503bc78
Release v3.7.0
e8261a0
Add v3.7.0 to CHANGELOG
5e25a21
[BUGFIX beta] fix 'strict mode does not allow function declarations' error for ios9
04fc21c
fix issue with overidability of computed.volatile
2bc95e2
Release v3.7.0-beta.3
6e65866
Add v3.7.0-beta.3 to CHANGELOG
fe349ae
[BUGFIX release] Ensure legacy build of template compiler can be loaded.
d56df77
[BUGFIX release] local variable shadowing assert
c6cbf86
[BUGFIX lts] Avoid console.trace for every Ember.warn
3dcc488
[DOC beta] remove needless prohibition
e5bdcba
Release v3.7.0-beta.2
bd72496
Add v3.7.0-beta.2 to CHANGELOG
ad7562d
Avoid extended array directly in tests.
bd47e20
[BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
57ab498
test(NativeArray): Check for cyclic Array.prototype (ref #17190)
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.7.2
to 3.7.3
.Your tests are still failing with this version. Compare changes
The new version differs by 16 commits.
8b0c000
Release v3.7.3
76dc199
Add v3.7.3 to CHANGELOG
7ccdee9
[BUGFIX lts] support numbers in component names for Angle Brackets
7959733
Bump router_js from 6.2.2 to 6.2.3
73b49e6
Merge pull request #17553 from scottyd980/patch-1
7b5ff52
Update router.ts
b63bec6
Merge pull request #17513 from MichalBryxi/patch-1
2f7d1f6
Fix for incorrect source code escaping
4ec7b35
Release v3.7.2.
f07f7f9
Add v3.7.2 to CHANGELOG.md.
ef76f8c
Add v3.4.8 to CHANGELOG.
c801853
Update to glimmer-vm 0.36.6.
336d5bb
Release v3.7.1
dd7a199
Add v3.7.1 to CHANGELOG
df84897
Merge pull request #17468 from emberjs/substates-release
There are 16 commits in total.
See the full diff
dependency
ember-source was updated from 3.7.3
to 3.8.0
.Your tests are still failing with this version. Compare changes
array
helper RFC (see emberjs/rfcs#0318)didUnwatch
...attributes
to a dynamic component.Error: Operand over 16-bits. Got 65536
).NAME_KEY
hooks
variable from qunit-rfc-232 util-test blueprintThe new version differs by 388 commits ahead by 388, behind by 43.
3013779
Release v3.8.0
43e8cb6
Add v3.8.0 to CHANGELOG
899be80
Release v3.8.0-beta.5
39bb0d4
Add v3.8.0-beta.5 to CHANGELOG
494d83d
[DOC beta] Add deprecation tag for Ember.merge
472673d
[DOC lts] Addressed PR comments by rwjblue
8a42b3b
[DOC lts] Addressed PR comments
71c2fe5
[DOC] Angle Bracket invocation
4a67315
Add v3.7.3 to CHANGELOG
3db1a75
Bump router_js from 6.2.2 to 6.2.3
018df73
Release v3.8.0-beta.4
2a83198
Add v3.8.0-beta.4 to CHANGELOG
f485ad5
[BUGFIX lts] support numbers in component names for Angle Brackets
38b9060
Release v3.8.0-beta.3
4d7a496
Add v3.8.0-beta.3 to CHANGELOG
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.8.0
to 3.9.0
.Your tests are still failing with this version. Compare changes
The new version differs by 265 commits ahead by 265, behind by 35.
8df20e9
Release v3.9.0
2b9ee17
Add v3.9.0 to CHANGELOG
bfe670c
Bump router_js
2f8b8ba
[DOCS beta] remove component nesting docs
0270001
Release v3.9.0-beta.5
1e2672c
Add v3.9.0-beta.5 to CHANGELOG
37d0a11
Fix docs test
86999a7
Post-cherry-pick lint fixup
fff729a
[DOC RouteInfo] Fix grammar, spelling, and formatting
b179dfd
added param "name of the block" for the API document of has-block and has-block-params
84767f9
Fixes 594 in ember-learn/ember-api-docs - add has-block-params API documentation
99dc507
prettier lint fix
fc63577
Fixes 595 in ember-learn/ember-api-docs - missing has-block API documentation
3795744
Update packages/@ember/-internals/glimmer/lib/component.ts
fa74d86
A number of improvements to component docs
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.9.0
to 3.9.1
.Your tests are still failing with this version. Compare changes
...attributes
may incorrectly overwrite attributes, depending on its position.event.stopPropagation()
in component event handlers when jQuery is disabled.{{action}}
modifiers on the same element when jQuery is disabled.The new version differs by 15 commits.
8b273eb
Release v3.9.1
77b8be1
3.9.1 CHANGELOG [ci skip]
d440312
Merge pull request #17884 from emberjs/upgrade-glimmer-release
2991c46
CHANGELOG [ci skip]
9173312
[BUGFIX beta] Fix "splattributes" class merging
7fb81f2
Splattribute merging of "class" attribute fails
b8cc19e
[BUGFIX beta] add failing test for splattributes class merging issue
ede5d4b
Add missing babel helper
da2307a
Upgrade Glimmer and TypeScript
fccbf36
CHANGELOG [ci skip]
2b69ba8
[DOCS release] update paramsFor documentation
2359c4f
[BUGFIX beta] Fix no-jQuery EventDispatcher to allow handling multiple element-space actions
1b1461f
[BUGFIX beta] Fix no-jQuery EventDispatcher to prevent events bubbling up when event.stopPropagation() was called
43abf8e
fix input tests without jquery
ca112b3
Fix each-package-tests on CI
See the full diff
dependency
ember-source was updated from 3.9.1
to 3.10.0
.Your tests are still failing with this version. Compare changes
The new version differs by 401 commits ahead by 401, behind by 50.
84ee752
Release v3.10.0
358a4c7
Add v3.10.0 to CHANGELOG
562b273
Merge pull request #18017 from emberjs/rwwagner90-patch-1
da6b5c2
Add export for descriptorForDecorator
9ad9c39
Release v3.10.0-beta.5
53f84b1
Add v3.10.0-beta.5 to CHANGELOG
cf02efc
[BUGFIX lts] Ensure inheritable observers on object proxies are string based
77de01e
[BUGFIX beta] Expose mechanism to detect if a property is a computed.
95346fb
Release v3.10.0-beta.4
44de6b6
Add v3.10.0-beta.4 to CHANGELOG
4ee0415
[FEATURE tagless-event-assert] Update assertion for events in tagless component
5d5bf93
Release v3.10.0-beta.3
13b1d25
Add v3.10.0-beta.3 to CHANGELOG
325033a
Revert "[CHORE] Node 6 is EOL this month"
dc59951
[BUGFIX lts] Fixes a regression in the legacy build
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.10.0
to 3.10.1
.Your tests are still failing with this version. Compare changes
The new version differs by 5 commits.
925bee3
Release v3.10.1.
4953c8d
Add v3.10.1 to CHANGELOG.md.
e183676
Add v3.8.2 to CHANGELOG.md.
b85d2f3
[BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled
9261888
[BUGFIX lts] Ensure custom modifier managers are not invoked in SSR.
See the full diff
dependency
ember-source was updated from 3.10.2
to 3.11.0
.Your tests are still failing with this version. Compare changes
The new version differs by 277 commits ahead by 277, behind by 60.
d76eac7
Release v3.11.0
cc2d5ec
Add v3.11.0 to CHANGELOG
a1f5523
[BUGFIX beta] join runloop in Helper#recompute
a1645c0
Fix up CHANGELOG.md for v3.10.2.
9af9c0f
Release v3.11.0-beta.4
2f7f91d
Add v3.11.0-beta.4 to CHANGELOG
fce19ee
[DOC beta] Add API documentation for {{on}}.
8018c01
Add v3.10.2 to CHANGELOG.md.
3084927
Update documentation for currentRoute
487721e
[DOC] fix docs for schedule
3c5535e
[BUGFIX release] Add regression test for QP only link-to inside error route.
d0c007e
[BUGFIX release] Ensure query param only link-to's work in error states.
ea4461a
Release v3.11.0-beta.3
68c69e7
Add v3.11.0-beta.3 to CHANGELOG
1048ddf
[BUGFIX] ember-template-compiler & fastboot compatability
There are 250 commits in total.
See the full diff
dependency
ember-source was updated from 3.11.0
to 3.11.1
.Your tests are still failing with this version. Compare changes
Version 3.3.0 of ember-source was just published.
This version is covered by your current version range and after updating it in your project the build failed.
ember-source is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/ciena-blueplanet/ciena-devops-testbed/builds/404608957?utm_source=github_status&utm_medium=notification)Release Notes
v3.3.0CHANGELOG
jQuery.Event#originalEvent
.Ember.Map
,Ember.MapWithDefault
, andEmber.OrderedSet
deprecation.Ember.copy
/Ember.Copyable
deprecation.(hash
works in query params.FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: