Skip to content

Commit

Permalink
chore: releasing packages [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent 346b218 commit 054448e
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .monoweave/509929e5.md

This file was deleted.

8 changes: 0 additions & 8 deletions .monoweave/bb412937.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- MONOWEAVE:BELOW -->

## @noahnu/eslint-config (v3.0.0) <a name="3.0.0"></a>

Update ESLint config and plugins to ESLint v9.

Update misc. dependencies.



## @noahnu/eslint-config (v2.0.0) <a name="2.0.0"></a>

Migrate from eslint-plugin-import to eslint-plugin-import-x
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noahnu/eslint-config",
"version": "2.0.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/noahnu/nodejs-tools.git",
Expand Down Expand Up @@ -69,15 +69,15 @@
},
"dependencies": {
"@eslint/js": "^9.14.0",
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0",
"@types/eslint-config-prettier": "^6.11.3",
"debug": "^4.3.7",
"eslint-import-resolver-typescript": "^3.6.3",
"globals": "^15.12.0",
"typescript-eslint": "^8.13.0"
},
"peerDependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0",
"@typescript-eslint/eslint-plugin": ">=8.0.0",
"@typescript-eslint/parser": ">=8.0.0",
"eslint": ">=9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint/eslint-import-resolver-require/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- MONOWEAVE:BELOW -->

## @noahnu/eslint-import-resolver-require (v1.0.0) <a name="1.0.0"></a>

Update ESLint config and plugins to ESLint v9.

Update misc. dependencies.



## @noahnu/eslint-import-resolver-require (v0.0.5) <a name="0.0.5"></a>

Fallback to eslint-import-resolver-node if module not found.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noahnu/eslint-import-resolver-require",
"version": "0.0.5",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/noahnu/nodejs-tools.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/unused-files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- MONOWEAVE:BELOW -->

## @noahnu/unused-files (v0.0.2) <a name="0.0.2"></a>

Update ESLint config and plugins to ESLint v9.

Update misc. dependencies.



## [0.0.1](https://github.com/noahnu/nodejs-tools/compare/@noahnu/[email protected]...@noahnu/[email protected]) "@noahnu/unused-files" (2024-01-15)<a name="0.0.1"></a>

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/unused-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noahnu/unused-files",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/noahnu/nodejs-tools.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

<!-- MONOWEAVE:BELOW -->

## @noahnu/inject-inline-html-webpack-plugin (v0.0.1) <a name="0.0.1"></a>

Initial release.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noahnu/inject-inline-html-webpack-plugin",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/noahnu/nodejs-tools.git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ __metadata:
resolution: "@noahnu/eslint-config@workspace:packages/eslint/eslint-config"
dependencies:
"@eslint/js": "npm:^9.14.0"
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5"
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0"
"@types/debug": "npm:^4.1.12"
"@types/eslint": "npm:^9.6.1"
"@types/eslint-config-prettier": "npm:^6.11.3"
Expand All @@ -1743,7 +1743,7 @@ __metadata:
typescript: "npm:^5.6.3"
typescript-eslint: "npm:^8.13.0"
peerDependencies:
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5"
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0"
"@typescript-eslint/eslint-plugin": ">=8.0.0"
"@typescript-eslint/parser": ">=8.0.0"
eslint: ">=9.0.0"
Expand All @@ -1758,7 +1758,7 @@ __metadata:
languageName: unknown
linkType: soft

"@noahnu/eslint-import-resolver-require@workspace:^0.0.5, @noahnu/eslint-import-resolver-require@workspace:packages/eslint/eslint-import-resolver-require":
"@noahnu/eslint-import-resolver-require@workspace:^1.0.0, @noahnu/eslint-import-resolver-require@workspace:packages/eslint/eslint-import-resolver-require":
version: 0.0.0-use.local
resolution: "@noahnu/eslint-import-resolver-require@workspace:packages/eslint/eslint-import-resolver-require"
dependencies:
Expand Down

0 comments on commit 054448e

Please sign in to comment.