Compare commits

...

5 Commits

Author SHA1 Message Date
ivuorinen
dfdd897dd3 chore(release): publish
- @ivuorinen/base-configs@2.0.13
2024-11-25 05:05:24 +00:00
332f9942b2 fix: add {commitlint,semantic-release}-config 2024-11-25 07:04:44 +02:00
dependabot[bot]
d4c995edf3 chore(deps): bump tar from 6.2.0 to 6.2.1 in /packages/base-configs (#308)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 03:44:52 +02:00
ivuorinen
8932008ecd chore: 🤖 bump versions and publish packages 2024-11-25 01:41:44 +00:00
40505b88ab feat: drop workspaces, use fs packages to cleanup
# Conflicts:
#	yarn.lock
2024-11-25 03:40:55 +02:00
5 changed files with 3524 additions and 4801 deletions

View File

@@ -18,7 +18,7 @@
}
],
"engines": {
"node": ">=20"
"node": "^20.9.0 || >=21.1.0"
},
"homepage": "https://github.com/ivuorinen/base-configs#readme",
"keywords": [
@@ -36,14 +36,11 @@
"type": "git",
"url": "https://github.com/ivuorinen/base-configs.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"deps:dedupe": "lernaupdate --dedupe",
"deps:update": "lernaupdate",
"eslint:fix": "eslint --format=pretty '**/*.{js,tsx,ts,mjs,cjs}' --fix",
"eslint:report": "eslint --format=pretty '**/*.{js,tsx,ts,mjs,cjs}'",
"eslint:fix": "eslint '**/*.{js,tsx,ts,mjs,cjs}' --fix",
"eslint:report": "eslint '**/*.{js,tsx,ts,mjs,cjs}'",
"lerna:bootstrap:ci": "yarn --frozen-lockfile --ignore-engines",
"lerna:bootstrap": "yarn",
"lerna:publish": "lerna publish from-package",
@@ -54,27 +51,14 @@
"prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-formatter-pretty": "^6.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^2.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"@ivuorinen/commitlint-config": "file:packages/commitlint-config",
"@ivuorinen/eslint-config": "file:packages/eslint-config",
"@ivuorinen/prettier-config": "file:packages/prettier-config",
"@ivuorinen/semantic-release-config": "file:packages/semantic-release-config",
"@types/node": "*",
"typescript": ">=4.2.0",
"lerna": "^8.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.43.0",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.8.1"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
"dependencies": {
"@types/node": "*",
"typescript": ">=4"
}
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}

View File

@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.12...@ivuorinen/base-configs@2.0.13) (2024-11-25)
**Note:** Version bump only for package @ivuorinen/base-configs
## 2.0.12 (2024-11-25)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "2.0.12",
"version": "2.0.13",
"type": "module",
"description": "ivuorinen's shareable configurations meta package",
"author": {

File diff suppressed because it is too large Load Diff

3781
yarn.lock

File diff suppressed because it is too large Load Diff