Skip to content

Commit

Permalink
Bump prettier from 3.3.3 to 3.4.2 (#888)
Browse files Browse the repository at this point in the history
* Bump prettier from 3.3.3 to 3.4.2

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <[email protected]>
  • Loading branch information
dependabot[bot] and fb55 authored Dec 23, 2024
1 parent fe0f90f commit 13313b2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ on the [`css-select`](https://github.com/fb55/css-select) library. This library
is a thin wrapper around [`css-select`](https://github.com/fb55/css-select) that
adds support for all of the jQuery positional pseudo-selectors:

- `:first`: Selects the first element in the set of elements.
- `:last`: Selects the last element in the set of elements.
- `:eq(index)`: Selects the element with the specified index.
- `:nth(index)`: Selects the element with the specified index. This
pseudo-class is equivalent to :eq.
- `:gt(index)`: Selects elements with a higher index than the specified value.
- `:lt(index)`: Selects elements with a lower index than the specified value.
- `:even`: Selects even elements, zero-indexed. For example, :even will select
the second, fourth, and sixth elements.
- `:odd`: Selects odd elements, zero-indexed. For example, :odd will select
the first, third, and fifth elements.
- `:not(:positional)`, where `:positional` is any of the above: Excludes
elements that match the specified selector.
- `:first`: Selects the first element in the set of elements.
- `:last`: Selects the last element in the set of elements.
- `:eq(index)`: Selects the element with the specified index.
- `:nth(index)`: Selects the element with the specified index. This pseudo-class
is equivalent to :eq.
- `:gt(index)`: Selects elements with a higher index than the specified value.
- `:lt(index)`: Selects elements with a lower index than the specified value.
- `:even`: Selects even elements, zero-indexed. For example, :even will select
the second, fourth, and sixth elements.
- `:odd`: Selects odd elements, zero-indexed. For example, :odd will select the
first, third, and fifth elements.
- `:not(:positional)`, where `:positional` is any of the above: Excludes
elements that match the specified selector.

## Installation

Expand Down
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-config-prettier": "^9.1.0",
"htmlparser2": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
Expand Down

0 comments on commit 13313b2

Please sign in to comment.