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-prettier
fromapp
blueprint @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:npm
command @bertdeblock -
#10122 [ENHANCEMENT] Add Stylelint setup to
app
andaddon
blueprints [RFC 814] @bmish -
#10142 [ENHANCEMENT] Update ESLint to v8 in
app
andaddon
blueprints @bertdeblock -
#10157 [ENHANCEMENT] Exclude
ember-cli-terser
when generating apps using the--embroider
option @bertdeblock -
#10159 [ENHANCEMENT] Exclude
ember-cli-sri
when generating apps using the--embroider
option @bertdeblock - #10161 [ENHANCEMENT] Remove NPM version checking @bertdeblock
- #10166 [INTERNAL] Remove unused dependencies @bertdeblock
-
#10169 [ENHANCEMENT] Remove
app.import
comment inapp
blueprint @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.json
andpackage.json
files inaddon
blueprint @bertdeblock -
#10180 [ENHANCEMENT] Update
ember-welcome-page
to v7 inapp
blueprint @ijlee2 -
#10188 [ENHANCEMENT] Update ESLint parser
ecmaVersion
tolatest
inapp
blueprint @elwayman02 -
#10189 [ENHANCEMENT] Add v4.8 LTS to
addon
blueprint - Remove v3.28 LTS andember-classic
scenario @bertdeblock -
#10192 [BUGFIX] The
addon
command 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-terminal
to v0.4.0 (resolvemarkdown-it
vulnerability) @bertdeblock -
#10109 [RFC 811] Add
ember-modifier
dependency to app blueprint @SergeAstapov -
#10110 [RFC 812] Add
tracked-built-ins
dependency 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
app
andaddon
blueprints @Windvis -
#10060 [ENHANCEMENT] Replace
eslint-plugin-node
witheslint-plugin-n
in blueprints @Windvis -
#10062 [ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for
.js
and.ts
files @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
Watcher
instance when runningember test --serve
@bertdeblock
Thank you to all who took the time to contribute!
v4.9.0
Blueprint Changes
Changelog
-
#10015 Update
glob
to v8 @bertdeblock -
#10016 Fix indentation in
.ember-cli
file inapp
blueprint @bertdeblock -
#10017 [ENHANCEMENT] Disable prototype extensions by default in
app
blueprint @bertdeblock - #10018 Trap unhandled failures @ef4
-
#10020 [INTERNAL] Fix typos in
serve
command test @bertdeblock -
#10021 [CLEANUP] Drop support for using
usePods: true
and the--pod
flag simultaneously @bertdeblock -
#10022 [ENHANCEMENT] Use
concurrently
instead ofnpm-run-all
inapp
blueprint @bertdeblock -
#10024 [ENHANCEMENT] Add
ember-source
topeerDependencies
inaddon
blueprint @bertdeblock - #10025 [ENHANCEMENT] Update NPM version constraints @bertdeblock
-
#10026 [ENHANCEMENT] Display info message when running the
lint:fix
script post blueprint generation @bertdeblock -
#10038 Update
filesize
to v10 @bertdeblock - #10041 [INTERNAL] Remove end year from copyright notice @bertdeblock
-
#10049 [ENHANCEMENT] Remove the
config/environment.js
file from theaddon
blueprint @bertdeblock -
#10050 [ENHANCEMENT] Remove
vendor
folder fromapp
blueprint @bertdeblock -
#10051 [ENHANCEMENT] Move
ember-try.js
config file totests/dummy/config/ember-try.js
for 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
--typescript
flag toapp
andaddon
blueprints @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
engines
inapp
andaddon
blueprint (removes support for Node v17) @bertdeblock -
#9946 [INTERNAL] Unskip
package-info-cache
tests @bertdeblock -
#9951 Update
js-yaml
to v4 @bertdeblock -
#9952 Update
walk-sync
to v3 @bertdeblock - #9971 Add Ember 4.4 LTS to addon blueprint, remove 3.24 @simonihmig
-
#9975 [ENHANCEMENT] Fix
prefer-const
lint violations inapp
andaddon
blueprints @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
.prettierignore
file to Ember CLI repo @bertdeblock - #9872 [INTERNAL] Use native classes for tasks in test suite @bertdeblock
-
#9885 [CLEANUP] Remove
ie 11
from default targets @bertdeblock -
#9898 Remove deprecated
addonJsFiles
method onaddon
model @bertdeblock -
#9899 Remove deprecated internal
silent
error @bertdeblock - #9900 Remove unused CLI error class @bertdeblock
-
#9902 Remove support for
ember-cli-inject-live-reload
< v1.10.0 @bertdeblock -
#9903 Deprecate
vendor-shim
blueprint @bertdeblock - #9904 Update Node compatibility warning @bertdeblock
- #9906 Drop support for Node v12 @bertdeblock
-
#9907 Remove ESLint config file from
server
blueprint @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-addon
object in package file when destroying an in-repo addon @bertdeblock - #9935 Update dev changelog script @kellyselden
-
#9938 [INTERNAL] Fix internal
sequence
util @bertdeblock -
#9939 Update
fs-extra
to v10 @bertdeblock -
#9937 [INTERNAL] Remove old
deprecate
utility @bertdeblock -
#9941 Update
filesize
to v9 @bertdeblock -
#9942 Update
isbinaryfile
to v5 @bertdeblock - #9944 Add support for Node v18 @ddzz
-
#9947 [DOC] Update EOL date for Node v16 in
Node Support
doc @bertdeblock -
#9953 Update
resolve-package-path
to v4 @bertdeblock -
#9954 Update
jsdom
to 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.