-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update devDependencies #90
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/devdependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
114825c
to
fe085bd
Compare
fe085bd
to
35039be
Compare
35039be
to
43368b4
Compare
43368b4
to
224a3fc
Compare
224a3fc
to
561e441
Compare
561e441
to
368d4e7
Compare
368d4e7
to
328b123
Compare
616cc47
to
bb5e319
Compare
bb5e319
to
1fb66fc
Compare
85e787a
to
76f1984
Compare
7f19b4b
to
c6d8b5d
Compare
125dfc1
to
e7f2b01
Compare
e7f2b01
to
fb10e60
Compare
fb10e60
to
217e118
Compare
217e118
to
a592c97
Compare
a592c97
to
bd68639
Compare
bd68639
to
79c65ae
Compare
79c65ae
to
70c1c34
Compare
70c1c34
to
4e71838
Compare
4e71838
to
6f284cc
Compare
6f284cc
to
5dd48c2
Compare
5dd48c2
to
781a9ad
Compare
781a9ad
to
2752075
Compare
2752075
to
b060186
Compare
b060186
to
7f5fc57
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.26.9
->7.26.10
7.26.8
->7.27.0
7.26.0
->7.27.0
5.1.0
->5.2.1
4.0.0
->4.1.0
7.1.1
->7.1.4
3.0.9
->3.0.10
2.3.0
->2.4.1
6.2.3
->6.3.0
^0.21.0
->^0.29.0
^0.27.2
->^0.29.0
9.0.1
->9.0.2
6.4.0-alpha.3
->6.4.0-beta.2
9.22.0
->9.23.0
2.0.4
->2.0.5
0.3.8
->0.3.10
^0.13.1
->^0.16.0
4.35.0
->4.39.0
2.4.4
->2.5.0
3.0.8
->3.1.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
babel/babel (@babel/core)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
tsconfig/bases (@tsconfig/ember)
v3.0.10
Compare Source
ember-cli/ember-cli (ember-cli)
v6.3.0
Compare Source
Blueprint Changes
ember new
diffember addon
diffChangelog
--no-ember-data
fixes @Windvis--no-ember-data
fixtures @WindvisoutputPaths
deprecation @bertdeblockember-source
types for v1 addons @bertdeblockcontentFor
types [RFC 1044] @bertdeblockbroccoli-builder
fallback @bertdeblockheimdalljs
deprecation @bertdeblock@glimmer/component
to v2 in blueprints @bertdeblockcontent-tag
to v3 @SergeAstapov--ember-data
/--no-ember-data
flags when creating a new app @NullVoxPopulistaticInvokables
in theapp
blueprint @bertdeblockdeprecate
tests @bertdeblock.gts
files in blueprints @Windvis@ember/test-helpers
to v5.1.0 in blueprints @NullVoxPopuliThank you to all who took the time to contribute!
emberjs/ember.js (ember-source)
v6.4.0-beta.2
Compare Source
v6.4.0-beta.1
Compare Source
Per the rolling support window, following Semantic Versioning for TypeScript Types,
the supported range of TypeScript versions across two Ember LTS releases must
always overlap.
For more examples, see the Stability heading in this blog post.
verbatimModuleSyntax
.{{debugger}}
via upgrade @glimmer/runtime.v6.4.0-alpha.6
Compare Source
v6.4.0-alpha.5
Compare Source
v6.4.0-alpha.4
Compare Source
eslint/eslint (eslint)
v9.23.0
Compare Source
publint/publint (publint)
v0.3.10
Compare Source
Patch Changes
Support custom conditions in
"exports"
that points to raw TS or TSX files. This configuration is common in monorepo setups where packages refer to the raw files among themselves using a custom condition so custom aliasing isn't needed. (b34ea94
)With this support, the
"types"
condition is allowed to come after any exports of the raw TS or TSX files. File existence checks are also disabled for raw TS and TSX files reference as after publish these files may intentionally be not published.v0.3.9
Compare Source
Patch Changes
Support the
formatMessage
utility in the browser. It has a newcolor: 'html'
option to highlight important parts with<strong>
tags instead of ANSI colors. It also has a newreference: boolean
option so the messages are worded in reference of the message location. (e1cfef0
)If
formatMessage
is passed apackage.json
object with missing keys, the message part that references the value will now fallback to"undefined"
instead of completely erroring out. (45962d1
)rollup/rollup (rollup)
v4.39.0
Compare Source
2025-04-02
Features
Bug Fixes
id
property as optional in the filter for theresolveId
hook (#5896)Pull Requests
v4.38.0
Compare Source
2025-03-29
Features
.filter
option inresolveId
,load
andtransform
hooks (#5882)Pull Requests
v4.37.0
Compare Source
2025-03-23
Features
export
keyword (#5871)Bug Fixes
Pull Requests
v4.36.0
Compare Source
2025-03-17
Features
renderDynamicImport
hook to provide information about static dependencies of the imported module (#5870)Bug Fixes
Pull Requests
vercel/turborepo (turbo)
v2.5.0
Compare Source
vitest-dev/vitest (vitest)
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7463 (63949)--silent=passed-only
to log failed tasks only - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7530 (f9e1c)test.scoped
to overridetest.extend
fixtures per-suite - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7233 (e5851)context.skip(boolean)
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7659 (6adec)🐞 Bug Fixes
diff.expand: false
as default - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7697 (f3420)--hideSkippedTests
should hide suites too - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7695 (ba9b5)🏎 Performance
View changes on GitHub
v3.0.9
Compare Source
🐞 Bug Fixes
ctx.skip()
asnever
- by @sirlancelot in https://github.com/vitest-dev/vitest/issues/7608 (09f35)resolveConfig
API - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7623 (db14a)toHaveBeenCalledWith(asymmetricMatcher)
withundefined
arguments - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7624 (0fb21)getState().testPath
during collection with no isolation - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7640 (3fb3f)coverage.all
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7597 (422ba)buildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7652 (29f5a)removeEventListener
is bound to worker - by @joelgallant in https://github.com/vitest-dev/vitest/issues/7631 (ff42b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.