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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
78b3590bf074cc1f7e3cb4422aeed9b2bfe57e5d | Katie Gengler | Katie Gengler | Add v4.10.0-beta.5 to CHANGELOG
(cherry picked from commit b3f9de3c9b2d3ee98724bc39f672bdfee56cb62b) | add v4.10.0-beta.5 to changelog | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 0 |
782221f9420c22ea1166c1fb1e9457104e5f9e9f | Katie Gengler | GitHub | Merge pull request #20332 from emberjs/types-publishing-moar
Types publishing: always `this.traverse(path)` in visitors | merge pull request from emberjs/types-publishing-moar | 54 | true | false | 5 | true | false | false | emberjs | ember.js | 1 |
e533514c5a893c56b7d382bb4880fef7a200a22b | Chris Krycho | Chris Krycho | Types publishing: always `this.traverse(path)` in visitors | always `this.traverse(path)` in visitors | 40 | false | false | 4 | false | false | false | emberjs | ember.js | 2 |
ff55840a1bcf2664c37d8d5a492297bbc35aa38b | Chris Krycho | GitHub | Merge pull request #20331 from emberjs/more-types-publishing-infra
Bugfix/internal: more cases in types publishing infra | merge pull request from emberjs/more-types-publishing-infra | 60 | true | false | 5 | true | false | false | emberjs | ember.js | 3 |
42487628ce8fd14da32dd3d058cdefd96f067e40 | Chris Krycho | Chris Krycho | Bugfix: more cases in types publishing infra
- Remove a needless runtime type check in one of the visitors.
- Remove `declare` from interface declarations. | more cases in types publishing infra | 36 | false | false | 6 | false | false | false | emberjs | ember.js | 4 |
bd784a7bc3c5be5fce60d019500639d806e03e3a | Chris Krycho | GitHub | Merge pull request #20330 from emberjs/backburner-shenanigans
types: work around backburner runtime paths shenanigans | merge pull request from emberjs/backburner-shenanigans | 55 | true | false | 5 | true | false | false | emberjs | ember.js | 5 |
f934d8877801f3d460760cb5c48a3f532a5a07be | Chris Krycho | Chris Krycho | types: work around backburner runtime paths shenanigans
The legal runtime import for the `backburner.js` package is apparently
`backburner`, but I have not yet been able to identify where that
rename occurs. We should ultimately align that to use the package name
instead of a custom import specifier, but for now, unblock publishing
types from source by rewriting all imports in the emitted types from
`'backburner'` to `'backburner.js'`. | work around backburner runtime paths shenanigans | 48 | false | false | 6 | false | false | false | emberjs | ember.js | 6 |
5cb0cc94017648d074d64d48ee488cdd536d0c46 | Chris Krycho | GitHub | Merge pull request #20327 from boris-petrov/fix-native-array-mutation-method-types
Fix the types for the mutation-methods of `NativeArray` | merge pull request from boris-petrov/fix-native-array-mutation-method-types | 76 | true | false | 5 | true | false | false | emberjs | ember.js | 7 |
3ff9fb91fb3296f811b14ec2f9d7827b749f98d5 | Boris Petrov | Boris Petrov | Allow passing readonly arrays to the mutation-methods of `NativeArray` | allow passing readonly arrays to the mutation-methods of `nativearray` | 70 | false | false | 9 | false | false | false | emberjs | ember.js | 8 |
7049edba90e79edaae41006211efec6e2d725bfe | Chris Krycho | GitHub | Merge pull request #20326 from emberjs/internal-views-states-types
Types: simplify internal views/states modules | merge pull request from emberjs/internal-views-states-types | 60 | true | false | 5 | true | false | false | emberjs | ember.js | 9 |
9b1d90c3c588ce527032ab9544f5342accfaea85 | Chris Krycho | Chris Krycho | Types: simplify internal views/states modules
Rewrite `packages/@ember/-internals/views/lib/views/states.ts` to just
define all its states in the same module. This results in two wins:
1. TypeScript no longer emits `item: import(<path>)` type annotations
for the per-state default exports, as it previously had to do because
the default exports were the result of `Object.freeze` expressions.
We could have just done the `Object.freeze()` at the definition site
for the (default) exported object being frozen, but:
2. This also gets rid of five modules at runtime. Modules aren't that
expensive... but they also aren't *free*, and these modules were not
remotely pulling their weight. There are (appropriately!) no other
references to these modules anywhere, and the objects they exported
can simply be inlined into the `states` module. | simplify internal views/states modules | 38 | false | false | 4 | false | true | false | emberjs | ember.js | 10 |
5ee2c9b95a3c4b96fa66d811cb24d63fdcba4ada | Chris Krycho | Katie Gengler | Add 4.10.0-beta.4 to CHANGELOG
(cherry picked from commit 220650a333cb8c8aa345a061a492d66869ea950b) | add 4.10.0-beta.4 to changelog | 30 | false | false | 4 | true | true | true | emberjs | ember.js | 11 |
cb14f61ed75527b61db2b8441236294855b9f4d8 | Chris Krycho | GitHub | Merge pull request #20322 from bmish/update-lint-dec-2022
Update lint dependencies | merge pull request from bmish/update-lint-dec-2022 | 51 | true | false | 5 | true | false | false | emberjs | ember.js | 12 |
412c1728095a6a58d64c638d22698e7aaaa9d363 | Bryan Mishkin | Bryan Mishkin | chore: update lint dependencies | update lint dependencies | 24 | false | false | 3 | false | false | false | emberjs | ember.js | 13 |
295744f8555d81bd23043933410761ba3ae842d7 | Chris Krycho | GitHub | Merge pull request #20324 from emberjs/publishing-types-fixes
Fix more bugs in type publishing infra | merge pull request from emberjs/publishing-types-fixes | 55 | true | false | 5 | true | false | false | emberjs | ember.js | 14 |
a26be55f6ccf246693b14509407c5e0c975642c3 | Chris Krycho | GitHub | Merge pull request #20323 from emberjs/stable-ember-error-type
[FEATURE] Introduce stable types for `@ember/error` | merge pull request from emberjs/stable-ember-error-type | 56 | true | false | 5 | true | false | false | emberjs | ember.js | 15 |
285a7195a351ecb9d90b2d573a2be5b6a77db190 | Chris Krycho | Chris Krycho | Fix more bugs in type publishing infra
- Properly handle `import SomeItem, { anotherItem } from '.'` relative
declarations, i.e. imports from the root/`index` of a directory.
- Handle `const item: import('<some path>').Type` declarations TS emits
for cases like `export default opaquify(InternalClass)`.
One particularly degenerate case is `import()` type annotations which
TS generates as relative paths, e.g. `'../../@ember/object'`, since
we cannot yet use project references and therefore also cannot use
dependencies properly and therefore also cannot get TS to understand
that it should be writing that as an absolute specifier.
- Remove `declare enum` as with as all other `declare <item>` cases.
- Noticing that we actually *cannot* handle `declare global { ... }`
declarations, update the handful of places we do that internally.
This has an added benefit of not adding those to the actual global
type scope for the whole rest of the program! | fix more bugs in type publishing infra | 38 | false | false | 7 | true | true | true | emberjs | ember.js | 16 |
414514afe9875d0c363f3cb90d57fdec75e14833 | Chris Krycho | Chris Krycho | [FEATURE] Introduce stable types for `@ember/error` | [feature] introduce stable types for `@ember/error` | 51 | false | false | 6 | false | false | false | emberjs | ember.js | 17 |
01eb484d155ea8dee2be483ec6fc68391111a3bc | Chris Krycho | GitHub | Merge pull request #20321 from emberjs/container-debug-adapter-preview
[BUGFIX LTS] ContainerDebugAdapter extends EmberObject | merge pull request from emberjs/container-debug-adapter-preview | 64 | true | false | 5 | true | false | false | emberjs | ember.js | 18 |
dfcd806ce8d87446cbdf7576d202856b8e2fd2df | Chris Krycho | Chris Krycho | [BUGFIX LTS] ContainerDebugAdapter extends EmberObject
The preview types had `extends Object` instead, which... uh, yeah, most
things in JavaScript do that. Whoops. | [bugfix lts] containerdebugadapter extends emberobject | 54 | false | false | 5 | false | false | false | emberjs | ember.js | 19 |
eeaca69dcacc7ade0e1fe40d216a2f86d35ff8bb | Chris Krycho | Chris Krycho | Add v4.9.2 to CHANGELOG
(cherry picked from commit 6cd5147c96f926129777a6c1c876d629e2da0d00) | add v4.9.2 to changelog | 23 | false | false | 4 | true | true | true | emberjs | ember.js | 20 |
6635c775c945597993b6c8a118caffec72201ac4 | Katie Gengler | Katie Gengler | Add v4.10.0-beta.3 to CHANGELOG
(cherry picked from commit d2cd073751e829404b0d63969a27c871399605fc) | add v4.10.0-beta.3 to changelog | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 21 |
1748d37781b40ee562f35e9b6a059810f9b759bc | Chris Krycho | Chris Krycho | Add v4.8.3 to CHANGELOG
(cherry picked from commit d817c0084e26ef8a6d7b5f9188fd93596b032617) | add v4.8.3 to changelog | 23 | false | false | 4 | true | true | true | emberjs | ember.js | 22 |
a1c41eab4e235cd5a57b5e48dfd3db5e86aeae30 | Chris Krycho | GitHub | Merge pull request #20319 from emberjs/service-di
Types: resolve services with `Owner.lookup` | merge pull request from emberjs/service-di | 43 | true | false | 5 | true | false | false | emberjs | ember.js | 23 |
50705087e9def750879b05187ac992bf3eb5d235 | Chris Krycho | Chris Krycho | Types: resolve services with `Owner.lookup`
Integrate the service registry into the `DIRegistry` introduced as part
of rationalizing the `Owner` types in PR #20271 (94276b5). This allows
`Owner.lookup('service:foo')` to resolve a `FooService` if one is set
up in the `@ember/service` module's `Registry` interface. The preview
types already used this mechanic (as of 5658b13), so this just means
that when we ship the stable (i.e. built from source) version of
`@ember/service`, it will *continue* working.
Meta: Shipping this implementation for the lookup was blocked on being
able to publish type modules with `declare module`, which was
implemented in PR #20316 (9adcd15). We will likely need to rework other
parts of the type hierarchy to support publishing from source. | resolve services with `owner.lookup` | 36 | false | false | 4 | true | true | true | emberjs | ember.js | 24 |
19d66a802145f624e218146cbac2c3b5ff0c38eb | Chris Krycho | GitHub | Merge pull request #20316 from emberjs/recast-types
Reimplement publish-types script with recast | merge pull request from emberjs/recast-types | 45 | true | false | 5 | true | false | false | emberjs | ember.js | 25 |
aa030fc94f54eb6e035da7103a881a7a66047a84 | Chris Krycho | GitHub | Fix typo in doc comment in types/publish.mjs | fix typo in doc comment in types/publish.mjs | 44 | false | false | 7 | true | true | true | emberjs | ember.js | 26 |
9adcd15b2ac411e088856cca8be268e3a2f009e4 | Chris Krycho | Chris Krycho | Reimplement publish-types script with recast
This is far more robust against all the kinds of things our modules do:
- It supports having `declare module` and similar in the input source.
- It does not do dumb string replacement to remove `declare`, which can
easily remove things from comments or the like.
- It correctly handles relative imports (`./` and chains of `../`).
For this to work correctly, we needed to have more recent versions of
the Babel parser, so this freshens the lock file for all `@babel/*` dependencies. It also adds `recast` and drops `magic-string`.
This has been tested by enabling more than 50% of the unpublished
modules; the resulting output is correct from the point of view of this
script but exposes a number of fixes we will need to make for our types
as we enable more and more of those. | reimplement publish-types script with recast | 44 | false | false | 5 | false | false | false | emberjs | ember.js | 27 |
81bb25b25296a515372df52b196c24d504d5ba34 | Chris Krycho | GitHub | Merge pull request #20291 from emberjs/dependabot/npm_and_yarn/prettier-2.8.0
Bump prettier from 2.7.1 to 2.8.0 | merge pull request from emberjs/dependabot/npm_and_yarn/prettier-2.8.0 | 71 | true | false | 5 | true | false | false | emberjs | ember.js | 28 |
d324fc9be0823613795f81bb703190204ef3fda2 | Chris Krycho | Chris Krycho | Fix Prettier 2.8 issues | fix prettier 2.8 issues | 23 | false | false | 4 | true | true | true | emberjs | ember.js | 29 |
f8f62a8b424b8045f82a5ac2f3fc988f02f9003e | Chris Krycho | GitHub | Merge pull request #20313 from emberjs/even-less-internalowner
Remove runtime dependence on `InternalOwner` | merge pull request from emberjs/even-less-internalowner | 56 | true | false | 5 | true | false | false | emberjs | ember.js | 30 |
15f7f48397ec9561792a48998c39a0b6397b1a16 | dependabot[bot] | GitHub | Bump prettier from 2.7.1 to 2.8.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump prettier from 2.7.1 to 2.8.0 | 33 | true | true | 6 | false | false | false | emberjs | ember.js | 31 |
9eb7540b5bd21021eca0ae5998606250c9a1c6b7 | Chris Krycho | GitHub | Merge pull request #20293 from emberjs/dependabot/npm_and_yarn/express-4.18.2
Bump express from 4.18.1 to 4.18.2 | merge pull request from emberjs/dependabot/npm_and_yarn/express-4.18.2 | 71 | true | false | 5 | true | false | false | emberjs | ember.js | 32 |
5a299d471512804d3f14c36fbc8b54894f1d274f | Chris Krycho | Chris Krycho | Use `Engine` API in `verifyRegistration`
This is a dumb set of tests, which are verifying internal mechanics of
*how* we make this work, rather than verify *that* it works for each of
these issues. However, for the moment the key is to unblock decoupling
work, so I'm creating [a separate issue][1] to make sure we cover this
in other ways and then delete the tests which cause this coupling.
[1]: https://github.com/emberjs/ember.js/issues/20315 | use `engine` api in `verifyregistration` | 40 | false | false | 5 | true | true | true | emberjs | ember.js | 33 |
301b76f74861816ac67ce7a3ff2f4b7c78855478 | Peter Wagenet | GitHub | Merge pull request #20312 from wagenet/fix-debug-imports
Fix debug imports | merge pull request from wagenet/fix-debug-imports | 50 | true | false | 5 | true | false | false | emberjs | ember.js | 34 |
b4c502866fb00de4fa63d3ff0e36e3f6b083e0b1 | Peter Wagenet | GitHub | Merge pull request #20311 from wagenet/move-type-utils
Move @ember/-internals/utils/types to @ember/-internals/utility-types | merge pull request from wagenet/move-type-utils | 48 | true | false | 5 | true | false | false | emberjs | ember.js | 35 |
8a30266b02bf66a5635fc5ea97a7d2589f07c486 | Chris Krycho | Chris Krycho | Remove runtime dependence on `InternalOwner`
As a follow-on to #20310, this removes all remaining direct uses of the
`InternalOwner` type; the only place we use it now is in the defintion
of `EngineInstance`. This frees us to start chipping away further at
this type: we can deprecate *nearly all of it*, and we know that our
internal code does not depend on any of it except where it explicitly
uses `EngineInstance`.
Part of #20303. | remove runtime dependence on `internalowner` | 44 | false | false | 5 | true | true | true | emberjs | ember.js | 36 |
7bf5849f9da3fc337c1fa106f402358b8534734b | Chris Krycho | GitHub | Merge pull request #20310 from emberjs/less-internalowner
Replace most `InternalOwner` uses with `Owner` | merge pull request from emberjs/less-internalowner | 51 | true | false | 5 | true | false | false | emberjs | ember.js | 37 |
8c008fdb98f9c89b4d34d756c6dbefe0e7987101 | Peter Wagenet | Peter Wagenet | Fix debug imports | fix debug imports | 17 | false | false | 3 | true | true | true | emberjs | ember.js | 38 |
f4728d534c1835b585a9130fc47ec01dab8ef0b0 | Peter Wagenet | Peter Wagenet | Move @ember/-internals/utils/types to @ember/-internals/utility-types | move @ember/-internals/utils/types to @ember/-internals/utility-types | 69 | false | false | 4 | true | true | false | emberjs | ember.js | 39 |
92ed1dc52e81ba3fadfc6aa1808a85662ed72259 | Chris Krycho | Chris Krycho | Replace most `InternalOwner` uses with `Owner`
We only *need* the public API in most places, since most things which
depend on the internal/private API are actually using `EngineInstance`
or `ApplicationInstance`, and there aren't many of them! There are a
couple remaining spots we have `InternalOwner`:
- When defining the type of `EngineInstance` itself, we use the type to
guarantee we implement what we *say* we implement.
- We use `hasRegistration` or `resolveRegistration` in a couple places;
both can be replaced with `Owner#factoryFor`, but I am keeping those
separate so that this can be a clean types-only change.
(This is part of the work for #20303.) | replace most `internalowner` uses with `owner` | 46 | false | false | 6 | false | false | false | emberjs | ember.js | 40 |
8f50b1cc12edf9c37bdd116d7d9aaca6f3bec4f9 | dependabot[bot] | GitHub | Bump express from 4.18.1 to 4.18.2
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.18.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | bump express from 4.18.1 to 4.18.2 | 34 | true | true | 6 | true | true | false | emberjs | ember.js | 41 |
8a8dbbbd34f73bb518b0a12968bcf287faabb0e3 | Chris Krycho | GitHub | Merge pull request #20307 from emberjs/dependabot/npm_and_yarn/expect-type-0.15.0
Bump expect-type from 0.13.0 to 0.15.0 | merge pull request from emberjs/dependabot/npm_and_yarn/expect-type-0.15.0 | 75 | true | false | 5 | true | false | false | emberjs | ember.js | 42 |
c5ec36b7551e8964bda18faf5927eec070bf82c1 | Chris Krycho | GitHub | Merge pull request #20305 from emberjs/dependabot/npm_and_yarn/types/node-18.11.11
Bump @types/node from 18.11.7 to 18.11.11 | merge pull request from emberjs/dependabot/npm_and_yarn/types/node-18.11.11 | 76 | true | false | 5 | true | false | false | emberjs | ember.js | 43 |
162d47aebb403102a6de12277b24f53d526d1093 | Chris Krycho | GitHub | Merge pull request #20306 from emberjs/dependabot/npm_and_yarn/ember-auto-import-2.5.0
Bump ember-auto-import from 2.4.1 to 2.5.0 | merge pull request from emberjs/dependabot/npm_and_yarn/ember-auto-import-2.5.0 | 80 | true | false | 5 | true | false | false | emberjs | ember.js | 44 |
236cc34156fab105d646ce130a0e92e76036196a | Peter Wagenet | GitHub | Merge pull request #20301 from wagenet/ember-array-internals
Relocate ember-array internals | merge pull request from wagenet/ember-array-internals | 54 | true | false | 5 | true | true | false | emberjs | ember.js | 45 |
367708df5131622d11c3af3e524c3ac5be9a4d47 | dependabot[bot] | GitHub | Bump expect-type from 0.13.0 to 0.15.0
Bumps [expect-type](https://github.com/mmkal/expect-type) from 0.13.0 to 0.15.0.
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](https://github.com/mmkal/expect-type/commits/v0.15.0)
---
updated-dependencies:
- dependency-name: expect-type
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump expect-type from 0.13.0 to 0.15.0 | 38 | true | true | 6 | false | false | false | emberjs | ember.js | 46 |
6de1f3df3f0e3de74da3e36b52c4defb0ed025ae | dependabot[bot] | GitHub | Bump ember-auto-import from 2.4.1 to 2.5.0
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import/tree/HEAD/packages/ember-auto-import) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/ef4/ember-auto-import/releases)
- [Changelog](https://github.com/ef4/ember-auto-import/blob/main/packages/ember-auto-import/CHANGELOG.md)
- [Commits](https://github.com/ef4/ember-auto-import/commits/v2.5.0/packages/ember-auto-import)
---
updated-dependencies:
- dependency-name: ember-auto-import
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump ember-auto-import from 2.4.1 to 2.5.0 | 42 | true | true | 6 | false | true | false | emberjs | ember.js | 47 |
eae8b97a14fb78fac48a700db017bee8d0d0d38f | dependabot[bot] | GitHub | Bump @types/node from 18.11.7 to 18.11.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.7 to 18.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | bump @types/node from 18.11.7 to 18.11.11 | 41 | true | true | 6 | true | true | false | emberjs | ember.js | 48 |
f163825a736595ba5229039111fe2988b59fd4b0 | Peter Wagenet | GitHub | Merge pull request #20304 from emberjs/remove-test-polyfills
Remove test polyfills | merge pull request from emberjs/remove-test-polyfills | 54 | true | false | 5 | true | false | false | emberjs | ember.js | 49 |
71a3f3a9e9e1132ebe7c5e022bc84bf63ab6aec4 | Peter Wagenet | Peter Wagenet | Remove circularity | remove circularity | 18 | false | false | 2 | true | true | false | emberjs | ember.js | 50 |
cbbef25d901ae534ecf5e5ba429fefce488dc44a | Peter Wagenet | Peter Wagenet | Move make-array to @ember/array | move make-array to @ember/array | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 51 |
24e6d125d681cb008df21ebb916d00f40e20c810 | Peter Wagenet | Peter Wagenet | Relocate ember-array internals | relocate ember-array internals | 30 | false | false | 3 | false | false | false | emberjs | ember.js | 52 |
977951ea640eb46c0dce403283d56d60146df66b | Peter Wagenet | GitHub | Merge pull request #20302 from wagenet/ember-debug-cleanup
Move inspect to @ember/debug | merge pull request from wagenet/ember-debug-cleanup | 52 | true | false | 5 | true | false | false | emberjs | ember.js | 53 |
e5a35b653655026489491530c38ebe6d19a5a3b3 | Peter Wagenet | Peter Wagenet | Remove test polyfills | remove test polyfills | 21 | false | false | 3 | true | true | true | emberjs | ember.js | 54 |
08f4a9194037b4534a8dd615a5c49a396311a190 | Peter Wagenet | Peter Wagenet | Move inspect to @ember/debug | move inspect to @ember/debug | 28 | false | false | 4 | true | false | true | emberjs | ember.js | 55 |
2ce74328ca8c6de892b46b907c120fbbb21df5a6 | Peter Wagenet | GitHub | Merge pull request #20299 from wagenet/build-types-when-checking
Build types when checking | merge pull request from wagenet/build-types-when-checking | 58 | true | false | 5 | true | false | false | emberjs | ember.js | 56 |
7073f8ca47ad7690a835d4ca3602c46726601a54 | Peter Wagenet | Peter Wagenet | Remove unnecessary step from CI | remove unnecessary step from ci | 31 | false | false | 5 | true | true | true | emberjs | ember.js | 57 |
d19d2100407aa29bfcb394db7c3fe97f83b900f5 | Peter Wagenet | GitHub | Merge pull request #20298 from wagenet/no-ember-error
Stop using the @ember/error package internally and improve types | merge pull request from wagenet/no-ember-error | 47 | true | false | 5 | true | false | false | emberjs | ember.js | 58 |
c6edaa3982510527b6f435641b3c9ef8d50ece1a | Peter Wagenet | Peter Wagenet | Build types when checking | build types when checking | 25 | false | false | 4 | true | true | true | emberjs | ember.js | 59 |
09e08052119a9b9b3e59e2ac99a3b6e73392b3a6 | Peter Wagenet | Peter Wagenet | Stop using the @ember/error package internally and improve types | stop using the @ember/error package internally and improve types | 64 | false | false | 9 | false | false | false | emberjs | ember.js | 60 |
f9e906db44b5c032c6c51b0aa29dc379b9da9b4d | Chris Krycho | GitHub | Merge pull request #20294 from emberjs/dependabot/npm_and_yarn/babel/plugin-transform-block-scoping-7.20.5
Bump @babel/plugin-transform-block-scoping from 7.16.7 to 7.20.5 | merge pull request from emberjs/dependabot/npm_and_yarn/babel/plugin-transform-block-scoping-7.20.5 | 100 | true | false | 5 | true | false | false | emberjs | ember.js | 61 |
66e8061ac44f3bb7ad6e03150503bca2828e9e3e | Chris Krycho | GitHub | Merge pull request #20290 from emberjs/dependabot/npm_and_yarn/eslint-8.28.0
Bump eslint from 8.26.0 to 8.28.0 | merge pull request from emberjs/dependabot/npm_and_yarn/eslint-8.28.0 | 70 | true | false | 5 | true | false | false | emberjs | ember.js | 62 |
4a01c415f016a01e07dc4a1c12a7f867b467e5a0 | Chris Krycho | GitHub | Merge pull request #20292 from emberjs/dependabot/npm_and_yarn/testem-3.10.0
Bump testem from 3.9.0 to 3.10.0 | merge pull request from emberjs/dependabot/npm_and_yarn/testem-3.10.0 | 70 | true | false | 5 | true | false | false | emberjs | ember.js | 63 |
73d01823ae2fecabafadd94037a94673578dd22a | Chris Krycho | GitHub | Merge pull request #20295 from emberjs/dependabot/npm_and_yarn/fs-extra-11.1.0
Bump fs-extra from 10.1.0 to 11.1.0 | merge pull request from emberjs/dependabot/npm_and_yarn/fs-extra-11.1.0 | 72 | true | false | 5 | true | false | false | emberjs | ember.js | 64 |
47b505ce6aad4309e82b2a5f41537b1f00293452 | Chris Krycho | GitHub | Merge pull request #20297 from emberjs/dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 | merge pull request from emberjs/dependabot/npm_and_yarn/decode-uri-component-0.2.2 | 83 | true | false | 5 | true | false | false | emberjs | ember.js | 65 |
3a3b19abd792c7f4c9160e546964ce5f4b63a0a0 | dependabot[bot] | GitHub | Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com> | bump decode-uri-component from 0.2.0 to 0.2.2 | 45 | true | true | 6 | true | false | false | emberjs | ember.js | 66 |
ee51d79fbc990260acc8ab45cfca1e9afb793fe4 | Peter Wagenet | GitHub | Merge pull request #20296 from wagenet/controller-query-params-readonly
Controller queryParams are readonly | merge pull request from wagenet/controller-query-params-readonly | 65 | true | false | 5 | true | false | false | emberjs | ember.js | 67 |
a15ae0f17c8aac1a8820718a65bbfb64dbc08a45 | Peter Wagenet | Peter Wagenet | Controller queryParams are readonly | controller queryparams are readonly | 35 | false | false | 4 | false | false | false | emberjs | ember.js | 68 |
02fe6ed7cd1e11aec0f5eac44face6aa8c39ab11 | dependabot[bot] | GitHub | Bump fs-extra from 10.1.0 to 11.1.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.1.0)
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | bump fs-extra from 10.1.0 to 11.1.0 | 35 | true | true | 6 | true | true | false | emberjs | ember.js | 69 |
bc6f39b0bb941047e54737ae87ee582f6c4a3847 | dependabot[bot] | GitHub | Bump @babel/plugin-transform-block-scoping from 7.16.7 to 7.20.5
Bumps [@babel/plugin-transform-block-scoping](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-block-scoping) from 7.16.7 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-plugin-transform-block-scoping)
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-block-scoping"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump @babel/plugin-transform-block-scoping from 7.16.7 to 7.20.5 | 64 | true | true | 6 | false | true | false | emberjs | ember.js | 70 |
0c6d262647109ca7d77f807e9989e9730b81a94c | dependabot[bot] | GitHub | Bump testem from 3.9.0 to 3.10.0
Bumps [testem](https://github.com/testem/testem) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/testem/testem/releases)
- [Commits](https://github.com/testem/testem/compare/v3.9.0...v3.10.0)
---
updated-dependencies:
- dependency-name: testem
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump testem from 3.9.0 to 3.10.0 | 32 | true | true | 6 | true | true | false | emberjs | ember.js | 71 |
05c832cb97d868b0e2550e94865bb7badaf1c42b | dependabot[bot] | GitHub | Bump eslint from 8.26.0 to 8.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.28.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | bump eslint from 8.26.0 to 8.28.0 | 33 | true | true | 6 | true | true | false | emberjs | ember.js | 72 |
c5d614ad7c1a7b62b797d55b8e5ea2d089dae9e7 | Chris Krycho | Chris Krycho | Add missing date to 4.10.0-beta.2 in CHANGELOG | add missing date to 4.10.0-beta.2 in changelog | 46 | false | false | 7 | true | true | true | emberjs | ember.js | 73 |
8dd9622e7f70c4e70096987389908f44661edba5 | Chris Krycho | Chris Krycho | Add v4.9.1 to CHANGELOG
(cherry picked from commit cf8671d626e177ae70fabd594ff51895405443db) | add v4.9.1 to changelog | 23 | false | false | 4 | true | true | true | emberjs | ember.js | 74 |
9747f080fea1e4c2c0cc02d73453dbf85f1c3948 | Chris Krycho | Chris Krycho | Add v4.10.0-beta.2 to CHANGELOG
(cherry picked from commit 326b6b83f66e743bea6298a2a1334f3432d30888) | add v4.10.0-beta.2 to changelog | 31 | false | false | 4 | true | true | true | emberjs | ember.js | 75 |
d7b3f9d95a5bd2619c2762ffda6fbd0b57185cb4 | Chris Krycho | GitHub | Merge pull request #20288 from emberjs/stabilize-owner-types
[FEATURE] Stable types for `@ember/owner` | merge pull request from emberjs/stabilize-owner-types | 54 | true | false | 5 | true | false | false | emberjs | ember.js | 76 |
cc92bc92838b64a22321396ff7b62222a98df391 | Chris Krycho | GitHub | Merge pull request #20289 from emberjs/fix-changelog
Make the CHANGELOG use consistent headings | merge pull request from emberjs/fix-changelog | 46 | true | false | 5 | true | false | false | emberjs | ember.js | 77 |
dc3a304b74a62b94eab528c27c691d66275ed7f7 | Chris Krycho | Chris Krycho | Make the CHANGELOG use consistent headings | make the changelog use consistent headings | 42 | false | false | 6 | false | true | false | emberjs | ember.js | 78 |
38363419e2e673afa1ebec3e541fb9d8f399239f | Chris Krycho | Chris Krycho | Add v3.28.11 to CHANGELOG
(cherry picked from commit fd694aab7fb87bf281b5b601a80fdd69ae4de9a7) | add v3.28.11 to changelog | 25 | false | false | 4 | true | true | true | emberjs | ember.js | 79 |
d5800374c93729c218281bc39a653061876c3d10 | Chris Krycho | Chris Krycho | Update CI config for new type checking flow | update ci config for new type checking flow | 43 | false | false | 8 | false | true | false | emberjs | ember.js | 80 |
74c289509e15da577773d4ddc1674d5512f91d25 | Chris Krycho | Chris Krycho | Use shared type tests for preview and stable types
This guarantees that we will be testing exactly what our consumers use,
with the only difference being the specific import paths used to expose
the side effect modules. It also keeps the type tests from diverging
between the two sets of types.
Previously, following the DefinitelyTyped approach, all the preview
type modules had their own `tsconfig.json`, but this actually made them
fail to interoperate with stable types, and this approach *only* works
if they work together. Removing those means they operate as a single
coherent set of type definitions with the stable types, distinguished
*only* by the way they are authored. | use shared type tests for preview and stable types | 50 | false | false | 9 | true | true | true | emberjs | ember.js | 81 |
ed4a6e97d853df921c01f96d6b5a2e57641f7e02 | Chris Krycho | Chris Krycho | Move type tests for deprecated `(get|set)Owner`
These really belong in the `@ember/application` re-export, not in the
tests for `@ember/owner` itself, which should have no knowledge of the
existence of `@ember/application` (but vice versa is fine). | move type tests for deprecated `(get|set)owner` | 47 | false | false | 6 | true | true | true | emberjs | ember.js | 82 |
3ca98347b0a6e6ff154144106c4b47f232ec2366 | Chris Krycho | Chris Krycho | Introduce stable types for `@ember/owner`
- Remove `@ember/-internals/owner` and `@ember/owner` from the list of
excluded preview types in the types publishing script, so they now
get emitted correctly into `types/stable`.
- Remove `@ember/owner` from the preview types and put it in the stable
types instead, so users don't get conflicting type dependencies.
- Internally in `@ember/owner`, use absolute package paths, not
relative. For referencing other (even internal) packages, it's
important that we *not* use relative paths, so that (a) the published
types work when wrapped in `declare module` statements but also (b)
we have clearer boundaries for them, which will unlock further
improvements to this infrastructure in the future. | introduce stable types for `@ember/owner` | 41 | false | false | 5 | true | true | true | emberjs | ember.js | 83 |
5347eb2233a95892b7ac0f28c4f0561e3f2853df | Chris Krycho | GitHub | Merge pull request #20279 from wagenet/update-features-md
Correct FEATURES.md | merge pull request from wagenet/update-features-md | 51 | true | false | 5 | true | true | false | emberjs | ember.js | 84 |
86f6e52889ed5fb10070e5925c977095a1c7d837 | Chris Krycho | Chris Krycho | Fix some bugs in `types/publish` script
- The modules needed to be "absolute" not "relative" for the filtering
to work correctly.
- That in turn meant we needed to *insert* a relative lookup.
- But we also needed to make sure we treat top-level packages *as such*
rather than linking to their `index`, else TS does not resolve them
correctly with these side effect modules. | fix some bugs in `types/publish` script | 39 | false | false | 6 | true | true | true | emberjs | ember.js | 85 |
62bcb2a6abf759ed3ea1ff789692920cf6bdacb5 | Chris Krycho | Chris Krycho | Exclude *all* of type-tests from linting
We might want *some* lints on these at some point, but for now this is
the right tradeoff here. | exclude *all* of type-tests from linting | 40 | false | false | 6 | false | true | false | emberjs | ember.js | 86 |
7d99c412e65bcd1f38d214a0d7173a99ff082980 | Chris Krycho | Chris Krycho | Include types in `build` and fix `type-check`
- Rename the existing `build` command to `build:js`, introduce a
`build:types` command, and make a new top-level `build` command that
dispatches both of the others with `npm-run-all`.
- Update handling for type checking to include separate passes for the
library TS code and *each* of the type test packages. | include types in `build` and fix `type-check` | 45 | false | false | 7 | false | true | false | emberjs | ember.js | 87 |
42d0a35791dfae29d7befdf1ec8141bd9ef73bb7 | Peter Wagenet | Peter Wagenet | Correct FEATURES.md | correct features.md | 19 | false | false | 2 | true | false | false | emberjs | ember.js | 88 |
bd682b55da80218cb743a4dafbdc553c8433e798 | Peter Wagenet | GitHub | Merge pull request #20287 from emberjs/remove-never-enabled-features
Remove never enabled flags - Fixes #20282 | merge pull request from emberjs/remove-never-enabled-features | 62 | true | false | 5 | true | false | false | emberjs | ember.js | 89 |
5d0b470cf9ff72a1b1db0b93d3a0695691913709 | Peter Wagenet | Peter Wagenet | Remove never enabled flags - Fixes #20282 | remove never enabled flags - fixes | 34 | false | false | 6 | false | false | false | emberjs | ember.js | 90 |
233c702e8fb61c0e80dbfd5a346bba1adf924438 | Chris Krycho | GitHub | Merge pull request #20285 from emberjs/add-ts-4.9-explicitly
Update to TS v4.9 | merge pull request from emberjs/add-ts-4.9-explicitly | 54 | true | false | 5 | true | false | false | emberjs | ember.js | 91 |
1c779a49b2f775a4dd6885ae8ada515ce068c5a1 | Chris Krycho | Chris Krycho | Update to TS v4.9
This lets us take advantage of much smarter `in`-based type narrowing
and the new `satisfies` operator internally. We'll need to make a
decision about what versions to support when we actually "stabilize"
the types: not merely publishing them, but opting consumers into them
by default. However, it's likely that 4.9 and 5.0 will be reasonable
targets at that point, and even if not the particular 4.9 features we
might rely on are "runtime" TS features, so we should be able to add a
CI check for 4.8 if we want to add support for it in the test matrix. | update to ts v4.9 | 17 | false | false | 4 | false | false | false | emberjs | ember.js | 92 |
59523f468091749ab5e9d5668f6989eb8819e29f | Chris Krycho | GitHub | Merge pull request #20283 from emberjs/bugfix-ts-targets
[BUGFIX beta] revert TS `compilerOptions.target` to ES2017 | merge pull request from emberjs/bugfix-ts-targets | 50 | true | false | 5 | true | false | false | emberjs | ember.js | 93 |
dee4039cb24c9661af87cc1efe3fa6fa5c92976a | Chris Krycho | GitHub | Merge pull request #20284 from emberjs/nonsense-application-deprecation-type
[BUGFIX stable] remove nonsense deprecation functions | merge pull request from emberjs/nonsense-application-deprecation-type | 70 | true | false | 5 | true | false | false | emberjs | ember.js | 94 |
02a334f71996f1f9efb4f0933ce41d0123c6b82e | Chris Krycho | Chris Krycho | [BUGFIX stable] remove nonsense deprecation functions
These were incorrectly documented as being part of this package for a
long time, and so the types included them; but this was fixed as of
Ember 3.12 (in [this PR][1]), three and a half years ago, and our types
never got the message! 😬
[1]: https://github.com/emberjs/ember.js/pull/17926 | [bugfix stable] remove nonsense deprecation functions | 53 | false | false | 6 | false | false | false | emberjs | ember.js | 95 |
d3e3552fd0f000372a51bfba8239e3e9800aec77 | Chris Krycho | GitHub | Merge pull request #20236 from emberjs/dependabot/npm_and_yarn/mocha-10.1.0
Bump mocha from 9.2.2 to 10.1.0 | merge pull request from emberjs/dependabot/npm_and_yarn/mocha-10.1.0 | 69 | true | false | 5 | true | false | false | emberjs | ember.js | 96 |
0e92a4b355d7a7dddfa92a185b8ad7e5f7fff908 | Chris Krycho | Chris Krycho | [BUGFIX beta] revert `compilerOptions.target` to ES2017
This is one possible culprit behind #20281. We should, at minimum, only
make this change in `target` intentionally, rather than incidentally. | [bugfix beta] revert `compileroptions.target` to es2017 | 55 | false | false | 6 | false | false | false | emberjs | ember.js | 97 |
87ca43d449bb7c3859bda0a6a83b5cf5582ed167 | Katie Gengler | Katie Gengler | Post-release version bump | post-release version bump | 25 | false | false | 3 | false | false | false | emberjs | ember.js | 98 |
32003505c1908c68f35e0504a8df297949db62dc | Katie Gengler | Katie Gengler | Add 4.10.0-beta.1 to CHANGELOG
(cherry picked from commit 107e7e9fe2df133a7918c5198725601c3462e66f) | add 4.10.0-beta.1 to changelog | 30 | false | false | 4 | true | true | true | emberjs | ember.js | 99 |