|
1 | 1 | # Changes |
2 | 2 |
|
| 3 | +## 9.0.0 |
| 4 | + |
| 5 | +- [`af7b6ee`](https://github.com/sinonjs/samsam/commit/af7b6ee2ab55a57d6006fd37b56b9a53e7c739ab) |
| 6 | + chore: GitHub CI improvements (#262) (Yashar Fakhari) |
| 7 | + > |
| 8 | + > Github Actions Workflow: |
| 9 | + > - Use Node 22 and the latest checkout github action for code coverage job |
| 10 | + > - Replace HUSKY_SKIP_INSTALL with HUSKY=0 for Husky v9 compatibility |
| 11 | + > - Set HUSKY env variable once for entire workflow |
| 12 | + > - Use built-in npm module caching instead of manual cache setup |
| 13 | + > - Add TypeScript build step to static analysis |
| 14 | + > - Use codecov's official action for uploading coverage reports |
| 15 | + > - Remove redundant npm test execution from test-check-coverage |
| 16 | + > - Add automerge job for Dependabot |
| 17 | + > |
| 18 | + > Dependabot Config: |
| 19 | + > - Set npm updates to weekly on Wednesdays at 00:00 UTC |
| 20 | + > - Batch npm update PRs by semver into separate major, minor, and patch groups |
| 21 | + > - Set monthly GitHub Actions updates on Wednesdays at 01:00 UTC |
| 22 | +- [`3fbe355`](https://github.com/sinonjs/samsam/commit/3fbe355d19bdaf9be1d5911dde8619eedac3a99e) |
| 23 | + fix #251: compare props on the prototype chain (#267) (Carl-Erik Kopseng) |
| 24 | + > |
| 25 | + > * fix #251: compare enumerable props on the prototype |
| 26 | + > |
| 27 | + > * Negate test: Arguments with same contents as an array is deeply equal |
| 28 | + > |
| 29 | + > Co-authored-by: Morgan Roderick <[email protected]> |
| 30 | + > |
| 31 | + > --------- |
| 32 | + > |
| 33 | + > Co-authored-by: Morgan Roderick <[email protected]> |
| 34 | +- [`61cf8ba`](https://github.com/sinonjs/samsam/commit/61cf8ba8a80a775828abb64954bc491da8ae97e8) |
| 35 | + Bump lint-staged from 16.1.4 to 16.1.5 (#266) (dependabot[bot]) |
| 36 | + > |
| 37 | + > Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.4 to 16.1.5. |
| 38 | + > - [Release notes](https://github.com/lint-staged/lint-staged/releases) |
| 39 | + > - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) |
| 40 | + > - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.1.4...v16.1.5) |
| 41 | + > |
| 42 | + > --- |
| 43 | + > updated-dependencies: |
| 44 | + > - dependency-name: lint-staged |
| 45 | + > dependency-version: 16.1.5 |
| 46 | + > dependency-type: direct:development |
| 47 | + > update-type: version-update:semver-patch |
| 48 | + > ... |
| 49 | + > |
| 50 | + > Signed-off-by: dependabot[bot] <[email protected]> |
| 51 | + > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 52 | +- [`08ab1b5`](https://github.com/sinonjs/samsam/commit/08ab1b555169c88776f1b7e09c0347604fc91b87) |
| 53 | + Update eslint-config to include ES2024 (Carl-Erik Kopseng) |
| 54 | +- [`4cd3416`](https://github.com/sinonjs/samsam/commit/4cd3416579e7b5cc69c6fb69c3a392f800e41748) |
| 55 | + Create dependabot.yml (#265) (Carl-Erik Kopseng) |
| 56 | +- [`8d76aa0`](https://github.com/sinonjs/samsam/commit/8d76aa0f9f498bc304946ce3b8208666fe5e852f) |
| 57 | + fix: ignore coverage for mochify.webdriver.cjs (#264) (Yashar Fakhari) |
| 58 | +- [`7cd4092`](https://github.com/sinonjs/samsam/commit/7cd4092a5cf26781c18beeaee5b737995bddc7a8) |
| 59 | + Upgrade package-lock.json version and add workflow runs on PRs (#263) (Carl-Erik Kopseng) |
| 60 | + > |
| 61 | + > * Upgrade package-lock.json version |
| 62 | + > |
| 63 | + > * Update Node version |
| 64 | + > |
| 65 | + > * Run on PRs as well |
| 66 | + > |
| 67 | + > * Add Sauce Labs runs |
| 68 | +- [`55611bd`](https://github.com/sinonjs/samsam/commit/55611bd6c3f74d91167a115f1488b7f3ddcfab6d) |
| 69 | + Chore: toolchain upgrades (#260) (Yashar Fakhari) |
| 70 | + > |
| 71 | + > * Chore: toolchain upgrades |
| 72 | + > - Upgrade mochify to @mochify/cli (esbuild-based) |
| 73 | + > - Replace nyc with c8 for test coverage |
| 74 | + > |
| 75 | +- [`ffcfbf3`](https://github.com/sinonjs/samsam/commit/ffcfbf3e3c57f8c3165e169e3aaa5b284d8adaef) |
| 76 | + Bump pbkdf2 from 3.1.2 to 3.1.3 (#259) (dependabot[bot]) |
| 77 | + > |
| 78 | + > Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. |
| 79 | + > - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) |
| 80 | + > - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3) |
| 81 | + > |
| 82 | + > --- |
| 83 | + > updated-dependencies: |
| 84 | + > - dependency-name: pbkdf2 |
| 85 | + > dependency-version: 3.1.3 |
| 86 | + > dependency-type: indirect |
| 87 | + > ... |
| 88 | + > |
| 89 | + > Signed-off-by: dependabot[bot] <[email protected]> |
| 90 | + > Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 91 | +
|
| 92 | +_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2025-08-10._ |
| 93 | + |
3 | 94 | ## 8.0.3 |
4 | 95 |
|
5 | 96 | - [`630f2ae`](https://github.com/sinonjs/samsam/commit/630f2ae2deed0409b91364431a82b52a63cb46eb) |
|
0 commit comments