Skip to content

Commit

Permalink
Bump the allnpm group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the allnpm group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nl-rvo/component-library-css](https://github.com/nl-design-system/rvo/tree/HEAD/packages/component-library-css) | `1.9.0` | `2.0.0` |
| [@nl-rvo/design-tokens](https://github.com/nl-design-system/rvo/tree/HEAD/proprietary/design-tokens) | `1.4.2` | `1.4.3` |
| [sortablejs](https://github.com/SortableJS/Sortable) | `1.15.3` | `1.15.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.15.0` | `8.16.0` |



Updates `@nl-rvo/component-library-css` from 1.9.0 to 2.0.0
- [Release notes](https://github.com/nl-design-system/rvo/releases)
- [Changelog](https://github.com/nl-design-system/rvo/blob/master/packages/component-library-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/rvo/commits/@nl-rvo/[email protected]/packages/component-library-css)

Updates `@nl-rvo/design-tokens` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/nl-design-system/rvo/releases)
- [Changelog](https://github.com/nl-design-system/rvo/blob/master/proprietary/design-tokens/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/rvo/commits/@nl-rvo/[email protected]/proprietary/design-tokens)

Updates `sortablejs` from 1.15.3 to 1.15.4
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](SortableJS/Sortable@1.15.3...1.15.4)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `typescript-eslint` from 8.15.0 to 8.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@nl-rvo/component-library-css"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: allnpm
- dependency-name: "@nl-rvo/design-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: allnpm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allnpm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent a86c1ef commit fd7a6d7
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 74 deletions.
155 changes: 86 additions & 69 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"stylelint-config-standard-scss": "^13.1.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@nl-rvo/assets": "1.0.0-alpha.360",
"@nl-rvo/component-library-css": "1.9.0",
"@nl-rvo/design-tokens": "1.4.2",
"@nl-rvo/component-library-css": "2.0.0",
"@nl-rvo/design-tokens": "1.4.3",
"htmx.org": "^1.9.12",
"hyperscript.org": "^0.9.13",
"reset-css": "^5.0.2",
"sortablejs": "^1.15.3"
"sortablejs": "^1.15.4"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down

0 comments on commit fd7a6d7

Please sign in to comment.