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

chore(deps): update external major (major) #29

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/setup-node action major v3 -> v4 age adoption passing confidence
chai (source) devDependencies major 4.5.0 -> 5.1.1 age adoption passing confidence
semantic-release devDependencies major 21.1.2 -> 24.1.3 age adoption passing confidence
sinon (source) devDependencies major 15.2.0 -> 19.0.2 age adoption passing confidence
stylelint (source) devDependencies major 15.11.0 -> 16.10.0 age adoption passing confidence
stylelint-config-standard devDependencies major 30.0.1 -> 36.0.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

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

v4

Compare Source

chaijs/chai (chai)

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

semantic-release/semantic-release (semantic-release)

v24.1.3

Compare Source

Bug Fixes
  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)

v24.1.2

Compare Source

Bug Fixes

v24.1.1

Compare Source

v24.1.0

Compare Source

v24.0.0

Compare Source

Bug Fixes
  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of
    conventional-changelog packages. if you are installing any of these packages in addition to
    semantic-release, be sure to update them as well
  • deps: the release-notes-generator plugin now expects to be used with the latest major
    versions of conventional-changelog packages. if you are installing any of these packages in addition
    to semantic-release, be sure to update them as well

v23.1.1

Compare Source

v23.1.0

Compare Source

v23.0.8

Compare Source

