Skip to content
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

chore(deps): update typescript-projects #12536

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.9.1 -> 9.10.0 age adoption passing confidence
@mapbox/mapbox-gl-rtl-text ^0.2.3 -> ^0.3.0 age adoption passing confidence
@nestjs/cli 10.4.4 -> 10.4.5 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) ^0.49.0 -> ^0.50.0 age adoption passing confidence
@photo-sphere-viewer/core (source) 5.9.0 -> 5.10.0 age adoption passing confidence
@photo-sphere-viewer/equirectangular-video-adapter (source) 5.9.0 -> 5.10.0 age adoption passing confidence
@photo-sphere-viewer/video-plugin (source) 5.9.0 -> 5.10.0 age adoption passing confidence
@playwright/test (source) 1.46.1 -> 1.47.0 age adoption passing confidence
@react-email/components (source) ^0.0.24 -> ^0.0.25 age adoption passing confidence
@sveltejs/kit (source) 2.5.25 -> 2.5.26 age adoption passing confidence
@swc/core (source) 1.7.21 -> 1.7.26 age adoption passing confidence
@testcontainers/postgresql 10.12.0 -> 10.13.1 age adoption passing confidence
@types/pg (source) 8.11.8 -> 8.11.9 age adoption passing confidence
@types/react (source) 18.3.4 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.3.0 -> 8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.3.0 -> 8.5.0 age adoption passing confidence
@vitest/coverage-v8 (source) 2.0.5 -> 2.1.0 age adoption passing confidence
@zoom-image/svelte (source) 0.2.19 -> 0.2.21 age adoption passing confidence
docusaurus-lunr-search (source) 3.4.0 -> 3.5.0 age adoption passing confidence
eslint (source) 9.9.1 -> 9.10.0 age adoption passing confidence
geo-tz 8.0.2 -> 8.1.1 age adoption passing confidence
i18n-iso-countries 7.11.3 -> 7.12.0 age adoption passing confidence
nodemailer (source) 6.9.14 -> 6.9.15 age adoption passing confidence
openid-client 5.6.5 -> 5.7.0 age adoption passing confidence
sql-formatter 15.4.1 -> 15.4.2 age adoption passing confidence
svelte-check 4.0.0 -> 4.0.2 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.11 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.0 age adoption passing confidence
yaml (source) 2.5.0 -> 2.5.1 age adoption passing confidence

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

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:

  • with version 5.10.0 the behaviour does not change but a warning is logged in the console if you use pose angles or sphere correction. You can opt-in to the new behaviour by defining the global property Viewer.useNewAnglesOrder to true.
  • with version 5.11.0 the new behaviour will be the default. You will be able to opt-out by setting Viewer.useNewAnglesOrder to false.
  • with version 5.12.0 the new behaviour will be forced and the global property will be removed.

Thanks @​PanierAvide

Bug fixes
  • #​1400 tooltip placement with scroll
  • #​1419 compass: compatibility with markers
  • #​1416 markers: updating tooltip while displayed
New features
  • #​1411 map/plan: add minimizeOnHotspotClick option
  • !1407 video: support MediaStream source
Other changes
  • #​1412 compatibility with Web Components: some rework has been done to be able to use Photo Sphere Viewer inside Web Components (note: it is not compatible with closed shadow DOM)
microsoft/playwright (@​playwright/test)

v1.47.0

Compare Source

resend/react-email (@​react-email/components)

v0.0.25

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.5.26

Compare Source

Patch Changes
  • fix: exclude service worker directory from tsconfig (#​12196)
swc-project/swc (@​swc/core)

v1.7.26

Compare Source

v1.7.25

Compare Source

Bug Fixes
Features
  • (es/common) Introduce pure Span and BytePos to handle #__PURE__ (#​9539) (f63a481)
Miscellaneous Tasks
  • (bindings/node) Fix type definition (64ec111)

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 be function (#​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

v1.7.22

Compare Source

Bug Fixes
  • (es/minifier) Iterate object properties in reverse direction while inlining property access (#​9507) (f584ef7)
testcontainers/testcontainers-node (@​testcontainers/postgresql)

v10.13.1

Compare Source

Changes

🐛 Bug Fixes

v10.13.0

Compare Source

Changes

🚀 Features

🧹 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
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

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
   🐞 Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added changelog:skip dependencies Pull requests that update a dependency file labels Sep 10, 2024
@renovate renovate bot force-pushed the renovate/typescript-projects branch 3 times, most recently from 3942801 to b404ef4 Compare September 11, 2024 20:29
@renovate renovate bot changed the title fix(deps): update typescript-projects chore(deps): update typescript-projects Sep 11, 2024
@renovate renovate bot force-pushed the renovate/typescript-projects branch 15 times, most recently from 0459404 to 761a655 Compare September 17, 2024 20:35
@renovate renovate bot force-pushed the renovate/typescript-projects branch from 761a655 to 42540ac Compare September 17, 2024 21:18
@jrasm91 jrasm91 enabled auto-merge (squash) September 17, 2024 21:20
@jrasm91 jrasm91 merged commit ab5dd4d into main Sep 17, 2024
37 checks passed
@jrasm91 jrasm91 deleted the renovate/typescript-projects branch September 17, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip dependencies Pull requests that update a dependency file 🖥️web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant