chore(deps): update typescript-projects #12536
Merged
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:
9.9.1
->9.10.0
^0.2.3
->^0.3.0
10.4.4
->10.4.5
^0.49.0
->^0.50.0
5.9.0
->5.10.0
5.9.0
->5.10.0
5.9.0
->5.10.0
1.46.1
->1.47.0
^0.0.24
->^0.0.25
2.5.25
->2.5.26
1.7.21
->1.7.26
10.12.0
->10.13.1
8.11.8
->8.11.9
18.3.4
->18.3.5
8.3.0
->8.5.0
8.3.0
->8.5.0
2.0.5
->2.1.0
0.2.19
->0.2.21
3.4.0
->3.5.0
9.9.1
->9.10.0
8.0.2
->8.1.1
7.11.3
->7.12.0
6.9.14
->6.9.15
5.6.5
->5.7.0
15.4.1
->15.4.2
4.0.0
->4.0.2
3.4.10
->3.4.11
5.5.4
->5.6.2
2.0.5
->2.1.0
2.5.0
->2.5.1
Release Notes
eslint/eslint (@eslint/js)
v9.10.0
Compare Source
mapbox/mapbox-gl-rtl-text (@mapbox/mapbox-gl-rtl-text)
v0.3.0
Compare Source
nestjs/nest-cli (@nestjs/cli)
v10.4.5
Compare Source
a734d81
)587e407
)4ccad5c
)d3484bf
)7813682
)b9cdc65
)28913e7
)fa03cba
)89009c4
)769a060
)0f8f78b
)24bfce4
)868adde
)df9264f
)cd54a26
)acc8e4b
)562e818
)dd9be11
)2c1de38
)c1f7432
)de68966
)0c31bb6
)d0f9535
)36b276a
)open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.50.0
Compare Source
mistic100/Photo-Sphere-Viewer (@photo-sphere-viewer/core)
v5.10.0
Compare Source
Full changelog: 5.9.0...5.10.0
Incoming breaking change
After a discussion in #1406 it appeared that the pose angles defined in the XMP embedded data were incorrectly applied, resulting in an incorrect panorama orientation especially with big angles (like an upside down camera). In order to fix it and mitigate the breaking change, a migration path has been planned:
Viewer.useNewAnglesOrder
totrue
.Viewer.useNewAnglesOrder
tofalse
.Thanks @PanierAvide
Bug fixes
New features
minimizeOnHotspotClick
optionOther changes
microsoft/playwright (@playwright/test)
v1.47.0
Compare Source
resend/react-email (@react-email/components)
v0.0.25
Compare Source
Patch Changes
0a40975
]sveltejs/kit (@sveltejs/kit)
v2.5.26
Compare Source
Patch Changes
swc-project/swc (@swc/core)
v1.7.26
Compare Source
v1.7.25
Compare Source
Bug Fixes
(es/codegen) Handle minify number (#9541) (8b1e442)
(es/codegen) Ensure decorators are emitted first in TS paramters (#9545) (47ef38d)
Features
Span
andBytePos
to handle#__PURE__
(#9539) (f63a481)Miscellaneous Tasks
v1.7.24
Compare Source
Bug Fixes
(es/compat) Handle label block in constructor (#9528) (c43dbad)
(es/decorator) Add support for private access expressions in legacy decorators (#9535) (62ed065)
(es/minifier)
typeof
class should befunction
(#9522) (c7fdd6b)(es/minifier) Prevent removing side effects from accessing getter (#9530) (8513816)
(es/typescript) Handle enum in single statement (#9532) (84b0043)
v1.7.23
Compare Source
Bug Fixes
Performance
(es/compat) Reimplement constructor transform (#9519) (4b85a92)
(es/utils) Rewrite inject_after_super (#9496) (c562cfa)
v1.7.22
Compare Source
Bug Fixes
testcontainers/testcontainers-node (@testcontainers/postgresql)
v10.13.1
Compare Source
Changes
🐛 Bug Fixes
v10.13.0
Compare Source
Changes
🚀 Features
autoUpdateExternalUrl
toCloudStorageEmulatorContainer
@alecmev (#825)🧹 Maintenance
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.5.0
Compare Source
🚀 Features
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis
eslint-plugin: [consistent-type-assertions] access parser services lazily
❤️ Thank You
f44da95
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.5.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.4.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.0
Compare Source
This release makes another big change to the Browser Mode by introducing locators API:
You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the
page
object from@vitest/browser/context
.🚀 Features
userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
index
file - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6266 (081cf)expect.getState().testPath
always returns correct path - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6472 (ac698)vitest
and@vitest/*
versions don't match - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6317 (e662c)vitenode
for uncovered files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6044 (da52d)performance.now
instead ofDate.now
for duration - by @LuciNyan in https://github.com/vitest-dev/vitest/issues/6382 (fe489)toMatchInlineSnapshot
updates at the same location - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6332 (1606f)typecheck.include
overlaps withinclude
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6256 (153ff)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.