chore(deps): bump @mdn/yari from 0.4.119 to 0.4.734#5
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump @mdn/yari from 0.4.119 to 0.4.734#5dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.119 to 0.4.734. - [Release notes](https://github.com/mdn/yari/releases) - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md) - [Commits](mdn/yari@v0.4.119...v0.4.734) --- updated-dependencies: - dependency-name: "@mdn/yari" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Author
|
Superseded by #6. |
wbamberg
pushed a commit
that referenced
this pull request
Apr 6, 2023
* WebGPU API docs * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * Update files/en-us/web/api/webgpu_api/index.md Co-authored-by: Brandon Jones <[email protected]> * fixes for Kangz and toji comments * A few more fixes after 2nd review round * Updating WebGPU landing page to use new status: experimental front matter * committing small change to make sure CI passes * gpu property, GPU class, GPUCanvasContext class * GPUAdapter, GPUSupportedFeatures, GPUSupportedLimits, GPUAdapterInfo * Add GPUDevice landing page and assorted cleanup * remove directories in wrong places * Progess on GPUDevice pages * Making fixes in light of toji comments * Documenting most of the GPUDevice members * Some fixes for toji comments * Lots more fixes for toji comments! * Add the last few GPUDevice members pages * Last few fixes for toji comments * update texture high-level description * slight correction to interface index * Update bitwise flags information, including adding links to glossary entry and values tables * assorted typo fixes * Typo fixes, language and example improvements * Couple of small updates for consistency with updates in PR #5 * Update details of options that wont be supported in the initial release * update pages to link to dom-examples GPU basic demo pages * Update files/en-us/web/api/gpudevice/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/lost/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createbuffer/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createbindgrouplayout/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createtexture/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/gpudevice/createrenderpipeline/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> --------- Co-authored-by: Brandon Jones <[email protected]> Co-authored-by: Jean-Yves Perrier <[email protected]> Co-authored-by: Florian Scholz <[email protected]>
wbamberg
pushed a commit
that referenced
this pull request
Apr 6, 2023
mdn#25312) * Add ref docs for GPUQueue * add ref docs for GPUCommandbuffer * Add ref docs for GPUCommandEncoder * fix casing * fix casing * some fixes for toji comments * Reference docs for GPUComputePassEncoder * Add ref docs for GPURenderPassEncoder, make other small fixes * Add ref docs for GPURenderBundle * Fixed for latest round of toji comments * Add ref docs for GPURenderBundleEncoder * making fixes for toji comments * more fixes for toji comments * update basic MDN demo links to point to the dom-examples versions * fixing flaws * Fix one last flaw ;-)
wbamberg
pushed a commit
that referenced
this pull request
Dec 21, 2023
* chore: edit 1 * chore: add checkpoint code * chore: edit filterbutton check-in code * Small tweak --------- Co-authored-by: Chris Mills <[email protected]>
Josh-Cena
pushed a commit
that referenced
this pull request
Sep 11, 2024
* Add stroke-* CSS SVG properties * Fix up redirects * SVG stroke review (#5) * Corrected description of number values * Corrected capitalization * Value rearrangement * Typo correction * Formatting cleanup * Tweaks to miterlimit --------- Co-authored-by: Estelle Weyl <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps @mdn/yari from 0.4.119 to 0.4.734.
Commits
0702896Fix EmbedLiveSample when there are subheadings (#4535)66b4adbOnly show Node in compat tables if there is data (#4533)e6bb62bskip empty prose sections (#4532)0a1059ebuild(deps-dev): bump@types/mdastfrom 3.0.7 to 3.0.8 (#4531)c8e3837Add media query to fix missing top margin (#4529)1940c17Add Deno to browser compat data table (#4451)9783744fix callout rendering (#4513)2422b16Replaces all pre-existing h4 tags in notecards with <strong> (#4409)4f4a076upgrade to jsdom 17 (#4526)7166084build(deps-dev): bump@playwright/testfrom 1.13.1 to 1.14.0 (#4523)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 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)