Bug Fixes
  • deps: rename read-pkg-up -> read-package-up (4980cba)
  • deps: rename read-pkg-up -> read-package-up (#​3249) (95a8b9e)

v23.0.7

Compare Source

v23.0.6

Compare Source

Bug Fixes

v23.0.5

Compare Source

v23.0.4

Compare Source

v23.0.3

Compare Source

v23.0.2

Compare Source

Bug Fixes

v23.0.1

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v7 (9faded8)

v23.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

related to https://github.com/semantic-release/semantic-release/discussions/3088

v22.0.12

Compare Source

Bug Fixes
  • Revert "fix(deps): update dependency cosmiconfig to v9" (#​3104) (f6f1bf1)

v22.0.11

Compare Source

Bug Fixes
  • deps: update dependency cosmiconfig to v9 (b38cd2e)

v22.0.10

Compare Source

Bug Fixes
  • revert updating cosmiconfig to v9 (88efead)

v22.0.9

Compare Source

Bug Fixes

v22.0.8

Compare Source

Bug Fixes

v22.0.7

Compare Source

Bug Fixes
Features

v22.0.6

Compare Source

Bug Fixes

v22.0.5

Compare Source

Bug Fixes

v22.0.4

Compare Source

Bug Fixes

v22.0.3

Compare Source

Bug Fixes

v22.0.2

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v6 (8a7befe)

v22.0.1

Compare Source

Bug Fixes
  • deps: upgraded release-notes-generator and commit-analyzer plugins to stable versions (041e4f7), closes #​2934

v22.0.0

Compare Source

Bug Fixes
  • deps: updated to the latest beta of the commit analyzer plugin (03a687b)
  • deps: updated to the latest betas of the commit-analyzer and release-notes-generator plugins (de8e4e0)
  • deps: upgraded to the latest version of the npm plugin with npm v10 (a23b718)
Features
  • conventional-changelog-presets: supported new preset format (07a79ea)
  • defined exports for the package (72ab317)
  • node-versions: raised the minimum node v20 requirement to v20.6 (e623cc6)
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (b9f294d)
  • node-versions: raised the minimum supported node version w/in the v20 range to v20.6.1 (b93bef4)
BREAKING CHANGES
  • node-versions: the minimum supported version for the v20 range of node has been raised slightly to
    v20.6.1 to avoid a known node bug
  • node-versions: the minimum supported node version in the v20 major range is now v20.6
  • node-versions: node v18.17 is now the minimum supported node version and support for v19 has been dropped
  • exports prevents access to internal files, but they arent intended for public use anyway
  • conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility. this is also important if you are using a preset outside of the list of official conventional-changelog presets since your preset will need to be updated to export async functions to match the expected preset signature.
sinonjs/sinon (sinon)

v19.0.2

Compare Source

  • 4eb4c4bc
    Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
  • a5b03db3
    Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

v19.0.1

Compare Source

  • 037ec2d2
    Update migration docs (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

v19.0.0

Compare Source

  • 3534ab4f
    Bump samsam and nise to latest versions (#​2617) (Carl-Erik Kopseng)

    Ensures consistency and less breakage when there are "circular" dependencies.

  • 912c568d
    upgrade fake timers and others (#​2612) (Carl-Erik Kopseng)
    • Upgrade dependencies (includes breaking API in Fake Timers)
    • fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
  • 9715798e
    Use newer @​mochify/* packages (#​2609) (Carl-Erik Kopseng)

    Co-authored-by: Maximilian Antoni [email protected]

Released by Carl-Erik Kopseng on 2024-09-13.

v18.0.1

Compare Source

Basically a patch release to update a transitive dependency in Nise.

  • 03e33ec6
    Pin [email protected] to avoid breaking change (Carl-Erik Kopseng)
  • 5a7924ad
    Add createStubInstance header in stubs.md (Daniel Kaplan)
  • ad6804cd
    Bump elliptic from 6.5.5 to 6.5.7 (#​2608) (dependabot[bot])
  • 033287bd
    Bump path-to-regexp and nise (#​2611) (dependabot[bot])

    Bumps path-to-regexp to 8.1.0 and updates ancestor dependency nise. These dependencies need to be updated together.

    Updates path-to-regexp from 6.2.2 to 8.1.0

    Updates nise from 6.0.0 to 6.0.1


    updated-dependencies:

    • dependency-name: path-to-regexp

      dependency-type: indirect

    • dependency-name: nise

      dependency-type: direct:production

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 0c609f95
    re-add testing of esm browser builds (Carl-Erik Kopseng)

    It seems unclear why it was removed in the first place: I have tested extensively that it
    does work and it does fail the build if changing any assertion in the script

  • da4230a0
    Bump braces from 3.0.2 to 3.0.3 (#​2605) (dependabot[bot])

    Bumps braces from 3.0.2 to 3.0.3.


    updated-dependencies:

    • dependency-name: braces

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] [email protected]

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • 02542370
    feat(ci): add node v22 (#​2600) (Rotzbua)
  • 794cb81a
    fix(tests): typo (#​2603) (Rotzbua)
  • 1eb2a254
    Use NodeJS 22.2.0 as base development version (Carl-Erik Kopseng)
  • 1aa713fd
    Bump rexml from 3.2.5 to 3.2.8 (#​2599) (dependabot[bot])

    Bumps rexml from 3.2.5 to 3.2.8. >

Released by Carl-Erik Kopseng on 2024-09-10.

v18.0.0

Compare Source

This is what 17.0.2 should have been, as that contained two breaking changes. After updating
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
will at some later version be disabled. We will then issue a little migration note.

  • 01d45312
    Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)

    This should be disabled in a future Sinon version by default.

  • c618edc5
    fix #​2594: remove needless sandbox creation (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-05-15.

v17.0.2

Compare Source

  • f6dca0ba
    upgrade packages (#​2595) (Carl-Erik Kopseng)
  • 5025d001
    Avoid return and callArg* clearing each other's state (#​2593) (Carl-Erik Kopseng)
    • Partially revert "fix returns does not override call through (#​2567)"
    • revert to the old manual clearing of props
  • ed068a88
    Bump ip from 1.1.8 to 1.1.9 (#​2587) (dependabot[bot])
  • ec4d592e
    fix #​2589: avoid invoking getter as side-effect (#​2592) (Carl-Erik Kopseng)
  • 9972e1e3
    Fix typo in mocks documentation (#​2591) (Eduardo de la Cruz Palacios)
  • 52e6e4c5
    chore: prefer cache option of setup-node (Morgan Roderick)
  • 08da1235
    Bump actions/cache from 3 to 4 (dependabot[bot])
  • 404ef47e
    Bump nokogiri from 1.14.3 to 1.16.2 (dependabot[bot])
  • fd79612c
    Update Bug_report.md (Carl-Erik Kopseng)
  • 1fbc812a
    Re-add about (Carl-Erik Kopseng)
  • fc8f6c3e
    Fix formatting :clown: (Carl-Erik Kopseng)
  • c57e38ae
    Remove old template (Carl-Erik Kopseng)
  • 754bf7a9
    Update Bug_report.md (Carl-Erik Kopseng)
  • 87eed9d2
    Fix some typos at code comments (#​2581) (EliyahuMachluf)
  • cbae6997
    Link to createStubInstance util.md docs in stubs.md (#​2577) (Daniel Kaplan)
  • adcf936d
    Fix Mocha watch task by delegating to Node (#​2573) (Carl-Erik Kopseng)
  • 30ad2372
    prettier:write (Carl-Erik Kopseng)
  • 45c4d6b9
    Remove outdated info from README (#​2571) (Carl-Erik Kopseng)
  • 6c9f5c2a
    Add a notice that the Fake Timers API doc is incomplete (#​2570) (Carl-Erik Kopseng)
  • 93db3ef3
    breaking: Remove sinon.defaultConfig and related modules (#​2565) (Carl-Erik Kopseng)
    • breaking: Remove sinon.defaultConfig and related modules

    default-config and get-config are leftovers from when Sinon

    shipped with sinon.test (now the independent NPM module

    'sinon-test').

Released by Carl-Erik Kopseng on 2024-05-07.

v17.0.1

Compare Source

Released by Carl-Erik Kopseng on 2023-11-01.

v17.0.0

Compare Source

  • 11a8e3f2
    Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng)
  • ec37d634
    Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng)
  • 75e2b691
    Upgrade [email protected]: new Intl mirroring and bugfixes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-10-20.

v16.1.3

Compare Source

  • 93e8aa93
    Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-10-19.

v16.1.2

Compare Source

v16.1.1

Compare Source

Released by Carl-Erik Kopseng on 2023-10-18.

v16.1.0

Compare Source

  • cac5184b
    Enable use of assignment in the presence of accessors (#​2538) (Carl-Erik Kopseng)
  • f8c20e54
    New article: making Sinon work with complex setups (#​2540) (Carl-Erik Kopseng)

    Co-authored-by: Morgan Roderick [email protected] >

  • cb5b9621
    Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
  • dd7c6091
    Add a little update to contributing (Carl-Erik Kopseng)
  • 79acdf38
    Move tool versions into single file at root (Carl-Erik Kopseng)
  • 03b1db50
    Expose Changelog page (#​2550) (Carl-Erik Kopseng)
  • e1c3dad2
    Add section on tooling and recommend using ASDF for tool versioning (#​2547) (Carl-Erik Kopseng)
    Released by Carl-Erik Kopseng on 2023-10-05.

v16.0.0

Compare Source

  • c3396058
    fix(2525): ensure non empty message when error of type string is passed, but no message (#​2544) (Mark de Dios)
  • baa1aee9
    .define method (#​2539) (Konstantin Gukov)
    • .define method for temporarily defining new properties during the tests
  • fe799e78
    Fix issue 2534: spies are not restored (#​2535) (Carl-Erik Kopseng)
  • 305fb6cc
    fix: actaully reset 'injectedKeys' (#​2456) (Morgan Roderick)
  • de2635dd
    Bump LTS version one notch: 20 (#​2529) (Carl-Erik Kopseng)

Released by Morgan Roderick on 2023-09-13.

stylelint/stylelint (stylelint)

v16.10.0

Compare Source

v16.9.0

[Compar


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.

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 dfeaa21 to 94453a8 Compare April 10, 2024 01:31
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 10, 2024 01:31 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 94453a8 to 6a8cf44 Compare April 24, 2024 11:58
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major April 24, 2024 11:58 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 6a8cf44 to 051068f Compare May 2, 2024 08:24
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 2, 2024 08:24 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 051068f to 90a7ede Compare May 7, 2024 20:57
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 7, 2024 20:57 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 90a7ede to 0469ff5 Compare May 10, 2024 15:00
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 10, 2024 15:00 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 0469ff5 to b4107bd Compare May 11, 2024 23:53
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 11, 2024 23:53 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from b4107bd to 3aed495 Compare May 14, 2024 05:59
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 14, 2024 05:59 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 3aed495 to 05e006c Compare May 23, 2024 03:00
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 23, 2024 03:00 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 05e006c to 51096f0 Compare May 25, 2024 02:20
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 25, 2024 02:20 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 51096f0 to c6f0c68 Compare May 29, 2024 05:43
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major May 29, 2024 05:43 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from c6f0c68 to 1f008e5 Compare June 1, 2024 11:41
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major June 1, 2024 11:41 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 1f008e5 to 54815fd Compare June 21, 2024 23:27
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major June 21, 2024 23:27 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 54815fd to 6fb9e0c Compare July 13, 2024 08:50
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major July 13, 2024 08:50 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 2ae628d to e9bc001 Compare July 31, 2024 02:27
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major July 31, 2024 02:27 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from e9bc001 to a46aec3 Compare August 16, 2024 17:36
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major August 16, 2024 17:36 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from a46aec3 to 3a7ead6 Compare August 18, 2024 08:50
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major August 18, 2024 08:50 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 3a7ead6 to 6cc9ad7 Compare August 28, 2024 05:45
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major August 28, 2024 05:45 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 6cc9ad7 to 1fd7124 Compare September 11, 2024 23:26
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 11, 2024 23:26 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 1fd7124 to 16256a6 Compare September 13, 2024 05:33
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 13, 2024 05:33 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 16256a6 to 1e1789c Compare September 14, 2024 02:49
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 14, 2024 02:49 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 1e1789c to 7afb3e1 Compare September 28, 2024 08:46
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major September 28, 2024 08:46 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from 7afb3e1 to d1b9f67 Compare October 12, 2024 06:01
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 12, 2024 06:01 Inactive
@renovate renovate bot force-pushed the renovate-major-external-major branch from d1b9f67 to 4801ba5 Compare October 19, 2024 05:40
@aem-code-sync aem-code-sync bot temporarily deployed to renovate-major-external-major October 19, 2024 05:40 Inactive
@dkuntze dkuntze merged commit 8d9b4fd into main Oct 22, 2024
2 of 4 checks passed
@renovate renovate bot deleted the renovate-major-external-major branch October 22, 2024 18:10
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