Skip to content

Comments

Bump ahmadnassri/action-dependabot-auto-merge from 2.4 to 2.6#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6
Closed

Bump ahmadnassri/action-dependabot-auto-merge from 2.4 to 2.6#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps ahmadnassri/action-dependabot-auto-merge from 2.4 to 2.6.

Release notes

Sourced from ahmadnassri/action-dependabot-auto-merge's releases.

v2.6.0

2.6.0 (2021-10-22)

Features

  • add option to customise bot name (#90) (89c31b6)

Bug Fixes

Docs

v2.5.0

2.5.0 (2021-10-22)

Features

  • support for version constraint prefixes (23d28ea)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from 2.4 to 2.6.
- [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases)
- [Commits](ahmadnassri/action-dependabot-auto-merge@v2.4...v2.6)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-dependabot-auto-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 31, 2022
teoli2003 pushed a commit that referenced this pull request Feb 7, 2022
* Hydrated stub pages with metadata and structure; first drafts of constructor and supportedLocalesOf pages

* Segmenter examples (#4)

* make spanish_segmenter more... modern?

* add example and syntax to Segmenter#resolvedOptions

* add example and syntax to Segmenter#segment

* add information about segment data objects

* Hit the 80-20 point on Intl.Segmenter

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/constructor/index.md

Co-authored-by: Richard Gibson <[email protected]>

* Apply suggestions from code review

Co-authored-by: Richard Gibson <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/constructor/index.md

Co-authored-by: Richard Gibson <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/constructor/index.md

Co-authored-by: Richard Gibson <[email protected]>

* Fixed constructor structure

* Fixed constructor structure

* Apply suggestions from code review

Co-authored-by: Richard Gibson <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/segments/index.md

Co-authored-by: Richard Gibson <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/index.md

Co-authored-by: Richard Gibson <[email protected]>

* Fixed main index link reference

* Fixed code block error

* Wrote the @@iterator page

* Apply suggestions from code review

Co-authored-by: wbamberg <[email protected]>

* Rework tree structure per @Elchi3 comment

* Remove exotic whitespace/gremlin

* Add interactive examples (cf. mdn/interactive-examples#1987)

* Remove jsxref, fix links, normalize tags

* Taking review comments into account, improving examples

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/segment/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/segmenter/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segments/containing/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segments/@@iterator/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segmenter/supportedlocalesof/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/javascript/reference/global_objects/intl/segments/index.md

Co-authored-by: wbamberg <[email protected]>

* Remove interactive example due to Fx missing impl.

* sort methods alphabetically

* Update files/en-us/web/javascript/reference/global_objects/intl/segments/@@iterator/index.md

Co-authored-by: wbamberg <[email protected]>

* Favor const

* improve example while condition

* Update files/en-us/web/javascript/reference/global_objects/intl/segments/containing/index.md

Co-authored-by: wbamberg <[email protected]>

* DLify localeMatcher

* this one needs to be let

Co-authored-by: Ujjwal Sharma <[email protected]>
Co-authored-by: Richard Gibson <[email protected]>
Co-authored-by: Romulo Cintra <[email protected]>
Co-authored-by: wbamberg <[email protected]>
Co-authored-by: julieng <[email protected]>
Co-authored-by: SphinxKnight <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2022

Looks like ahmadnassri/action-dependabot-auto-merge is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 7, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6 branch February 7, 2022 16:24
Josh-Cena added a commit that referenced this pull request Sep 13, 2022
…ike object (part #4) (mdn#19544)

* Avoid classical for if for...of when looping all object of an Array-like object

* Update files/en-us/web/api/btoa/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/btoa/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/canvas_api/tutorial/using_images/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/canvas_api/manipulating_video_using_canvas/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/element/getclientrects/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/document/images/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update files/en-us/web/api/canvasrenderingcontext2d/arcto/index.md

Co-authored-by: rubiesonthesky <[email protected]>

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Revert change (The world is not ready)

* Use for...of for CSSRuleList

* Update index.md

* Update index.md

* Update index.md

* Update index.md

Co-authored-by: rubiesonthesky <[email protected]>
Co-authored-by: Joshua Chen <[email protected]>
teoli2003 pushed a commit that referenced this pull request Apr 6, 2023
* Add reference docs for GPUCompilationInfo and GPUCompilationMessage

* Document GPUDeviceLostInfo, and make fixes for toji comments

* Add ref pages for GPUError and GPU[Internal|OutOfMemory|Validation]Error

* Add ref docs for GPUPipelineError, GPUQuerySet, and GPUUncapturedErrorEvent

* fixes for toji comments

* fix typos, improve language

* Fixing a couple of minor flaws
teoli2003 pushed a commit that referenced this pull request Nov 24, 2023
* Add `cancel` event

https://html.spec.whatwg.org/multipage/indices.html#event-cancel:
Fired at dialog elements when they are canceled by the user (e.g., by pressing the Escape key), or at input elements in the File state when the user does not change their selection

* 📝 Make linter happy

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* 📝 Add an example

* 📝 highlight

* 🐛 typo

* 📝 Move cancel_event to HTMLElement

* 🔥 Removed original HTMLDialogElement/cancel_event

* 📝 Update all links

* 🐛 Sort redirects

* chore: Merge suggestion #1

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #2

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #3

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #4

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion (5)

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion (6)

Co-authored-by: Estelle Weyl <[email protected]>

* Update files/en-us/web/html/element/input/file/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
teoli2003 pushed a commit that referenced this pull request Dec 22, 2023
* chore: clean up intro

* chore: .js

* chore: fix import statements

* chore: small nit

* chore: disambiguate "e" as "event"

* chore: add "at this point" checks

* chore: fix final app.jsx check

* small tweak

* Small tweak

* Small tweak

* chore: suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* chore: clarify form submission section

* chore: add naming convention note

* chore: rewrite state section

* chore: nits

* Small tweak

* Small tweaks to new section

* Small tweaks to updated state section

* chore: apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* chore: clarify ecosystem statement

---------

Co-authored-by: Chris Mills <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants