Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/checkout action major v3 -> v5 age confidence
actions/setup-node action major v3 -> v5 v6 age confidence
chai (source) devDependencies major 4.3.4 -> 6.2.0 age confidence
eslint (source) devDependencies major 7.32.0 -> 8.57.1 age confidence
eslint-config-airbnb-base devDependencies major 14.2.1 -> 15.0.0 age confidence
fs-extra devDependencies major 10.0.0 -> 11.3.2 age confidence
jsdom devDependencies major 17.0.0 -> 27.0.0 27.0.1 age confidence
mocha (source) devDependencies major 9.1.1 -> 11.7.4 age confidence
node uses-with major 14 -> 22 22.21.0 age confidence
puppeteer (source) devDependencies major 10.2.0 -> 24.24.0 24.26.1 (+3) age confidence
stylelint (source) devDependencies major 14.2.0 -> 16.25.0 age confidence
stylelint-config-standard devDependencies major 24.0.0 -> 39.0.1 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

v4

Compare Source

actions/setup-node (actions/setup-node)

v5

Compare Source

v4

Compare Source

chaijs/chai (chai)

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.1...v5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

  • Allow deepEqual fonction to be configured globally (4.x.x branch) by @​forty in #​1553

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)
Documentation
  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)
Chores

v8.54.0

Compare Source

Features
  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)
Bug Fixes
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)
Documentation
  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)
Chores

v8.53.0

Compare Source

Features
  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)
Bug Fixes
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)
Documentation
  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)
Chores

Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Apr 8, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @adobe/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.57.0" from the root project
npm ERR!   peer eslint@"^7.32.0 || ^8.2.0" from [email protected]
npm ERR!   node_modules/eslint-config-airbnb-base
npm ERR!     dev eslint-config-airbnb-base@"15.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" from [email protected]
npm ERR! node_modules/eslint-plugin-import
npm ERR!   dev eslint-plugin-import@"2.24.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-08T23_53_39_355Z-debug-0.log

@aem-code-sync
Copy link

aem-code-sync bot commented Apr 8, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

@renovate renovate bot force-pushed the renovate-major-external-major branch from 6a00cd3 to ce4ca9f Compare April 10, 2024 01:17
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 10, 2024 01:17 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from ce4ca9f to bff8a7f Compare April 12, 2024 05:50
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 12, 2024 05:50 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from bff8a7f to 6bd8a32 Compare April 16, 2024 23:45
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 16, 2024 23:45 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 6bd8a32 to 8f8ae1f Compare April 26, 2024 05:19
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 26, 2024 05:19 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 8f8ae1f to 06a4811 Compare May 2, 2024 08:28
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 2, 2024 08:28 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 06a4811 to c468837 Compare May 8, 2024 23:53
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 8, 2024 23:53 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from c468837 to 0027318 Compare May 9, 2024 23:43
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 9, 2024 23:43 Inactive
@renovate
Copy link
Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @adobe/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.57.1" from the root project
npm ERR!   peer eslint@"^7.32.0 || ^8.2.0" from [email protected]
npm ERR!   node_modules/eslint-config-airbnb-base
npm ERR!     dev eslint-config-airbnb-base@"15.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" from [email protected]
npm ERR! node_modules/eslint-plugin-import
npm ERR!   dev eslint-plugin-import@"2.24.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-10-25T23_15_39_128Z-debug-0.log

@renovate renovate bot force-pushed the renovate-major-external-major branch from 0027318 to d8237d7 Compare May 23, 2024 17:59
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 23, 2024 17:59 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from d8237d7 to 7c6d89c Compare May 24, 2024 08:33
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 24, 2024 08:33 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 7c6d89c to 83e123e Compare May 25, 2024 02:36
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 25, 2024 02:36 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 83e123e to c0145b9 Compare May 27, 2024 02:56
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 27, 2024 02:56 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from c0145b9 to ba7d601 Compare May 29, 2024 05:08
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 29, 2024 05:08 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from ba7d601 to 8e523e9 Compare June 11, 2024 11:33
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major June 11, 2024 11:33 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 8e523e9 to 5e8ba1b Compare June 12, 2024 23:53
@renovate renovate bot force-pushed the renovate-major-external-major branch from 1108f2a to 8359042 Compare September 15, 2025 03:46
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 15, 2025 03:46 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 0e328d0 to c1e1991 Compare September 19, 2025 03:24
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 19, 2025 03:24 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from c1e1991 to 2e27e68 Compare September 22, 2025 23:26
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 22, 2025 23:26 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 2e27e68 to 8d247d7 Compare September 24, 2025 20:01
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 24, 2025 20:01 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 8d247d7 to 9749cfd Compare September 27, 2025 10:53
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 27, 2025 10:53 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 9749cfd to 02ec39c Compare September 30, 2025 12:07
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 30, 2025 12:07 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 02ec39c to 409acff Compare October 2, 2025 03:10
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 2, 2025 03:10 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 409acff to c36e694 Compare October 9, 2025 02:47
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 9, 2025 02:47 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from c36e694 to d693840 Compare October 11, 2025 11:39
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 11, 2025 11:39 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from d693840 to 27d788f Compare October 12, 2025 11:00
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 12, 2025 11:00 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 27d788f to 998f8c9 Compare October 15, 2025 23:42
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 15, 2025 23:42 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 998f8c9 to 8fe1c29 Compare October 18, 2025 15:36
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 18, 2025 15:36 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 8fe1c29 to 874c209 Compare October 21, 2025 03:49
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 21, 2025 03:49 Inactive
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.

1 participant