Skip to content

chore(deps): update dependencies (non-major)#79

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies-(non-major)
Open

chore(deps): update dependencies (non-major)#79
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@emotion/react (source) ^11.13.0^11.14.0 age confidence
@emotion/styled (source) ^11.13.0^11.14.1 age confidence
@remirror/pm (source) ^3.0.0^3.0.1 age confidence
@remirror/react (source) ^3.0.0^3.0.3 age confidence
@remirror/react-ui (source) ^1.0.0^1.0.3 age confidence
@swc/core (source) ^1.7.4^1.15.24 age confidence
@swc/jest (source) ^0.2.36^0.2.39 age confidence
@types/jest (source) ^29.5.12^29.5.14 age confidence
@types/node (source) ^20.14.13^20.19.39 age confidence
@types/react (source) ^18.3.3^18.3.28 age confidence
@types/react-dom (source) ^18.3.0^18.3.7 age confidence
@vitejs/plugin-react (source) ^4.3.1^4.7.0 age confidence
eslint (source) ^8.57.0^8.57.1 age confidence
eslint-config-next (source) ^14.2.5^14.2.35 age confidence
jest-remirror (source) ^3.0.0^3.0.3 age confidence
remirror (source) ^3.0.0^3.0.3 age confidence
ts-jest (source) ^29.2.3^29.4.9 age confidence
typescript (source) ^5.5.4^5.9.3 age confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

v11.13.3

Compare Source

Patch Changes
remirror/remirror (@​remirror/pm)

v3.0.1

Compare Source

2025-04-24

Patch Changes
  • 98710d9: Update ProseMirror dependencies.
remirror/remirror (@​remirror/react)

v3.0.3

Compare Source

2025-08-02

Patch Changes

v3.0.2

Compare Source

2025-04-24

Patch Changes

v3.0.1

Compare Source

2024-08-01

Patch Changes
remirror/remirror (@​remirror/react-ui)

v1.0.3

2025-08-02

Patch Changes

v1.0.2

2025-04-24

Patch Changes

v1.0.1

2024-08-01

Patch Changes
swc-project/swc (@​swc/core)

v1.15.24

Compare Source

Bug Fixes
Features
  • (es/minifier) Remove useless arguments for non inlined callee (#​11645) (bab249e)

  • (react-compiler) Advance SWC parity for upstream fixtures (#​11724) (468da70)

  • (react-compiler) Tighten core validation parity for upstream fixtures (#​11734) (7e2cf8d)

  • (react-compiler) Improve SWC parity for early-return and hooks validation (#​11738) (4739c58)

  • (react-compiler) M1 memo validators + lint gating alignment (#​11739) (7e1ad26)

  • (react-compiler) Improve Stage A diagnostic parity and validation aggregation (#​11745) (0e2075e)

  • (react-compiler) Continue swc parity for dependency handling (#​11747) (83688c8)

Refactor
Ci

v1.15.21

Compare Source

Bug Fixes
Documentation
Features
Performance
Refactor
Testing
Ci

v1.15.18

Compare Source

Bug Fixes
Documentation
Features
Ci

v1.15.17

Compare Source

Documentation
Features

v1.15.13

Compare Source

Bug Fixes
  • (errors) Avoid panic on invalid diagnostic spans (#​11561) (b24b8e0)

  • (es/helpers) Fix _object_without_properties crash on primitive values (#​11571) (4f35904)

  • (es/jsx) Preserve whitespace before HTML entities (#​11521) (64be077)

  • (es/minifier) Do not merge if statements with different local variable values (#​11518) (3e63627)

  • (es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#​11529) (ff6cf88)

  • (es/minifier) Inline before merge if (#​11526) (aa5a9ac)

  • (es/minifier) Preserve array join("") nullish semantics (#​11558) (d477f61)

  • (es/minifier) Inline side-effect-free default params (#​11564) (1babda7)

  • (es/parser) Fix generic arrow function in TSX mode (#​11549) (366a16b)

  • (es/react) Preserve first-line leading whitespace with entities (#​11568) (fc62617)

  • (es/regexp) Transpile unicode property escapes in RegExp constructor (#​11554) (476d544)

Documentation
Features
Refactor
  • (es/parser) Compare token kind rather than strings (#​11531) (5872ffa)

  • (es/typescript) Run typescript transform in two passes (#​11532) (b069558)

  • (es/typescript) Precompute namespace import-equals usage in semantic pass (#​11534) (b7e87c7)

Testing
Ci

v1.15.11

Compare Source

Bug Fixes
  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#​11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#​11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#​11473) (9113fff)

  • (es/es3) Remove duplicate code (#​11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#​11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#​11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#​11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#​11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#​11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#​11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#​11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#​11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#​11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#​11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#​11456) (e25a2c8)

  • (es/testing) Skip update when expected output has invalid code (#​11469) (2be6b8a)

  • (es/typescript) Don't mark enums with opaque members as pure (#​11452) (b713fae)

  • (preset-env) Distinguish unknown browser vs empty config (#​11457) ([1310


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Sep 1, 2024

⚠️ No Changeset found

Latest commit: 075e3dd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from f96deb4 to 8068bcc Compare September 8, 2024 07:08
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 8 times, most recently from 9224d36 to fe08ba6 Compare September 16, 2024 09:42
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from 57657b9 to 6cb7467 Compare September 20, 2024 17:08
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 8 times, most recently from c095dd9 to 9befef2 Compare September 27, 2024 16:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from aa78fdd to be3a2f6 Compare October 26, 2024 13:17
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from d42f0b1 to 2178245 Compare November 4, 2024 04:35
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from 40004da to 8b53b3a Compare November 11, 2024 11:00
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from dc89445 to bd498d5 Compare November 20, 2024 09:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from e1b93fb to ee4db4d Compare November 28, 2024 07:09
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 0587084 to e932560 Compare December 4, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants