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

Update @astrojs/mdx 1.1.4 → 2.3.1 (major) #405

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 2, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​astrojs/mdx (1.1.4 → 2.3.1) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​astrojs/markdown-remark (indirect, 3.4.0 → 5.1.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​astrojs/prism (indirect, 3.0.0 → 3.1.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​mdx-js/mdx (indirect, 2.3.0 → 3.0.1) · Repo · Changelog

Release Notes

3.0.1

Fix

Types

Site

Full Changelog: 3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

Change (unlikely to affect you)

  • c961af8 Remove useDynamicImport option
  • 9cb26fd @mdx-js/register: remove package
  • 0d1558a @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f92422 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb4 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f307 Add support for passing baseUrl when running
  • 2c511a4 Add support for baseUrl as a URL
  • 1863914 Add deprecation warning for classic runtime
  • a34177c Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9ca Add support for await in MDX
  • 3a7f194 Add tableCellAlignToStyle option, to use align
  • fdfe17b @mdx-js/rollup: add support for Vite development mode
    by @remcohaszing in #2376

Misc

Docs

Site

Full Changelog: 2.3.0...3.0.0

Does any of this look wrong? Please let us know.

↗️ @​types/estree (indirect, 0.0.39 → 1.0.5) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​types/mdx (indirect, 2.0.2 → 2.0.13) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ acorn (indirect, 8.10.0 → 8.11.3) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ astring (indirect, 1.8.3 → 1.8.6) · Repo · Changelog

Release Notes

1.8.6 (from changelog)

Bug Fixes

1.8.5 (from changelog)

Bug Fixes

  • package: add type conditional export (36c0029)
  • incorrect nullish coalescing operator precedence (#694) (ad9ce87)

1.8.4 (from changelog)

Bug Fixes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ estree-util-build-jsx (indirect, 2.2.0 → 3.0.1) · Repo

Release Notes

3.0.1

  • ddf388c Fix to keep directives before import statement

Full Changelog: 3.0.0...3.0.1

3.0.0

Change

  • 211f42d Change to require Node.js 16
    migrate: update too
  • 91e3431 Change to use exports
    migrate: don’t use private APIs
  • 13da6ad Change to yield undefined
    migrate: use the passed tree youself
  • c54dd65 Remove deprecated BuildJsxOptions type
    migrate: use Options
  • 6e422a2 Change to use spread syntax for shallow clones
    by @remcohaszing in #8
    migrate: should be fine

Full Changelog: 2.2.2...3.0.0

2.2.2

Misc

Full Changelog: 2.2.1...2.2.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ estree-util-visit (indirect, 1.2.1 → 2.0.0) · Repo

Release Notes

2.0.0

Change

  • 3808955 Update @types/unist
    migrate: update too
  • d761dc4 Change to require Node.js 16
    migrate: update too
  • 3de2f66 Change to use exports
    migrate: don’t use private APIs
  • 22852b4 Change to pass undefined, not null
    migrate: expect undefined

Full Changelog: 1.2.1...2.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ mdast-util-mdx (indirect, 2.0.0 → 3.0.0) · Repo

Release Notes

3.0.0

Change

  • 52c774b Update @types/mdast, mdast utilities
    migrate: update too
  • a98fd61 Change to require Node.js 16
    migrate: update too
  • 1b57e3d Change to use exports
    migrate: don’t use private APIs

Full Changelog: 2.0.1...3.0.0

2.0.1

Misc

Full Changelog: 2.0.0...2.0.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ mdast-util-mdx-expression (indirect, 1.3.0 → 2.0.0) · Repo

Release Notes

2.0.0

Change

  • dea54b2 e74e68a Update @types/mdast, mdast utilities
    migrate: update too
  • 55c364b Change to require Node.js 16
    migrate: update too
  • e6bf7cd Change to use exports
    migrate: don’t use private APIs
  • be985af Change to expose functions
    migrate: mdxExpressionFromMarkdown -> mdxExpressionFromMarkdown(), mdxExpressionToMarkdown -> mdxExpressionToMarkdown()
  • d38a3e3 Remove complex-types file
    migrate: use main module
  • 86460e1 Remove deprecated MDXFlowExpression, MDXTextExpression types
    migrate: MDXFlowExpression -> MdxFlowExpression, MDXTextExpression -> MdxTextExpression

Full Changelog: 1.3.2...2.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ micromark-extension-mdxjs (indirect, 1.0.0 → 3.0.0) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ remark-mdx (indirect, 2.2.1 → 3.0.1) · Repo · Changelog

Release Notes

3.0.1

Fix

Types

Site

Full Changelog: 3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

Change (unlikely to affect you)

  • c961af8 Remove useDynamicImport option
  • 9cb26fd @mdx-js/register: remove package
  • 0d1558a @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f92422 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb4 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f307 Add support for passing baseUrl when running
  • 2c511a4 Add support for baseUrl as a URL
  • 1863914 Add deprecation warning for classic runtime
  • a34177c Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9ca Add support for await in MDX
  • 3a7f194 Add tableCellAlignToStyle option, to use align
  • fdfe17b @mdx-js/rollup: add support for Vite development mode
    by @remcohaszing in #2376

Misc

Docs

Site

Full Changelog: 2.3.0...3.0.0

2.3.0

Add

Fix

Community

Misc

Full Changelog: 2.2.1...2.3.0

Does any of this look wrong? Please let us know.

↗️ style-to-object (indirect, 0.3.0 → 0.4.4) · Repo · Changelog

Release Notes

0.4.4

0.4.4 (2023-10-15)

Bug Fixes

  • index: export default function and add Comment to index.d.ts (07d7c98)

0.4.3

0.4.3 (2023-10-14)

Build System

  • rollup: generate sourcemap for UMD build (463e4b5)

0.4.2

0.4.2 (2023-08-02)

Bug Fixes

  • do not throw error when loading library as UMD script (24bb01d)

0.4.1

0.4.1 (2023-01-16)

Bug Fixes

  • include types in export (3026691)

0.4.0

0.4.0 (2022-12-03)

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ unist-util-remove-position (indirect, 4.0.1 → 5.0.0) · Repo

Release Notes

5.0.0

Change

  • f18d159 Update @types/unist
    migrate: update too
  • 24ea478 Change to require Node.js 16
    migrate: update too
  • 15b015e Change to use export map
    migrate: don’t use private APIs
  • fa86ae2 Change to yield undefined
    migrate: expect undefined
  • 910f1bb Change to remove force shortcut
    migrate: true -> {force: true}

Full Changelog: 4.0.2...5.0.0

4.0.2

Misc

Full Changelog: 4.0.1...4.0.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​shikijs/core (added, 1.4.0)

🆕 character-entities (added, 2.0.2)

🆕 character-entities-legacy (added, 3.0.0)

🆕 character-reference-invalid (added, 2.0.1)

🆕 collapse-white-space (added, 2.1.0)

🆕 es-module-lexer (added, 1.5.2)

🆕 estree-walker (added, 3.0.3)

🆕 hast-util-from-html (added, 2.0.1)

🆕 hast-util-is-element (added, 3.0.0)

🆕 hast-util-to-jsx-runtime (added, 2.3.0)

🆕 hast-util-to-text (added, 4.0.2)

🆕 is-alphabetical (added, 2.0.1)

🆕 is-alphanumerical (added, 2.0.1)

🆕 is-decimal (added, 2.0.1)

🆕 is-hexadecimal (added, 2.0.1)

🆕 is-reference (added, 3.0.2)

🆕 longest-streak (added, 3.1.0)

🆕 mdast-util-to-markdown (added, 2.1.0)

🆕 micromark (added, 4.0.0)

🆕 parse-entities (added, 4.0.1)

🆕 remark-stringify (added, 11.0.0)

🆕 unist-util-find-after (added, 5.0.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants