Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5881

Closed

Conversation

Benteth
Copy link

@Benteth Benteth commented Jul 2, 2024

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

vidorteg and others added 30 commits March 2, 2023 11:21
Fixes create-hint package which was throwing an exception when creating the hint folder. This was due some latency between the creation of the folder and copying/writing the files on it.

Close:  webhintio#5420
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.9 to 18.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close: webhintio#5444
Bumps [acorn](https://github.com/acornjs/acorn) from 8.8.1 to 8.8.2.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@8.8.1...8.8.2)

---
updated-dependencies:
- dependency-name: acorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5445
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.5 to 19.0.7.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v19.0.5...v19.0.7)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5446
Bumps [npm-registry-fetch](https://github.com/npm/npm-registry-fetch) from 13.3.0 to 14.0.3.
- [Release notes](https://github.com/npm/npm-registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md)
- [Commits](npm/npm-registry-fetch@v13.3.0...v14.0.3)

---
updated-dependencies:
- dependency-name: npm-registry-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5447
Bumps [metaviewport-parser](https://github.com/dontcallmedom/metaviewport-parser) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/dontcallmedom/metaviewport-parser/releases)
- [Commits](https://github.com/dontcallmedom/metaviewport-parser/commits)

---
updated-dependencies:
- dependency-name: metaviewport-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5439
Bumps [@types/har-format](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/har-format) from 1.2.8 to 1.2.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/har-format)

---
updated-dependencies:
- dependency-name: "@types/har-format"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5437
Fixing an issue between the latest version of glob (8) and windows paths. Starting on V8 glob only support forward paths, which path.resolve was failing to return. Fix was to replace the characters and standardize the path.

Close: webhintio#5455
A dependency in hint/fix-no-vulnerable-javascript-libraries changed URL and was timing out, I had to point to a more recent url.

Close webhintio#5458
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Fix webhintio#2589
Close webhintio#5456
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.72.1...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close webhintio#5457
Understanding what rendering pipeline operations will be triggered by changes
on specific CSS properties can prevent users from introducing unintentional
performance hits. This new hint let the developers know if changes to a specific CSS property will trigger
changes on the Layout, Composite or Paint rendering pipeline.
---

Close webhintio#5453
Adds detect-css-reflows as part of the default configuration for development and web development
Remove IE 7/8 note (no longer relevant
---
Close webhintio#5467
Renaming some instances of detect-css-reflows to hint-detect-css-reflows to match the rest of the reflow hints.
Close  webhintio#5473
- Changing the way CSSReflow.json is loaded in favor of require instead of loading the loadJSONFile
- Passing codeSnippet to the returned hint
- Rising the size limit on some packages as they are on the limit of size which can case issues with updates.

----
Close webhintio#5476
Some of the meta files and docs had the incorrect prefix hint- in the name, although this is correct
in some parts of the code, others do not expect it to be in that format like utils-worker so I'm renaming them

Close webhintio#5479
Makes parser-css less noisy for regular users by changing the logger to debug only. Also adapts the error message to something more meaningful.

Close webhintio#5480
dependabot bot and others added 20 commits March 15, 2024 10:38
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.19.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.17...3.9.19)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
---
Close: webhintio#5566
Seems like this was a bit outdated hint does not run on node 12

```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.9', npm: '8.5.1' }
npm WARN EBADENGINE }
```

Close: webhintio#5742
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.8.6 to 7.24.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
---
Close webhintio#5747
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.3.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
---
Close: webhintio#5748
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close: webhintio#5746
Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.183 to 0.0.242.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Close: webhintio#5684
…d with value

* Make stale-while-revalidate a directive with value

* stale-if-error can also have a value
---
Close: webhintio#5718
Increase the size-limit after updating some dependencies
---
Close: webhintio#5749
Adding `vm-browserify` as part of the dependencies.
---
Close: webhintio#5750
Fixing an issue where the prebuild step in hint-axe package required a package utils-type which might not be built yet. Also disables a failing test to unblock the pipeline.
---
Close: webhintio#5753
Fix: webhintio#5696
…te name 'Context' (webhintio#5752)

Fixing "...emit for this file requires using private name 'Context'", caused by the inclusion of VM polyfill. Switching it off instead.
Disables markdown-link-validator as part of the lint:md step.

Close: webhintio#5755
Updates mdn-data to latest version 2.6.1 and @mdn/browser-compat-data to 5.5.23. It also updates the test and dependencies to be able to work with this latest update.
---
Close webhintio#5834
Close webhintio#5824
Bringing Browserlist to version 4.23.0 and caniuse-lite to version 1.0.30001614
---
Close: webhintio#5851
Copy link

CLA Not Signed

@Benteth Benteth changed the base branch from main to 3rd-party-bot/run-4309772452-66 August 18, 2024 03:29
@Benteth
Copy link
Author

Benteth commented Aug 18, 2024

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.

  • Added/Updated related tests.

Short description of the change(s)

@captainbrosset
Copy link
Contributor

Closing this PR as I don't understand what it does and seems to be incorrect.

@@ -23,7 23,7 @@ before contributing.

<!-- Link labels -->

[cla]: https://cla.js.foundation/webhintio/hint
[cla]: https://openjsf.org/cla
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[cla]: https://openjsf.org/cla
[cla]: https://openjsf.org/cla

Copy link
Author

@Benteth Benteth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants