blog
blog copied to clipboard
chore(deps-dev): bump @astrojs/mdx from 2.3.1 to 3.1.3
Bumps @astrojs/mdx from 2.3.1 to 3.1.3.
Release notes
Sourced from @astrojs/mdx's releases.
@astrojs/mdx@3.1.3Patch Changes
@astrojs/mdx@3.1.2Patch Changes
@astrojs/mdx@3.1.1Patch Changes
- #11263
7d59750Thanks@wackbyte! - Refactor to use Astro's integration logger for logging
@astrojs/mdx@3.1.0Minor Changes
#11144
803dd80Thanks@ematipico! - The integration now exposes a function calledgetContainerRenderer, that can be used inside the Container APIs to load the relative renderer.import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import ReactWrapper from '../src/components/ReactWrapper.astro'; import { loadRenderers } from 'astro:container'; import { getContainerRenderer } from '@astrojs/react';test('ReactWrapper with react renderer', async () => { const renderers = await loadRenderers([getContainerRenderer()]); const container = await AstroContainer.create({ renderers, }); const result = await container.renderToString(ReactWrapper);
expect(result).toContain('Counter'); expect(result).toContain('Count: <!-- -->5'); });
@astrojs/mdx@3.0.1Patch Changes
- #10813
3cc3e2cThanks@Xetera! - Omitting compiler-internal symbol from user components to fix breaking error messages
@astrojs/mdx@3.0.0Major Changes
... (truncated)
Changelog
Sourced from @astrojs/mdx's changelog.
3.1.3
Patch Changes
3.1.2
Patch Changes
3.1.1
Patch Changes
- #11263
7d59750Thanks@wackbyte! - Refactor to use Astro's integration logger for logging3.1.0
Minor Changes
#11144
803dd80Thanks@ematipico! - The integration now exposes a function calledgetContainerRenderer, that can be used inside the Container APIs to load the relative renderer.import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import ReactWrapper from '../src/components/ReactWrapper.astro'; import { loadRenderers } from 'astro:container'; import { getContainerRenderer } from '@astrojs/react';test('ReactWrapper with react renderer', async () => { const renderers = await loadRenderers([getContainerRenderer()]); const container = await AstroContainer.create({ renderers, }); const result = await container.renderToString(ReactWrapper);
expect(result).toContain('Counter'); expect(result).toContain('Count: <!-- -->5'); });
3.0.1
Patch Changes
... (truncated)
Commits
aa05be3[ci] release (#11481)2113a56fix(deps): update all non-major dependencies (#11426)b9e906fRevert "Fix attribute rendering for boolean values (#11369)" (#11408)e60aab9fix(deps): update all non-major dependencies (#11383)e6de11fFix attribute rendering for boolean values (#11369)ce310f8[ci] release (#11297)47e78d4fix(deps): update all non-major dependencies (#11318)83c565b[ci] release (#11233)7d59750chore: logging cleanup (#11263)68f1d0dchore(deps): update all non-major dependencies (#11269)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for sleepy-keller-922c66 ready!
| Name | Link |
|---|---|
| Latest commit | 4525d372f78bc51a64ba10e7cb0336f38b2999d6 |
| Latest deploy log | https://app.netlify.com/sites/sleepy-keller-922c66/deploys/66c34b6d1822e500086f64e4 |
| Deploy Preview | https://deploy-preview-351--sleepy-keller-922c66.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 100 Accessibility: 97 Best Practices: 92 SEO: 93 PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Superseded by #381.
