Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps prettier from 3.5.1 to 3.5.2.

Release notes

Sourced from prettier's releases.

3.5.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

Commits
  • 399f427 Release 3.5.2
  • bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
  • c98acab Replace execa with nano-spawn in release script (#17129)
  • 4460a4e chore(deps): update eslint related dependencies (#17162)
  • f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
  • e2624b6 Enforce dependency version be pinned in all packages (#17161)
  • 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
  • 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
  • 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
  • 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@dependabot dependabot bot requested a review from lumirlumir as a code owner February 24, 2025 01:23
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 24, 2025
@github-actions github-actions bot added 🏷️ scope: deps-dev Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes labels Feb 24, 2025
@github-actions
Copy link

Labels have been automatically applied based on the Conventional Commits specification.🏷️

@codecov
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.54%. Comparing base (8328990) to head (dba2644).
Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files           4        4           
  Lines         275      275           
=======================================
  Hits          271      271           
  Misses          4        4           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8328990...dba2644. Read the comment docs.

@lumirlumir lumirlumir enabled auto-merge (squash) February 24, 2025 08:13
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.1...3.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-prettier-3.5.2 branch from 50d7e81 to dba2644 Compare February 24, 2025 08:14
@lumirlumir lumirlumir merged commit 54f6d96 into main Feb 24, 2025
4 checks passed
@lumirlumir lumirlumir deleted the dependabot-npm_and_yarn-prettier-3.5.2 branch February 24, 2025 08:15
lumirlumir added a commit that referenced this pull request Mar 18, 2025
…ch`) (#200)

## Release Information: `v1.0.9`

New release of `lumirlumir/npm-textlint-rule-allowed-uris` has arrived!
:tada:

This PR bumps the package versions from `v1.0.8` to `v1.0.9` (`patch`).

See
[Actions](https://github.com/lumirlumir/npm-textlint-rule-allowed-uris/actions/runs/13927306027)
for more details.

| Info        | Value                      |
| ----------- | -------------------------- |
| Repository  | `lumirlumir/npm-textlint-rule-allowed-uris` |
| SEMVER      | `patch`     |
| Pre ID      | `canary`      |
| Short SHA   | f11ce22       |
| Old Version | `v1.0.8`  |
| New Version | `v1.0.9`  |

<!-- Release notes generated using configuration in .github/release.yml
at main -->

## What's Changed
### 🧰 Chores
* chore(sync-server): update `dependabot.yml` by @lumirlumir in
#167
* chore(*): add `provenance` to `publishConfig` in `package.json` by
@lumirlumir in
#169
* chore(sync-server): update `publish.yml` and `.prettierignore` by
@lumirlumir in
#171
* chore(sync-server): update `.editorconfig` `max_line_length` to
`100000` by @lumirlumir in
#181
* chore(sync-server): update `.markdownlint.json` by @lumirlumir in
#186
* chore(*): install `textlint` as deps-dev and delete unnecessary files
by @lumirlumir in
#190
* chore(*): drop `mocha` and replace it with node built-in test runner
by @lumirlumir in
#192
* chore(*): create `CONTRIBUTING.md` and update ESLint config file by
@lumirlumir in
#194
* chore(*): add textlint configuration and integrate with lint-staged by
@lumirlumir in
#197
### 🔄 Continuous Integrations
* ci(sync-server): add permissions to read contents in `lint.yml` and
`test.yml` workflows by @lumirlumir in
#179
* ci(sync-server): add permissions to `pull-request.yml` and
`sync-client.yml` by @lumirlumir in
#180
* ci(*): drop `bump.yml` and create `version-multirepo.yml` by
@lumirlumir in
#198
* ci(*): create `release.yml` by @lumirlumir in
#199
### 📝 Documentation
* docs(*): create `SECURITY.md` by @lumirlumir in
#193
* docs(*): update `README.md` and `config.yml` by @lumirlumir in
#195
### ♻️ Code Refactoring
* refactor(*): update module imports to use `node:` prefix for
consistency by @lumirlumir in
#173
* refactor(*): create `src/types.js` by @lumirlumir in
#174
* refactor(*): rename `src/types.js` to `src/types/index.js` by
@lumirlumir in
#175
* refactor(*): restructure `theme` utilities and update usage in files
by @lumirlumir in
#176
* refactor(*): rename and refactor `UriTypes` class by @lumirlumir in
#177
* refactor(*): restructure directories and update comments by
@lumirlumir in
#191
### ⬆️ Dependency Updates
* chore(deps-dev): bump eslint from 9.20.1 to 9.21.0 by @dependabot in
#165
* chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot in
#166
* chore(deps): bump axios from 1.7.9 to 1.8.1 by @dependabot in
#168
* chore(deps): bump undici from 6.19.7 to 6.21.1 in the npm_and_yarn
group across 1 directory by @dependabot in
#170
* chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot in
#172
* chore(deps-dev): bump eslint from 9.21.0 to 9.22.0 by @dependabot in
#182
* chore(deps): bump axios from 1.8.1 to 1.8.2 by @dependabot in
#183
* chore(deps-dev): bump @babel/core from 7.26.9 to 7.26.10 in the babel
group across 1 directory by @dependabot in
#184
* chore(deps-dev): bump textlint-tester from 14.4.2 to 14.5.0 by
@dependabot in
#185
* chore(deps-dev): bump eslint-config-bananass from 0.0.5 to 0.0.6 in
the bananass group across 1 directory by @dependabot in
#187
* chore(deps): bump axios from 1.8.2 to 1.8.3 by @dependabot in
#188
* chore(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot
in #189


**Full Changelog**:
v1.0.8...v1.0.9
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 javascript Pull requests that update Javascript code 🏷️ scope: deps-dev Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: chore Auto-generated label based on Conventional Commits specification for GitHub release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants