Skip to content

Bump @babel/eslint-parser from 7.26.5 to 7.27.1 #153

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

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


Unchanged files with check annotations Beta

results.css = [];
$('style').each((index, element) => {

Check warning on line 65 in packages/style-data/index.js

GitHub Actions / Node.js 20

Arrow function has a complexity of 7. Maximum allowed is 5

Check warning on line 65 in packages/style-data/index.js

GitHub Actions / Node.js 18

Arrow function has a complexity of 7. Maximum allowed is 5

Check warning on line 65 in packages/style-data/index.js

GitHub Actions / Node.js 18

Arrow function has a complexity of 7. Maximum allowed is 5

Check warning on line 65 in packages/style-data/index.js

GitHub Actions / Node.js 20

Arrow function has a complexity of 7. Maximum allowed is 5
let mediaQueries;
// if data-embed property exists, skip inlining and removing
queryString.push(`${os.EOL}@media ${queryMedia} {`);
cssRules.forEach(rule => {

Check warning on line 37 in packages/mediaquery-text/index.js

GitHub Actions / Node.js 20

Arrow function has a complexity of 6. Maximum allowed is 5

Check warning on line 37 in packages/mediaquery-text/index.js

GitHub Actions / Node.js 18

Arrow function has a complexity of 6. Maximum allowed is 5

Check warning on line 37 in packages/mediaquery-text/index.js

GitHub Actions / Node.js 18

Arrow function has a complexity of 6. Maximum allowed is 5

Check warning on line 37 in packages/mediaquery-text/index.js

GitHub Actions / Node.js 20

Arrow function has a complexity of 6. Maximum allowed is 5
if (rule.type === cssom.CSSStyleRule.prototype.type || rule.type === CSSFontFaceRule.prototype.type) {
queryString.push(` ${rule.type === cssom.CSSStyleRule.prototype.type ? rule.selectorText : '@font-face'} {`);
* @param {String} selectorText from cssom
* @api public
*/
function extract(selectorText) {

Check warning on line 10 in packages/css-rules/index.js

GitHub Actions / Node.js 20

Function 'extract' has a complexity of 13. Maximum allowed is 5

Check warning on line 10 in packages/css-rules/index.js

GitHub Actions / Node.js 18

Function 'extract' has a complexity of 13. Maximum allowed is 5

Check warning on line 10 in packages/css-rules/index.js

GitHub Actions / Node.js 18

Function 'extract' has a complexity of 13. Maximum allowed is 5

Check warning on line 10 in packages/css-rules/index.js

GitHub Actions / Node.js 20

Function 'extract' has a complexity of 13. Maximum allowed is 5
let attr = 0;
const sels = [];
let sel = '';