ember-inspector
ember-inspector copied to clipboard
Prepare Release
This PR is a preview of the release that release-plan has prepared. To release you should just merge this PR 👍
Release (2024-04-09)
ember-inspector 4.12.0 (minor)
:rocket: Enhancement
ember-inspector- #2553 Mark dependent keys that updated (@patricklx)
- #2548 add modifiers to render tree (@patricklx)
- #2443 Add ability to jump to source for functions and classes (@patricklx)
- #2536 improve route debug (@patricklx)
:house: Internal
ember-inspector- #2567 add internal to dependabot prs (@patricklx)
- #2563 add release plan (@patricklx)
- #2565 build(deps-dev): bump express from 4.18.2 to 4.19.2 (@dependabot[bot])
- #2564 build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 (@dependabot[bot])
- #2560 build(deps-dev): bump ip from 1.1.8 to 1.1.9 (@dependabot[bot])
- #2498 Remove outdated code and unnecessary captureRenderTree patching (@patricklx)
- #2511 chore(deps): remove unused AWS SDK for JavaScript (@trivikr)
- #2556 build(deps-dev): bump @types/ember__routing from 4.0.12 to 4.0.21 (@dependabot[bot])
Committers: 2
- Patrick Pircher (@patricklx)
- Trivikram Kamat (@trivikr)
@NullVoxPopuli any idea why none of the checks are running here?
Checks don't run on geterated prs. Generally you don't need them to, because main already ran. But you'd have to use a Ghpat to get checks to run
Checks don't run on geterated prs. Generally you don't need them to, because main already ran. But you'd have to use a Ghpat to get checks to run
@NullVoxPopuli is there a way to tell these checks not to run just for these auto generated ones or what is your recommendation here?
I don't know of a way to have these checks nor be required for generated prs, but the repo can be configured to allow maintainers to use overriding powers to merge -- haven't tried creating a branch rule to see if it can be scoped to just these generated branches.
Branch rules recently got super powers, so it might be possible