sha
stringlengths 1
40
| author
stringlengths 1
63
β | committer
stringlengths 1
41
β | message
stringlengths 1
65.5k
β | subject
stringlengths 1
5.64k
β | subject_length
float64 1
5.64k
β | is_chore
bool 2
classes | is_bot
bool 2
classes | subject_word_count
float64 1
806
β | verb_object_spacy
bool 2
classes | verb_object_stanza
bool 2
classes | fits_requirements
bool 2
classes | owner
stringlengths 2
15
| repo
stringlengths 2
21
| __index_level_0__
int64 0
85.4k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e37cbf81824311a2667300daeb42ef56e67f493 | Robert Jackson | GitHub | Merge pull request #17912 from rwjblue/prevent-unload
Ensure test harness provides a way to debug navigation away. | merge pull request from rwjblue/prevent-unload | 47 | true | false | 5 | true | false | false | emberjs | ember.js | 3,400 |
cdb8a57bc905e3a1bcf9e34e645197ed23828fa3 | dependabot[bot] | GitHub | Merge pull request #17916 from emberjs/dependabot/npm_and_yarn/mocha-6.1.3 | merge pull request from emberjs/dependabot/npm_and_yarn/mocha-6.1.3 | 68 | true | true | 5 | true | false | false | emberjs | ember.js | 3,401 |
6285d557ee1d38ec4327dd0444dca4c23dbe05a0 | dependabot[bot] | GitHub | Merge pull request #17915 from emberjs/dependabot/npm_and_yarn/testem-2.15.1 | merge pull request from emberjs/dependabot/npm_and_yarn/testem-2.15.1 | 70 | true | true | 5 | true | false | false | emberjs | ember.js | 3,402 |
6819d2697be9610f7db5da1baeb7d68bd537c7de | dependabot[bot] | GitHub | Merge pull request #17913 from emberjs/dependabot/npm_and_yarn/babel-plugin-debug-macros-0.3.1 | merge pull request from emberjs/dependabot/npm_and_yarn/babel-plugin-debug-macros-0.3.1 | 88 | true | true | 5 | true | false | false | emberjs | ember.js | 3,403 |
ab1715d9595b9a6c7a7bb9c16967787462df4b8e | dependabot[bot] | dependabot[bot] | Bump mocha from 6.1.2 to 6.1.3
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)
Signed-off-by: dependabot[bot] <[email protected]> | bump mocha from 6.1.2 to 6.1.3 | 30 | true | true | 6 | true | true | false | emberjs | ember.js | 3,404 |
5bbc6753e003c4c68b5b81d27bcfe9b5a7164d40 | dependabot[bot] | dependabot[bot] | Bump testem from 2.15.0 to 2.15.1
Bumps [testem](https://github.com/testem/testem) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/testem/testem/releases)
- [Changelog](https://github.com/testem/testem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testem/testem/compare/v2.15.0...v2.15.1)
Signed-off-by: dependabot[bot] <[email protected]> | bump testem from 2.15.0 to 2.15.1 | 33 | true | true | 6 | true | true | false | emberjs | ember.js | 3,405 |
239b842c123fc0945cc4e6d81d04d527aede7eb9 | dependabot[bot] | dependabot[bot] | Bump babel-plugin-debug-macros from 0.3.0 to 0.3.1
Bumps [babel-plugin-debug-macros](https://github.com/chadhietala/babel-debug-macros) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/chadhietala/babel-debug-macros/releases)
- [Changelog](https://github.com/ember-cli/babel-plugin-debug-macros/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chadhietala/babel-debug-macros/compare/v0.3.0...v0.3.1)
Signed-off-by: dependabot[bot] <[email protected]> | bump babel-plugin-debug-macros from 0.3.0 to 0.3.1 | 50 | true | true | 6 | false | true | false | emberjs | ember.js | 3,406 |
266ccf86260dfb64a819b844f5c8b41f6678e833 | Robert Jackson | Robert Jackson | Ensure test harness provides a way to debug navigation away.
When developing certain areas of Ember, a bug leads to navigation (e.g.
`LinkComponent` doesn't handle the click event properly and the browser
attempts to actually navigate to whatever the href was with a full
reload). This snippet attempts to make that situation somewhat easier to
detect and resolve... | ensure test harness provides a way to debug navigation away | 59 | false | false | 10 | false | false | false | emberjs | ember.js | 3,407 |
28ba80081c6101c5274dd6eac39ebcfafc577fce | Robert Jackson | Robert Jackson | Remove odd concatenation in FactoryManager#create. | remove odd concatenation in factorymanager#create | 49 | false | false | 5 | true | true | true | emberjs | ember.js | 3,408 |
bdebabf85bf82939f8ff014c5c95277dbd544805 | Robert Jackson | GitHub | Merge pull request #17900 from emberjs/locks-patch-1
[BETA] Fix version for APP_CTRL_ROUTER_PROPS deprecation flag | merge pull request from emberjs/locks-patch-1 | 46 | true | false | 5 | true | false | false | emberjs | ember.js | 3,409 |
99a9f5343a60c25d3248eaa02df26f64d924af75 | Robert Jackson | GitHub | Merge pull request #17859 from emberjs/bugfix/legacy-build-regression
[BUGFIX lts] Fixes a regression in the legacy build | merge pull request from emberjs/bugfix/legacy-build-regression | 63 | true | false | 5 | true | false | false | emberjs | ember.js | 3,410 |
c9cb393e15ee4c46b0da3a61fffdecfb53656494 | Robert Jackson | GitHub | Update packages/@ember/deprecated-features/index.ts
Co-Authored-By: locks <[email protected]> | update packages/@ember/deprecated-features/index.ts | 51 | false | false | 2 | false | true | false | emberjs | ember.js | 3,411 |
5624c8f74f8bed5ba5ccbda0dfc68548696b920a | dependabot[bot] | GitHub | Merge pull request #17905 from emberjs/dependabot/npm_and_yarn/rollup-plugin-node-resolve-4.2.3 | merge pull request from emberjs/dependabot/npm_and_yarn/rollup-plugin-node-resolve-4.2.3 | 89 | true | true | 5 | true | false | false | emberjs | ember.js | 3,412 |
4affd995206ba18d7303c3741a97d8d9e3d2546a | dependabot[bot] | GitHub | Merge pull request #17904 from emberjs/dependabot/npm_and_yarn/mocha-6.1.2 | merge pull request from emberjs/dependabot/npm_and_yarn/mocha-6.1.2 | 68 | true | true | 5 | true | false | false | emberjs | ember.js | 3,413 |
6cc75df8325bc732148d989681af82b506e4abd7 | dependabot[bot] | GitHub | Merge pull request #17903 from emberjs/dependabot/npm_and_yarn/testem-2.15.0 | merge pull request from emberjs/dependabot/npm_and_yarn/testem-2.15.0 | 70 | true | true | 5 | true | false | false | emberjs | ember.js | 3,414 |
1dc73761411146bdaff65dfd79838b0c0e6e5b5f | dependabot[bot] | GitHub | Merge pull request #17902 from emberjs/dependabot/npm_and_yarn/jquery-3.4.0 | merge pull request from emberjs/dependabot/npm_and_yarn/jquery-3.4.0 | 69 | true | true | 5 | true | false | false | emberjs | ember.js | 3,415 |
a9ef5d3df0c1165bfc9fdb98ec737c0f3299c71f | dependabot[bot] | dependabot[bot] | Bump rollup-plugin-node-resolve from 4.2.2 to 4.2.3
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.2.2...v4.2.3)
Signed-off-by: dependabot[bot] <[email protected]> | bump rollup-plugin-node-resolve from 4.2.2 to 4.2.3 | 51 | true | true | 6 | false | false | false | emberjs | ember.js | 3,416 |
8fdeca7425c8ac77f574bbb3caeb44e7f1423733 | dependabot[bot] | dependabot[bot] | Bump mocha from 6.1.1 to 6.1.2
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)
Signed-off-by: dependabot[bot] <[email protected]> | bump mocha from 6.1.1 to 6.1.2 | 30 | true | true | 6 | true | true | false | emberjs | ember.js | 3,417 |
be538d2660f48ef98ef4c7a284921a5ad408a09d | dependabot[bot] | dependabot[bot] | Bump testem from 2.14.0 to 2.15.0
Bumps [testem](https://github.com/testem/testem) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/testem/testem/releases)
- [Changelog](https://github.com/testem/testem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testem/testem/compare/v2.14.0...v2.15.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump testem from 2.14.0 to 2.15.0 | 33 | true | true | 6 | true | true | false | emberjs | ember.js | 3,418 |
147bb23cf6515e5f09e2ef1af88e74b2ba817206 | dependabot[bot] | dependabot[bot] | Bump jquery from 3.3.1 to 3.4.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump jquery from 3.3.1 to 3.4.0 | 31 | true | true | 6 | true | true | false | emberjs | ember.js | 3,419 |
2854463ec3aa191da4e035954dafea1be347cf2f | Chris Garrett | GitHub | Merge pull request #17901 from emberjs/enable-modifier-splattributes
[FEATURE ember-glimmer-forward-modifiers-with-splattributes] enable π | merge pull request from emberjs/enable-modifier-splattributes | 62 | true | false | 5 | true | false | false | emberjs | ember.js | 3,420 |
a8c9c4fc59867e1ffe1ec884400471a6d9359b94 | Godfrey Chan | Godfrey Chan | [DOC canary] splattributes + modifiers docs | [doc canary] splattributes + modifiers docs | 43 | false | false | 6 | false | false | false | emberjs | ember.js | 3,421 |
b0f2017d3eb7d24da8826fd251809e8c94dc1dd4 | Godfrey Chan | Godfrey Chan | [FEATURE ember-glimmer-forward-modifiers-with-splattributes] enable π | [feature ember-glimmer-forward-modifiers-with-splattributes] enable π | 69 | false | false | 4 | false | false | false | emberjs | ember.js | 3,422 |
797ba3339cabde8d4a651e23ba5e9cf8f1e96304 | Godfrey Chan | Godfrey Chan | [DOC beta] splattributes docs | [doc beta] splattributes docs | 29 | false | false | 4 | false | false | false | emberjs | ember.js | 3,423 |
99968f183a02c018eaaf257767b5b2d410fd1ab7 | Godfrey Chan | Godfrey Chan | [DOC beta] no more dash rule | [doc beta] no more dash rule | 28 | false | false | 6 | false | false | false | emberjs | ember.js | 3,424 |
e5e7353f33aac12061e7e63140eddc556750d974 | Chris Garrett | Chris Garrett | [BUGFIX lts] Fixes a regression in the legacy build
For some reason, the 'transform-template-literals' plugin is now required even
in our standard non-evergreen builds. We really just need to finish up making
ember-source an addon, but this should fix people's builds for the time being. | [bugfix lts] fixes a regression in the legacy build | 51 | false | false | 9 | false | false | false | emberjs | ember.js | 3,425 |
a747a00ade018175d794cf7a94e43b06663c9059 | Ricardo Mendes | GitHub | [BETA] Fix version for APP_CTRL_ROUTER_PROPS deprecation flag | [beta] fix version for app_ctrl_router_props deprecation flag | 61 | false | false | 7 | false | false | false | emberjs | ember.js | 3,426 |
d3c6aa94f63272062a25a92336d1f08b017b4964 | dependabot[bot] | GitHub | Merge pull request #17897 from emberjs/dependabot/npm_and_yarn/broccoli-source-2.0.0 | merge pull request from emberjs/dependabot/npm_and_yarn/broccoli-source-2.0.0 | 78 | true | true | 5 | true | false | false | emberjs | ember.js | 3,427 |
4aa63108dc28c09c40517e0eb9904a274d6f163d | dependabot[bot] | dependabot[bot] | Bump broccoli-source from 1.1.0 to 2.0.0
Bumps [broccoli-source](https://github.com/broccolijs/broccoli-source) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/broccolijs/broccoli-source/releases)
- [Changelog](https://github.com/broccolijs/broccoli-source/blob/master/CHANGELOG.md)
- [Commits](https://github.com/broccolijs/broccoli-source/compare/v1.1.0...v2.0.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump broccoli-source from 1.1.0 to 2.0.0 | 40 | true | true | 6 | true | true | false | emberjs | ember.js | 3,428 |
22a93e5250718d44ba70c198c00ec536565ae3d5 | Robert Jackson | GitHub | Merge pull request #17894 from emberjs/dependabot/npm_and_yarn/broccoli-plugin-2.0.0
Bump broccoli-plugin from 1.3.1 to 2.0.0
Co-authored-by: Dependabot <[email protected]> | merge pull request from emberjs/dependabot/npm_and_yarn/broccoli-plugin-2.0.0 | 78 | true | false | 5 | true | false | false | emberjs | ember.js | 3,429 |
167ed4203388c28301d09df4f15b847363174fa4 | dependabot[bot] | GitHub | Merge pull request #17862 from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.4 | merge pull request from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.4 | 85 | true | true | 5 | true | false | false | emberjs | ember.js | 3,430 |
a6d067cb61f251bba62698fe441e936f8939b31b | dependabot[bot] | dependabot[bot] | Bump rollup-plugin-commonjs from 9.3.1 to 9.3.4
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 9.3.1 to 9.3.4.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.1...v9.3.4)
Signed-off-by: dependabot[bot] <[email protected]> | bump rollup-plugin-commonjs from 9.3.1 to 9.3.4 | 47 | true | true | 6 | false | false | false | emberjs | ember.js | 3,431 |
1121a4a40b2515c115fbd537bb93ca65a2f959d2 | dependabot[bot] | GitHub | Merge pull request #17898 from emberjs/dependabot/npm_and_yarn/rollup-plugin-node-resolve-4.2.2 | merge pull request from emberjs/dependabot/npm_and_yarn/rollup-plugin-node-resolve-4.2.2 | 89 | true | true | 5 | true | false | false | emberjs | ember.js | 3,432 |
d1a827fa250167e5fbf4f808c62c824309d9b8e3 | dependabot[bot] | dependabot[bot] | Bump rollup-plugin-node-resolve from 4.0.1 to 4.2.2
Bumps [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve) from 4.0.1 to 4.2.2.
- [Release notes](https://github.com/rollup/rollup-plugin-node-resolve/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-node-resolve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-node-resolve/compare/v4.0.1...v4.2.2)
Signed-off-by: dependabot[bot] <[email protected]> | bump rollup-plugin-node-resolve from 4.0.1 to 4.2.2 | 51 | true | true | 6 | false | false | false | emberjs | ember.js | 3,433 |
106a097061d826df0c1eb291febcd854e035758a | dependabot[bot] | dependabot[bot] | Bump broccoli-plugin from 1.3.1 to 2.0.0
Bumps [broccoli-plugin](https://github.com/broccolijs/broccoli-plugin) from 1.3.1 to 2.0.0.
- [Release notes](https://github.com/broccolijs/broccoli-plugin/releases)
- [Changelog](https://github.com/broccolijs/broccoli-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/broccolijs/broccoli-plugin/compare/v1.3.1...v2.0.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump broccoli-plugin from 1.3.1 to 2.0.0 | 40 | true | true | 6 | true | true | false | emberjs | ember.js | 3,434 |
3449a8f0cfb83730ee441648fde064d10091076d | Robert Jackson | GitHub | Merge pull request #17891 from emberjs/revert-17836-chore/bump-minimum-node-version
[beta] Revert "[CHORE] Node 6 is EOL this month" | merge pull request from emberjs/revert-17836-chore/bump-minimum-node-version | 77 | true | false | 5 | true | false | false | emberjs | ember.js | 3,435 |
02fa3972a3044525555a6564ed71dd8d1e6ffc69 | Tobias Bieniek | Tobias Bieniek | Revert "[CHORE] Node 6 is EOL this month" | revert "[chore] node 6 is eol this month" | 41 | false | false | 8 | false | false | false | emberjs | ember.js | 3,436 |
67a4c83cda949d794269d28935cfa15cceaaf885 | Godfrey Chan | Godfrey Chan | 3.9.1 CHANGELOG [ci skip]
(cherry picked from commit 77b8be1093925573efa8d1210c533f3b9108c406)
(cherry picked from commit 04c66e395674488620f63a89e00ae9d92b99d540) | 3.9.1 changelog [ci skip] | 25 | false | false | 4 | false | false | false | emberjs | ember.js | 3,437 |
99d3091f273614e39dc347cef0acd8add1b227de | dependabot[bot] | GitHub | Merge pull request #17886 from emberjs/dependabot/npm_and_yarn/ember-cli-3.9.0 | merge pull request from emberjs/dependabot/npm_and_yarn/ember-cli-3.9.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,438 |
6c356d1abc50cc619df4bf7b0dca4b7b620e63d3 | dependabot[bot] | dependabot[bot] | Bump ember-cli from 3.8.2 to 3.9.0
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/ember-cli/ember-cli/releases)
- [Changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/ember-cli/compare/v3.8.2...v3.9.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump ember-cli from 3.8.2 to 3.9.0 | 34 | true | true | 6 | true | true | false | emberjs | ember.js | 3,439 |
c73fa31d138fb8a628db04b877a09206d60afb7c | Katie Gengler | Katie Gengler | Add v3.10.0-beta.2 to CHANGELOG
[ci skip]
(cherry picked from commit 000e0da204ef57c864e0152872e60b5efd5267bf) | add v3.10.0-beta.2 to changelog | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 3,440 |
b04e000d4be12f5ae36f36e9938e611fbe8b3992 | Godfrey Chan | Godfrey Chan | Update CHANGELOG [ci skip]
(cherry picked from commit e3341624dd3cecc0957511f32a0d77df12154195) | update changelog [ci skip] | 26 | false | false | 4 | true | true | true | emberjs | ember.js | 3,441 |
7905f2131547d3e3ab6eb97e4cb96411483f3c16 | Godfrey Chan | Godfrey Chan | Update CHANGELOG [ci skip]
(cherry picked from commit 0c2a780fe2255adee32105aa0e3b3c56965bcf02) | update changelog [ci skip] | 26 | false | false | 4 | true | true | true | emberjs | ember.js | 3,442 |
d64cdb83877976a366a526baf750826186b39990 | Robert Jackson | GitHub | Merge pull request #17868 from emberjs/bugfix/ensure-controller-passes-args-properly
[BUGFIX beta] Ensure @controller passes args correctly | merge pull request from emberjs/bugfix/ensure-controller-passes-args-properly | 78 | true | false | 5 | true | false | false | emberjs | ember.js | 3,443 |
f2f1609df80fbcd480d350a6c8f0cd2a1c752c95 | Robert Jackson | GitHub | Merge pull request #17860 from emberjs/bugfix/add-assertions-to-computed-macros
[BUGFIX beta] Adds assertions to computed macros | merge pull request from emberjs/bugfix/add-assertions-to-computed-macros | 73 | true | false | 5 | true | false | false | emberjs | ember.js | 3,444 |
8c92d4aacc04a2ff19ec8873fbb63470aa2aa55f | Robert Jackson | GitHub | Merge pull request #17855 from emberjs/bugfix/expose-computed-getter-functions
[BUGFIX beta] Expose computed getter functions | merge pull request from emberjs/bugfix/expose-computed-getter-functions | 72 | true | false | 5 | true | false | false | emberjs | ember.js | 3,445 |
19184b8de3f14c26292a864f4e3aa124ead0db76 | dependabot[bot] | GitHub | Merge pull request #17882 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.437.0 | merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.437.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,446 |
bdd21701c25fd71f97dd57d51ffc2992a692bbfd | dependabot[bot] | GitHub | Merge pull request #17880 from emberjs/dependabot/npm_and_yarn/ember-cli-3.8.2 | merge pull request from emberjs/dependabot/npm_and_yarn/ember-cli-3.8.2 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,447 |
56dab4d166c01ec137ccebf91212d22f1b859646 | dependabot[bot] | GitHub | Merge pull request #17878 from emberjs/dependabot/npm_and_yarn/mocha-6.1.1 | merge pull request from emberjs/dependabot/npm_and_yarn/mocha-6.1.1 | 68 | true | true | 5 | true | false | false | emberjs | ember.js | 3,448 |
536d0211816fd862832b4373e3b394ecd9c79768 | dependabot[bot] | dependabot[bot] | Bump aws-sdk from 2.436.0 to 2.437.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.436.0 to 2.437.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.436.0...v2.437.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump aws-sdk from 2.436.0 to 2.437.0 | 36 | true | true | 6 | false | true | false | emberjs | ember.js | 3,449 |
ac3f6971d540239dabd8f0767f38cef91db42f11 | dependabot[bot] | dependabot[bot] | Bump ember-cli from 3.8.1 to 3.8.2
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/ember-cli/ember-cli/releases)
- [Changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/ember-cli/compare/v3.8.1...v3.8.2)
Signed-off-by: dependabot[bot] <[email protected]> | bump ember-cli from 3.8.1 to 3.8.2 | 34 | true | true | 6 | true | true | false | emberjs | ember.js | 3,450 |
bfb4dc5c1680267580fd6e1df1e5113d91572522 | dependabot[bot] | dependabot[bot] | Bump mocha from 6.0.2 to 6.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.1)
Signed-off-by: dependabot[bot] <[email protected]> | bump mocha from 6.0.2 to 6.1.1 | 30 | true | true | 6 | true | true | false | emberjs | ember.js | 3,451 |
c6d6c493761cb5bed09f87e15b0a5786f2e5e7b2 | Godfrey Chan | GitHub | Merge pull request #17876 from simonihmig/fix-multiple-action-helpers
[BUGFIX beta] Fix no-jQuery EventDispatcher to allow handling multiple element-space actions | merge pull request from simonihmig/fix-multiple-action-helpers | 63 | true | false | 5 | true | false | false | emberjs | ember.js | 3,452 |
52b6657d1984a2b524d980be7a290de416053bc0 | simonihmig | simonihmig | [BUGFIX beta] Fix no-jQuery EventDispatcher to allow handling multiple element-space actions
Related to https://github.com/emberjs/ember.js/pull/17874#discussion_r272815873 | [bugfix beta] fix no-jquery eventdispatcher to allow handling multiple element-space actions | 92 | false | false | 11 | false | false | false | emberjs | ember.js | 3,453 |
fb416b09a6aa256c296fbaf63cccba067f0b2720 | Godfrey Chan | GitHub | Merge pull request #17874 from simonihmig/fix-stop-propagation
[BUGFIX beta] Fix no-jQuery EventDispatcher to prevent events bubbling up when event.stopPropagation() was called | merge pull request from simonihmig/fix-stop-propagation | 56 | true | false | 5 | true | false | false | emberjs | ember.js | 3,454 |
561759e4d3cd2f978deb057e4e1f52d03098f40d | simonihmig | simonihmig | Revert commit cb3b041 from #17847 | revert commit cb3b041 from | 26 | false | false | 4 | false | false | false | emberjs | ember.js | 3,455 |
d28735ee922270b30e9326cf4afea841dd16e95b | simonihmig | simonihmig | [BUGFIX beta] Fix no-jQuery EventDispatcher to prevent events bubbling up when event.stopPropagation() was called
Fixes #17840 | [bugfix beta] fix no-jquery eventdispatcher to prevent events bubbling up when event.stoppropagation() was called | 113 | false | false | 14 | false | false | false | emberjs | ember.js | 3,456 |
7da998b3c28c4cd67c65814c0718dac52252cae0 | Godfrey Chan | Godfrey Chan | update CHANGELOG [ci skip]
(cherry picked from commit de969e4b93b9934875e95fefa852dd3d5cedaafd) | update changelog [ci skip] | 26 | false | false | 4 | true | true | true | emberjs | ember.js | 3,457 |
5656cc50a0a49597acb49cc22291ec16146cb902 | Godfrey Chan | Godfrey Chan | [BUGFIX beta] Fix #17869 (link-to causing `hash` local variable assertions)
This doesn't really "fix" the issue, it just silent this particular
assertion basically. This is ok, because the test will fail when we
implement the "everything is a value" semantics, at which point we
can fix it by renaming the hash helper. (We could fix it now by
renaming the offending hash local variable too, but that would be
pretty difficult to do correctly.)
Closes #17869.
(cherry picked from commit a39819fc8f8dc73f2cfc86db92da09921625edc3) | [bugfix beta] fix (link-to causing `hash` local variable assertions) | 69 | false | false | 9 | false | false | false | emberjs | ember.js | 3,458 |
1105c9b2a46b42255a92daaa4432a4f2d23098c5 | Godfrey Chan | Godfrey Chan | [BUGFIX beta] Failing test for #17869
(cherry picked from commit 1cff9f1790d9e3dd7bacc645a81a7a2d265240a9) | [bugfix beta] failing test for | 30 | false | false | 5 | false | false | false | emberjs | ember.js | 3,459 |
5f8d39c7b3a1acb5842117b24806030b981442f3 | Godfrey Chan | Godfrey Chan | Update CHANGELOG [ci skip]
(cherry picked from commit 8d197594e6d19f802293037b59a0c9ee376004c7) | update changelog [ci skip] | 26 | false | false | 4 | true | true | true | emberjs | ember.js | 3,460 |
d712624c6b33a6765c677372529d5b8fd5c3be6c | Godfrey Chan | GitHub | Merge pull request #17870 from emberjs/fix-splat-class
Fix "splattributes" class merging | merge pull request from emberjs/fix-splat-class | 48 | true | false | 5 | true | false | false | emberjs | ember.js | 3,461 |
2a96c789ea0acf1f69bb7cb734af98f2cad6afe9 | Godfrey Chan | Godfrey Chan | [BUGFIX canary] Fix "splattributes" class merging
(beta will need a different version)
Closes #17533, #17692. | [bugfix canary] fix "splattributes" class merging | 49 | false | false | 6 | false | false | false | emberjs | ember.js | 3,462 |
b59a643832161dc6977c4319d439b4a877fd2c27 | Edward Faulkner | Godfrey Chan | Splattribute merging of "class" attribute fails
When a `class=` attribute comes _after_ `...attributes`, we don't merge it correctly. Instead it gets clobbered.
This PR adds failing tests. | splattribute merging of "class" attribute fails | 47 | false | false | 6 | false | false | false | emberjs | ember.js | 3,463 |
3b3faad2b7e174ecc2bfcf60a3f4a25c324570f0 | Godfrey Chan | Godfrey Chan | [BUGFIX beta] add failing test for splattributes class merging issue | [bugfix beta] add failing test for splattributes class merging issue | 68 | false | false | 10 | false | false | false | emberjs | ember.js | 3,464 |
53e6a9cec0990bbd586b4c06f9932d7d7aaf92ff | Chris Garrett | Chris Garrett | [BUGFIX beta] Ensure @controller passes args correctly
@controller was not passing args correctly for parameter-less decorator
usage. We weren't actually testing it, which is why we didn't catch the
issue. This adds tests for both @service and @controller and fixes the problem. | [bugfix beta] ensure @controller passes args correctly | 54 | false | false | 7 | false | false | false | emberjs | ember.js | 3,465 |
ad830c6d52ff55dfcd8d1fadac55e9aa859ad676 | dependabot[bot] | GitHub | Merge pull request #17863 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.436.0 | merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.436.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,466 |
e9ee9d9b755d04a1ae9c2eebab1d2e5611b7aafb | dependabot[bot] | dependabot[bot] | Bump aws-sdk from 2.435.0 to 2.436.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.435.0 to 2.436.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.435.0...v2.436.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump aws-sdk from 2.435.0 to 2.436.0 | 36 | true | true | 6 | false | true | false | emberjs | ember.js | 3,467 |
7038da292f7c1b44daf562c2bfaa48802d4ab533 | Chris Garrett | Chris Garrett | [BUGFIX beta] Adds assertions to computed macros
Adds assertions that prevent users from using decorator macros
directly as decorators without passing parameters | [bugfix beta] adds assertions to computed macros | 48 | false | false | 7 | false | false | false | emberjs | ember.js | 3,468 |
02925ad4594f89e66e8fb1be937ced0e2002bc19 | Ricardo Mendes | GitHub | Merge pull request #17816 from xiwcx/docs-update-params-for
[DOCS release] update paramsFor documentation | merge pull request from xiwcx/docs-update-params-for | 53 | true | false | 5 | true | false | false | emberjs | ember.js | 3,469 |
803d0186770ecedba78213353e08a8ac00ef5ecb | Welch Canavan | Robert Jackson | [DOCS release] update paramsFor documentation
update "ancestor" to "any" in terms of which routes `paramsFor` can act
upon | [docs release] update paramsfor documentation | 45 | false | false | 5 | false | false | false | emberjs | ember.js | 3,470 |
8174b88639c760b7bb53b5f3ea3d3a72b9e6ca1c | dependabot[bot] | GitHub | Merge pull request #17856 from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.1 | merge pull request from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.1 | 85 | true | true | 5 | true | false | false | emberjs | ember.js | 3,471 |
5ee3fe8cdf86cf5aad46016668872c37e50d7bae | dependabot[bot] | GitHub | Merge pull request #17857 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.435.0 | merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.435.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,472 |
303baacb23af84e403906fc56f54a66b62005e3f | dependabot[bot] | dependabot[bot] | Bump aws-sdk from 2.434.0 to 2.435.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.434.0 to 2.435.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.434.0...v2.435.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump aws-sdk from 2.434.0 to 2.435.0 | 36 | true | true | 6 | false | true | false | emberjs | ember.js | 3,473 |
ba020b4c933340d5e900c965cbbc27f27effc432 | dependabot[bot] | dependabot[bot] | Bump rollup-plugin-commonjs from 9.3.0 to 9.3.1
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.3.0...v9.3.1)
Signed-off-by: dependabot[bot] <[email protected]> | bump rollup-plugin-commonjs from 9.3.0 to 9.3.1 | 47 | true | true | 6 | false | false | false | emberjs | ember.js | 3,474 |
2765bbec6eb3c2c1b9699987877f8fc79530e098 | dependabot[bot] | GitHub | Merge pull request #17853 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-classes-7.4.3 | merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-classes-7.4.3 | 94 | true | true | 5 | true | false | false | emberjs | ember.js | 3,475 |
01086d0de8a3fd1e2d35aef3b558448ba76569c7 | dependabot[bot] | dependabot[bot] | Bump @babel/plugin-transform-classes from 7.4.0 to 7.4.3
Bumps [@babel/plugin-transform-classes](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.3)
Signed-off-by: dependabot[bot] <[email protected]> | bump @babel/plugin-transform-classes from 7.4.0 to 7.4.3 | 56 | true | true | 6 | false | true | false | emberjs | ember.js | 3,476 |
d3072f806289630ae77ed644133cd05e0c60e688 | dependabot[bot] | GitHub | Merge pull request #17852 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-destructuring-7.4.3 | merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-destructuring-7.4.3 | 100 | true | true | 5 | true | false | false | emberjs | ember.js | 3,477 |
f9bb0cdbe9bb340eeaff9ab0f3c10fc947ac5887 | Chad Hietala | GitHub | Merge pull request #17843 from emberjs/remove-intimate-apis
Remove intimate apis in the router | merge pull request from emberjs/remove-intimate-apis | 53 | true | false | 5 | true | false | false | emberjs | ember.js | 3,478 |
78d5838de4ac564af7212ebd6675caecdc2eae53 | dependabot[bot] | GitHub | Merge pull request #17849 from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.0 | merge pull request from emberjs/dependabot/npm_and_yarn/rollup-plugin-commonjs-9.3.0 | 85 | true | true | 5 | true | false | false | emberjs | ember.js | 3,479 |
97d969d96d506826a03dc3db92c69f2503c06b43 | Robert Jackson | GitHub | Merge pull request #17845 from emberjs/cleanup/remove-deprecated-apis
[CLEANUP] Removes various deprecated APIs | merge pull request from emberjs/cleanup/remove-deprecated-apis | 63 | true | false | 5 | true | false | false | emberjs | ember.js | 3,480 |
53fc67442c116882416caf645217953ee431ed81 | Chris Garrett | Chris Garrett | [BUGFIX beta] Expose computed getter functions
A few addons, namely ember-macro-helpers, still rely access to
the private `_getter` function on CP descriptors. There's no
easy way around this, since ember-macro-helpers can be used to
combine _existing_ macros, so this fix exposes the _getter function
for the time being until alternative solutions can be made. | [bugfix beta] expose computed getter functions | 46 | false | false | 6 | false | false | false | emberjs | ember.js | 3,481 |
0a23ccb7423a4c51268c25be4c926612d94884cd | dependabot[bot] | GitHub | Merge pull request #17851 from emberjs/dependabot/npm_and_yarn/aws-sdk-2.434.0 | merge pull request from emberjs/dependabot/npm_and_yarn/aws-sdk-2.434.0 | 72 | true | true | 5 | true | false | false | emberjs | ember.js | 3,482 |
39b7d1243e036c7fc8b7c4cc3e748bc4df350fc8 | dependabot[bot] | GitHub | Merge pull request #17850 from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-parameters-7.4.3 | merge pull request from emberjs/dependabot/npm_and_yarn/@babel/plugin-transform-parameters-7.4.3 | 97 | true | true | 5 | true | false | false | emberjs | ember.js | 3,483 |
d5b9345a01f94f80953088c56d2e64058784afe9 | Godfrey Chan | Godfrey Chan | Update CHANGELOG [ci skip]
(cherry picked from commit 8e169048ff0b435423b4e0357a6cd78acbfceec9) | update changelog [ci skip] | 26 | false | false | 4 | true | true | true | emberjs | ember.js | 3,484 |
82edd4785cd2865fbec4e5dbc5570bc0876d3b36 | Godfrey Chan | GitHub | Merge pull request #17846 from emberjs/template-only-bounds
[BUGFIX beta] Fix template-only components clearing | merge pull request from emberjs/template-only-bounds | 53 | true | false | 5 | true | false | false | emberjs | ember.js | 3,485 |
919ede7e5eb5451f0b994ffe360dbe0a0a01f8ba | Katie Gengler | Katie Gengler | Add missing feature to 3.10.0-beta.1 CHANGELOG
[ci skip]
(cherry picked from commit 6e89ed823a43b429246940f40a4240afb47458f3) | add missing feature to 3.10.0-beta.1 changelog | 46 | false | false | 6 | true | true | true | emberjs | ember.js | 3,486 |
9c98690108234294777cf10d6774c21944de9567 | Godfrey Chan | Godfrey Chan | [BUGFIX beta] Turn on `createInstance` for now to avoid Glimmer bug
Looks like it really _needs_ to be true for input and root anyway. | [bugfix beta] turn on `createinstance` for now to avoid glimmer bug | 67 | false | false | 11 | false | false | false | emberjs | ember.js | 3,487 |
83263728b116fac6d4e8fcc798babf555a62ac2b | Godfrey Chan | GitHub | Merge pull request #17825 from emberjs/fix-types
Fix some types, remove `any`s from `references.ts` | merge pull request from emberjs/fix-types | 42 | true | false | 5 | true | false | false | emberjs | ember.js | 3,488 |
c0aa7179863a47dfe3842b6434dadf78a01b57f2 | Godfrey Chan | Godfrey Chan | Failing test for template-only components clearing
The root cause is when the `createInstance` flag is disabled, Glimmer
omits the `DidRenderLayout` opcode, which has the unintended consequence
of skipping the `popBlock` call, causing an imbalance in the stack. This
means additional content unrelated to the component will be treated as
part of the component's bounds, causing other errors later on. It also
causes other issues such as blocks not getting finalized due to the
unbalanced push and pops. | failing test for template-only components clearing | 50 | false | false | 6 | false | false | false | emberjs | ember.js | 3,489 |
72ddf93acc398dc23d1298d1e05eaafd115fc44d | Godfrey Chan | Godfrey Chan | Fix some types, remove `any`s from `references.ts` | fix some types, remove `any`s from `references.ts` | 50 | false | false | 7 | true | true | true | emberjs | ember.js | 3,490 |
0b0a32a40660f604dc72b9a8762f3592f452028a | Godfrey Chan | GitHub | Merge pull request #17847 from emberjs/fix-each-package-tests
Fix each-package-tests on CI | merge pull request from emberjs/fix-each-package-tests | 55 | true | false | 5 | true | false | false | emberjs | ember.js | 3,491 |
cb3b0410b6f9b1ecf8d4e5e3fbd948af5146b400 | Godfrey Chan | Godfrey Chan | Temporarily "disable" the link bubbling test
This appears to be caused by #17840 | temporarily "disable" the link bubbling test | 44 | false | false | 6 | false | false | false | emberjs | ember.js | 3,492 |
17960ef92e0ceacde9b725dc343b58646ad0ead9 | dependabot[bot] | dependabot[bot] | Bump @babel/plugin-transform-destructuring from 7.4.0 to 7.4.3
Bumps [@babel/plugin-transform-destructuring](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.3)
Signed-off-by: dependabot[bot] <[email protected]> | bump @babel/plugin-transform-destructuring from 7.4.0 to 7.4.3 | 62 | true | true | 6 | false | true | false | emberjs | ember.js | 3,493 |
665c62548359c6f16cfaf08274c1ce677feed8aa | Godfrey Chan | Godfrey Chan | fix input tests without jquery | fix input tests without jquery | 30 | false | false | 5 | true | true | true | emberjs | ember.js | 3,494 |
0af6e2ec9d8fba62e1569e7e18399450e4cb7fbc | dependabot[bot] | dependabot[bot] | Bump aws-sdk from 2.432.0 to 2.434.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.432.0 to 2.434.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.432.0...v2.434.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump aws-sdk from 2.432.0 to 2.434.0 | 36 | true | true | 6 | false | true | false | emberjs | ember.js | 3,495 |
59da42d166627ad498e6ef3216d661fd00208d89 | dependabot[bot] | dependabot[bot] | Bump @babel/plugin-transform-parameters from 7.4.0 to 7.4.3
Bumps [@babel/plugin-transform-parameters](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.3)
Signed-off-by: dependabot[bot] <[email protected]> | bump @babel/plugin-transform-parameters from 7.4.0 to 7.4.3 | 59 | true | true | 6 | false | true | false | emberjs | ember.js | 3,496 |
106ef374e1e92a48b441222761aa478cabecee3e | dependabot[bot] | dependabot[bot] | Bump rollup-plugin-commonjs from 9.2.2 to 9.3.0
Bumps [rollup-plugin-commonjs](https://github.com/rollup/rollup-plugin-commonjs) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/rollup/rollup-plugin-commonjs/releases)
- [Changelog](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup-plugin-commonjs/compare/v9.2.2...v9.3.0)
Signed-off-by: dependabot[bot] <[email protected]> | bump rollup-plugin-commonjs from 9.2.2 to 9.3.0 | 47 | true | true | 6 | false | false | false | emberjs | ember.js | 3,497 |
98a4bc3b0be55c2265605b548e7d6061a6f87fe8 | Godfrey Chan | Godfrey Chan | Fix each-package-tests on CI
We have not been running the test for any of the -internals packages π | fix each-package-tests on ci | 28 | false | false | 4 | false | false | false | emberjs | ember.js | 3,498 |
099aec56cf72e8677be95d1fc35e33b10e222fc7 | Godfrey Chan | GitHub | Merge pull request #17844 from emberjs/opt-outlet
outlet cleanup | merge pull request from emberjs/opt-outlet | 43 | true | false | 5 | true | false | false | emberjs | ember.js | 3,499 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.