ember-bootstrap-changeset-validations
ember-bootstrap-changeset-validations copied to clipboard
Update dependency ember-cli to v4.12.3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ember-cli (source) | 4.5.0 -> 4.12.3 |
Release Notes
ember-cli/ember-cli (ember-cli)
v4.12.3
Blueprint Changes
Changelog
Thank you to all who took the time to contribute!
v4.12.2: Release 4.12.2
Blueprint Changes
Changelog
- #10314 [BUGFIX] Do not try to wire up Testem unless a test framework is dete… @NullVoxPopuli
Thank you to all who took the time to contribute!
v4.12.1
Blueprint Changes
Changelog
- #10251 [BUGFIX release] Remove
stylelint-config-prettierfromappblueprint @bertdeblock
Thank you to all who took the time to contribute!
v4.12.0
Blueprint Changes
Changelog
- #10039 [CLEANUP] Remove unused test fixtures @bertdeblock
- #10040 [CLEANUP] Remove MU-related debug code @bertdeblock
- #10091 [BUGFIX] Fix looking up the default blueprint for scoped addons @GendelfLugansk
- #10107 [INTERNAL] Remove old
uninstall:npmcommand @bertdeblock - #10122 [ENHANCEMENT] Add Stylelint setup to
appandaddonblueprints [RFC 814] @bmish - #10142 [ENHANCEMENT] Update ESLint to v8 in
appandaddonblueprints @bertdeblock - #10157 [ENHANCEMENT] Exclude
ember-cli-terserwhen generating apps using the--embroideroption @bertdeblock - #10159 [ENHANCEMENT] Exclude
ember-cli-sriwhen generating apps using the--embroideroption @bertdeblock - #10161 [ENHANCEMENT] Remove NPM version checking @bertdeblock
- #10166 [INTERNAL] Remove unused dependencies @bertdeblock
- #10169 [ENHANCEMENT] Remove
app.importcomment inappblueprint @bertdeblock - #10172 [PERFORMANCE] Lazy require heavier packages @bertdeblock
- #10173 [ENHANCEMENT] Don't delete the newly-generated app directory when an error occurs @ef4
- #10174 [INTERNAL] Clean up removal of
bower.jsonandpackage.jsonfiles inaddonblueprint @bertdeblock - #10180 [ENHANCEMENT] Update
ember-welcome-pageto v7 inappblueprint @ijlee2 - #10188 [ENHANCEMENT] Update ESLint parser
ecmaVersiontolatestinappblueprint @elwayman02 - #10189 [ENHANCEMENT] Add v4.8 LTS to
addonblueprint - Remove v3.28 LTS andember-classicscenario @bertdeblock - #10192 [BUGFIX] The
addoncommand should throw when no addon name is provided @bertdeblock - #10198 [INTERNAL] Output TypeScript apps and addons for StackBlitz @NullVoxPopuli
Thank you to all who took the time to contribute!
v4.11.0
Blueprint Changes
Changelog
- #10103 Update
markdown-it-terminalto v0.4.0 (resolvemarkdown-itvulnerability) @bertdeblock - #10109 [RFC 811] Add
ember-modifierdependency to app blueprint @SergeAstapov - #10110 [RFC 812] Add
tracked-built-insdependency to app blueprint @SergeAstapov
Thank you to all who took the time to contribute!
v4.10.0
Blueprint Changes
Changelog
- #10048 Make addAddonsToProject support creating a new project with custom target directory @simonihmig
- #10054 [ENHANCEMENT] Conditionally apply ESLint parser options in
appandaddonblueprints @Windvis - #10060 [ENHANCEMENT] Replace
eslint-plugin-nodewitheslint-plugin-nin blueprints @Windvis - #10062 [ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for
.jsand.tsfiles @Windvis - #10132 Add @ember/string as a dependency of projects @kategengler
Thank you to all who took the time to contribute!
v4.9.2
Blueprint Changes
Changelog
- #10108 [BUGFIX release] Correctly instantiate server watcher @bertdeblock
v4.9.1
Blueprint Changes
Changelog
- #10101 [BUGFIX release] Correctly instantiate
Watcherinstance when runningember test --serve@bertdeblock
Thank you to all who took the time to contribute!
v4.9.0
Blueprint Changes
Changelog
- #10015 Update
globto v8 @bertdeblock - #10016 Fix indentation in
.ember-clifile inappblueprint @bertdeblock - #10017 [ENHANCEMENT] Disable prototype extensions by default in
appblueprint @bertdeblock - #10018 Trap unhandled failures @ef4
- #10020 [INTERNAL] Fix typos in
servecommand test @bertdeblock - #10021 [CLEANUP] Drop support for using
usePods: trueand the--podflag simultaneously @bertdeblock - #10022 [ENHANCEMENT] Use
concurrentlyinstead ofnpm-run-allinappblueprint @bertdeblock - #10024 [ENHANCEMENT] Add
ember-sourcetopeerDependenciesinaddonblueprint @bertdeblock - #10025 [ENHANCEMENT] Update NPM version constraints @bertdeblock
- #10026 [ENHANCEMENT] Display info message when running the
lint:fixscript post blueprint generation @bertdeblock - #10038 Update
filesizeto v10 @bertdeblock - #10041 [INTERNAL] Remove end year from copyright notice @bertdeblock
- #10049 [ENHANCEMENT] Remove the
config/environment.jsfile from theaddonblueprint @bertdeblock - #10050 [ENHANCEMENT] Remove
vendorfolder fromappblueprint @bertdeblock - #10051 [ENHANCEMENT] Move
ember-try.jsconfig file totests/dummy/config/ember-try.jsfor addons @bertdeblock - #10053 Add support for node ESM addons @hjdivad
- #9824 [RFC 638] Interactive way to create new Ember apps and addons @bertdeblock
- #9972 [ENHANCEMENT] Add support for
--typescriptflag toappandaddonblueprints @simonihmig
Thank you to all who took the time to contribute!
v4.8.1: Release 4.8.1
Blueprint Changes
Changelog
- #10313 [BUGFIX] Do not try to wire up Testem unless a test framework is dete… @NullVoxPopuli
Thank you to all who took the time to contribute!
v4.8.0
Blueprint Changes
Changelog
- #10014 [BUGFIX release] Make sure newly installed addons are discovered when running
ember install@bertdeblock - #9920 [BUGFIX] Make sure a blueprint’s options object and project instance are always available for all public hooks @bertdeblock
- #9945 [ENHANCEMENT/BREAKING] Add Node v18 to
enginesinappandaddonblueprint (removes support for Node v17) @bertdeblock - #9946 [INTERNAL] Unskip
package-info-cachetests @bertdeblock - #9951 Update
js-yamlto v4 @bertdeblock - #9952 Update
walk-syncto v3 @bertdeblock - #9971 Add Ember 4.4 LTS to addon blueprint, remove 3.24 @simonihmig
- #9975 [ENHANCEMENT] Fix
prefer-constlint violations inappandaddonblueprints @bmish - #9987 [BUGFIX] Handle rebuild failures without exiting @bendemboski
- #9988 [BUGFIX] - Address npm-run-all and Yarn 3 conflict & Removed warning @christianarty
Thank you to all who took the time to contribute!
v4.7.0
Blueprint Changes
Changelog
- #10009 [BUGFIX] Handle rebuild failures without exiting @bendemboski
Thank you to all who took the time to contribute!
v4.6.0
Blueprint Changes
Changelog
- #9890 Make sure addons are discovered only once @wagenet
- #9770 Include the addon’s name in the warning when a core command is overridden @davecombs
- #9863 [INTERNAL] Add
.prettierignorefile to Ember CLI repo @bertdeblock - #9872 [INTERNAL] Use native classes for tasks in test suite @bertdeblock
- #9885 [CLEANUP] Remove
ie 11from default targets @bertdeblock - #9898 Remove deprecated
addonJsFilesmethod onaddonmodel @bertdeblock - #9899 Remove deprecated internal
silenterror @bertdeblock - #9900 Remove unused CLI error class @bertdeblock
- #9902 Remove support for
ember-cli-inject-live-reload< v1.10.0 @bertdeblock - #9903 Deprecate
vendor-shimblueprint @bertdeblock - #9904 Update Node compatibility warning @bertdeblock
- #9906 Drop support for Node v12 @bertdeblock
- #9907 Remove ESLint config file from
serverblueprint @bertdeblock - #9908 Remove support for finding an addon by its unscoped name @bertdeblock
- #9909 Deprecate support for
ember-cli-jshint@bertdeblock - #9917 update beta deps @kellyselden
- #9919 Clean up
ember-addonobject in package file when destroying an in-repo addon @bertdeblock - #9935 Update dev changelog script @kellyselden
- #9938 [INTERNAL] Fix internal
sequenceutil @bertdeblock - #9939 Update
fs-extrato v10 @bertdeblock - #9937 [INTERNAL] Remove old
deprecateutility @bertdeblock - #9941 Update
filesizeto v9 @bertdeblock - #9942 Update
isbinaryfileto v5 @bertdeblock - #9944 Add support for Node v18 @ddzz
- #9947 [DOC] Update EOL date for Node v16 in
Node Supportdoc @bertdeblock - #9953 Update
resolve-package-pathto v4 @bertdeblock - #9954 Update
jsdomto v20 @bertdeblock - #9969 update ember source beta @kellyselden
Thank you to all who took the time to contribute!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Branch automerge failure
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
- Branch has one or more failed status checks