-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump prettier from 3.3.0 to 3.4.1 (#1895)
* chore(deps-dev): bump prettier from 3.3.0 to 3.4.1 Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.0...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * remove prettier warnings --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Ah-Kang <[email protected]>
- Loading branch information
1 parent
2289eac
commit 3d89a75
Showing
4 changed files
with
134 additions
and
134 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ _Specberus_ is expected to replace the [current pubrules tool](https://www.w3.or | |
|
||
-- | ||
|
||
- Complex maintenance. | ||
- XSLT is not flexible enough. | ||
- There is no clear separation between the documentation (_human-readable publication rules_) and the automatic checker (_the software_). | ||
- Difficult to integrate within the broader publication workflow. | ||
- Complex maintenance. | ||
- XSLT is not flexible enough. | ||
- There is no clear separation between the documentation (_human-readable publication rules_) and the automatic checker (_the software_). | ||
- Difficult to integrate within the broader publication workflow. | ||
|
||
--- | ||
|
||
|
@@ -140,55 +140,55 @@ Using [Jenkins](https://jenkins-ci.org/). | |
|
||
`# apt-get install`: | ||
|
||
- [`nodejs`](https://nodejs.org/) | ||
- [`npm`](https://github.com/isaacs/npm) | ||
- [`nodejs`](https://nodejs.org/) | ||
- [`npm`](https://github.com/isaacs/npm) | ||
|
||
-- | ||
|
||
`$ npm install` | ||
(but you can do `npm install -d` instead to install all at once): | ||
|
||
- [`express`](https://www.npmjs.org/package/express) (web framework) | ||
- [`express-rest`](https://www.npmjs.org/package/express-rest) (REST server framework) | ||
- [`socket.io`](https://www.npmjs.org/package/socket.io) (realtime application server and client) | ||
- [`safe-url-input-checker`](https://www.npmjs.org/package/safe-url-input-checker) (URL checker) | ||
- [`superagent`](https://www.npmjs.org/package/superagent) (HTTP request library) | ||
- [`whacko`](https://www.npmjs.org/package/whacko) (HTML parser) | ||
- [`express`](https://www.npmjs.org/package/express) (web framework) | ||
- [`express-rest`](https://www.npmjs.org/package/express-rest) (REST server framework) | ||
- [`socket.io`](https://www.npmjs.org/package/socket.io) (realtime application server and client) | ||
- [`safe-url-input-checker`](https://www.npmjs.org/package/safe-url-input-checker) (URL checker) | ||
- [`superagent`](https://www.npmjs.org/package/superagent) (HTTP request library) | ||
- [`whacko`](https://www.npmjs.org/package/whacko) (HTML parser) | ||
|
||
--- | ||
|
||
# How: dependencies for debugging | ||
|
||
Necessary for development, testing and debugging: | ||
|
||
- [`mocha`](https://www.npmjs.org/package/mocha) (JavaScript test framework) | ||
- [`expect.js`](https://www.npmjs.org/package/expect.js) (assertion library) | ||
- [`mocha`](https://www.npmjs.org/package/mocha) (JavaScript test framework) | ||
- [`expect.js`](https://www.npmjs.org/package/expect.js) (assertion library) | ||
|
||
-- | ||
|
||
Nice to have for debugging: | ||
|
||
- [`node-debug`](https://www.npmjs.org/package/debug) | ||
- [`node-debug`](https://www.npmjs.org/package/debug) | ||
|
||
--- | ||
|
||
# How Specberus has improved recently | ||
|
||
`0.3.3` → `0.4.0` | ||
|
||
- Recursive validation of compound documents. | ||
- Better heuristics to detect and check dates, WG's, etc. | ||
- Better output, more detailed feedback to the user: | ||
- Colour-coding error/warning messages. | ||
- Informative messages can be displayed, too. | ||
- Ability to include markup in the output, eg hyperlinks. | ||
- Added a _summary of results_, with internal links. | ||
- Implemented a few new rules. | ||
- Some enhancements related to usability and design. | ||
- Extended the suite of tests (there are 63 individual tests now). | ||
- Bug-fixing. | ||
- Deployed on a dedicated _Node.js_ server. | ||
- Exposing a REST API to enable integration within the broader publication workflow [WIP]. | ||
- Recursive validation of compound documents. | ||
- Better heuristics to detect and check dates, WG's, etc. | ||
- Better output, more detailed feedback to the user: | ||
- Colour-coding error/warning messages. | ||
- Informative messages can be displayed, too. | ||
- Ability to include markup in the output, eg hyperlinks. | ||
- Added a _summary of results_, with internal links. | ||
- Implemented a few new rules. | ||
- Some enhancements related to usability and design. | ||
- Extended the suite of tests (there are 63 individual tests now). | ||
- Bug-fixing. | ||
- Deployed on a dedicated _Node.js_ server. | ||
- Exposing a REST API to enable integration within the broader publication workflow [WIP]. | ||
|
||
--- | ||
|
||
|
@@ -212,8 +212,8 @@ Nice to have for debugging: | |
|
||
You are encouraged to try this new checker, and especially to submit bug reports and suggestions. | ||
|
||
- General feedback about the publication workflow: [`[email protected]`]([email protected]) | ||
- Specific bugs or ideas about the pubrules checker: [`https://github.com/w3c/specberus/issues`](https://github.com/w3c/specberus/issues) | ||
- General feedback about the publication workflow: [`[email protected]`]([email protected]) | ||
- Specific bugs or ideas about the pubrules checker: [`https://github.com/w3c/specberus/issues`](https://github.com/w3c/specberus/issues) | ||
|
||
--- | ||
|
||
|
@@ -231,15 +231,15 @@ The `#pubrules` channel on [irc.w3.org](https://irc.w3.org/) is a good place if | |
|
||
## Deployments for testing | ||
|
||
- Up to `v0.3.3-1`: [`https://pubrules.jit.su/`](https://pubrules.jit.su/). | ||
- From: `V0.4.0` onwards: [`https://www.w3.org/2014/10/pubrules/`](https://www.w3.org/2014/10/pubrules). | ||
- Up to `v0.3.3-1`: [`https://pubrules.jit.su/`](https://pubrules.jit.su/). | ||
- From: `V0.4.0` onwards: [`https://www.w3.org/2014/10/pubrules/`](https://www.w3.org/2014/10/pubrules). | ||
|
||
--- | ||
|
||
# Who | ||
|
||
- [Robin](https://github.com/darobin). | ||
- [Denis](https://github.com/deniak). | ||
- [Guillaume](https://github.com/guibbs). | ||
- [Antonio](https://github.com/tripu). | ||
- You!? | ||
- [Robin](https://github.com/darobin). | ||
- [Denis](https://github.com/deniak). | ||
- [Guillaume](https://github.com/guibbs). | ||
- [Antonio](https://github.com/tripu). | ||
- You!? |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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