Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: versini-org/dev-dependencies
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev-dependencies-server-v6.0.3
Choose a base ref
...
head repository: versini-org/dev-dependencies
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-dependencies-server-v6.0.4
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 29, 2024

  1. deps: bump non-breaking dependencies to latest (#487)

    * deps: bump non-breaking dependencies to latest
    
    * Update pnpm-lock.yaml
    aversini authored Dec 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7968470 View commit details

Commits on Jan 21, 2025

  1. fix: bump non-breaking dependencies to latest (#488)

    aversini authored Jan 21, 2025
    Copy the full SHA
    213372d View commit details
  2. chore(deps): bump cross-spawn from 6.0.5 to 7.0.6 (#490)

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 7.0.6.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v6.0.5...v7.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2025
    Copy the full SHA
    90d7517 View commit details
  3. fix: update lock file (#491)

    aversini authored Jan 21, 2025
    Copy the full SHA
    9661d75 View commit details
  4. chore: release main (#489)

    aversini authored Jan 21, 2025
    Copy the full SHA
    964938d View commit details
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/client": "7.0.3",
"packages/server": "6.0.3",
"packages/common": "5.0.2",
"packages/types": "3.0.1",
"packages/eslint": "2.0.0"
"packages/client": "7.0.4",
"packages/server": "6.0.4",
"packages/common": "5.0.3",
"packages/types": "3.0.2",
"packages/eslint": "2.0.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.15.1"
"packageManager": "pnpm@9.15.4"
}
14 changes: 14 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [7.0.4](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v7.0.3...dev-dependencies-client-v7.0.4) (2025-01-21)


### Bug Fixes

* bump non-breaking dependencies to latest ([#488](https://github.com/versini-org/dev-dependencies/issues/488)) ([213372d](https://github.com/versini-org/dev-dependencies/commit/213372d304a8634a410f88d6b6e3508e7a6b0418))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/dev-dependencies-common bumped to 5.0.3

## [7.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v7.0.2...dev-dependencies-client-v7.0.3) (2024-12-23)


25 changes: 13 additions & 12 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/dev-dependencies-client",
"version": "7.0.3",
"version": "7.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -12,35 +12,36 @@
"url": "git@github.com:aversini/dev-dependencies.git"
},
"dependencies": {
"@rsbuild/core": "1.1.12",
"@rsbuild/core": "1.2.0",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-type-check": "1.1.0",
"@rsbuild/plugin-type-check": "1.2.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@versini/dev-dependencies-common": "workspace:../common",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
"barrelsby": "2.8.1",
"cross-env": "7.0.3",
"cross-spawn": "7.0.6",
"husky": "9.1.7",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"lint-staged": "15.4.1",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"postcss": "8.4.49",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"prettier-plugin-tailwindcss": "0.6.10",
"rimraf": "6.0.1",
"rollup": "4.29.1",
"rollup": "4.31.0",
"tailwindcss": "3.4.17",
"tsup": "8.3.5",
"vite": "6.0.5",
"vite-plugin-dts": "4.4.0",
"vite-plugin-lib-inject-css": "2.1.1",
"vite": "6.0.11",
"vite-plugin-dts": "4.5.0",
"vite-plugin-lib-inject-css": "2.2.1",
"vitest": "2.1.8"
}
}
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-common-v5.0.2...dev-dependencies-common-v5.0.3) (2025-01-21)


### Bug Fixes

* bump non-breaking dependencies to latest ([#488](https://github.com/versini-org/dev-dependencies/issues/488)) ([213372d](https://github.com/versini-org/dev-dependencies/commit/213372d304a8634a410f88d6b6e3508e7a6b0418))

## [5.0.2](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-common-v5.0.1...dev-dependencies-common-v5.0.2) (2024-12-23)


8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/dev-dependencies-common",
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -23,10 +23,10 @@
"chokidar": "4.0.3",
"culori": "4.0.1",
"dotenv": "16.4.7",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"fs-extra": "11.3.0",
"glob": "11.0.1",
"happy-dom": "15.11.7",
"jsdom": "25.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
7 changes: 7 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-eslint-v2.0.0...dev-dependencies-eslint-v2.0.1) (2025-01-21)


### Bug Fixes

* bump non-breaking dependencies to latest ([#488](https://github.com/versini-org/dev-dependencies/issues/488)) ([213372d](https://github.com/versini-org/dev-dependencies/commit/213372d304a8634a410f88d6b6e3508e7a6b0418))

## [2.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-eslint-v1.0.5...dev-dependencies-eslint-v2.0.0) (2024-12-03)


6 changes: 3 additions & 3 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/dev-dependencies-eslint",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -16,8 +16,8 @@
"@typescript-eslint/parser": "7.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-refresh": "0.4.18",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unicorn": "55.0.0",
14 changes: 14 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.0.4](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-server-v6.0.3...dev-dependencies-server-v6.0.4) (2025-01-21)


### Bug Fixes

* bump non-breaking dependencies to latest ([#488](https://github.com/versini-org/dev-dependencies/issues/488)) ([213372d](https://github.com/versini-org/dev-dependencies/commit/213372d304a8634a410f88d6b6e3508e7a6b0418))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @versini/dev-dependencies-common bumped to 5.0.3

## [6.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-server-v6.0.2...dev-dependencies-server-v6.0.3) (2024-12-23)


8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/dev-dependencies-server",
"version": "6.0.3",
"version": "6.0.4",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -13,8 +13,8 @@
},
"dependencies": {
"@jest/globals": "29.7.0",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.1",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.8",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@versini/dev-dependencies-common": "workspace:../common",
@@ -23,7 +23,7 @@
"husky": "9.1.7",
"jest": "29.7.0",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"lint-staged": "15.4.1",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-types-v3.0.1...dev-dependencies-types-v3.0.2) (2025-01-21)


### Bug Fixes

* bump non-breaking dependencies to latest ([#488](https://github.com/versini-org/dev-dependencies/issues/488)) ([213372d](https://github.com/versini-org/dev-dependencies/commit/213372d304a8634a410f88d6b6e3508e7a6b0418))

## [3.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-types-v3.0.0...dev-dependencies-types-v3.0.1) (2024-12-23)


8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/dev-dependencies-types",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -19,10 +19,10 @@
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.2",
"@types/node": "22.10.7",
"@types/node-notifier": "8.0.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/uuid": "10.0.0",
"@types/yargs": "17.0.33"
}
Loading