Skip to content

Commit

Permalink
Merge branch 'release/v0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 13, 2023
2 parents 83263b3 + 5ce98f3 commit 1378df6
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 44 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TypeScript `nameof` [Unreleased]

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.4...dev)
[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.5...dev)

## TypeScript `nameof` v0.0.5
### Fixed
- Non-functioning vscode extension

### Updated
- All dependencies

[Show differences](https://github.com/typescript-nameof/nameof/compare/v0.0.4...v0.0.5)

## TypeScript `nameof` v0.0.4
### Added
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bump-version": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/bumpVersion.mts"
},
"devDependencies": {
"@manuth/eslint-plugin-typescript": "^4.1.2",
"@manuth/eslint-plugin-typescript": "^4.1.4",
"@manuth/package-json-editor": "^3.1.1",
"@manuth/tsconfig": "^4.0.1",
"@types/fs-extra": "^11.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/babel",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Allows the use of `nameof()` calls in babel projects.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@babel/generator": "^7.22.15",
"@types/babel__core": "^7.20.1",
"@types/babel-plugin-macros": "^3.1.0",
"@typescript-nameof/common": "^0.0.4",
"@typescript-nameof/common-types": "^0.0.4"
"@typescript-nameof/common": "^0.0.5",
"@typescript-nameof/common-types": "^0.0.5"
},
"devDependencies": {
"@babel/core": "^7.22.17",
Expand All @@ -56,7 +56,7 @@
"@types/babel__generator": "^7.6.4",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@typescript-nameof/test": "^0.0.4",
"@typescript-nameof/test": "^0.0.5",
"babel-plugin-macros": "^3.1.0",
"copyfiles": "^2.4.1",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/common-types",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Provides Common Types for TypeScript `nameof` Packages.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/common",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Provides Core Functionalities for TypeScript `nameof` Packages.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@types/lodash.clonedeep": "^4.5.7",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
"@typescript-nameof/nameof": "^0.0.4",
"@typescript-nameof/test": "^0.0.4",
"@typescript-nameof/nameof": "^0.0.5",
"@typescript-nameof/test": "^0.0.5",
"copyfiles": "^2.4.1",
"lodash.clonedeep": "^4.5.0",
"sinon": "^15.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nameof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/nameof",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Allows the use of `nameof()` calls in TypeScript projects.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "tsd && mocha"
},
"dependencies": {
"@typescript-nameof/common": "^0.0.4",
"@typescript-nameof/common": "^0.0.5",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"ts-patch": "^3.0.2"
Expand All @@ -49,7 +49,7 @@
"@tsd/typescript": "npm:nop@^1.0.0",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@typescript-nameof/test": "^0.0.4",
"@typescript-nameof/test": "^0.0.5",
"copyfiles": "^2.4.1",
"ts-jest": "^29.1.1",
"ts-morph": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/playground",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"private": true,
"description": "A project for testing the functionality of the `nameof` plugin.",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/test",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"private": true,
"description": "Provides common components for testing `nameof` transformers and plugins.",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@types/mocha": "^10.0.1",
"@typescript-nameof/common": "^0.0.4",
"@typescript-nameof/common": "^0.0.5",
"sinon": "^15.2.0",
"ts-morph": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ttypescript-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-nameof/types",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"description": "Provides type declarations for the use of the TypeScript `nameof` project.",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "tsd"
},
"dependencies": {
"@typescript-nameof/common-types": "^0.0.4"
"@typescript-nameof/common-types": "^0.0.5"
},
"devDependencies": {
"copyfiles": "^2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-nameof-plugin",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"private": true,
"description": "A VSCode-Extension for validating `nameof` calls using `@typescript-nameof`",
Expand All @@ -24,12 +24,12 @@
"vscode:prepublish": "copyfiles ../../{CHANGELOG.md,LICENSE} -u 2 . && npm run load-dependencies",
"vscode:postpublish": "npm run restore-root",
"load-dependencies": "npm run unlink-root && npm run init-dependencies",
"init-dependencies": "copyfiles \"../../node_modules/**/*\" -u 2 . && npm prune --ignore-lifecycle && npm install --package-lock-only",
"init-dependencies": "copyfiles \"../../node_modules/**/*\" -Fu 2 . && npm prune --ignore-lifecycle && npm install --package-lock-only",
"unlink-root": "mve ../../package.json ../../_package.json",
"restore-root": "rm package-lock.json && mve ../../_package.json ../../package.json"
},
"dependencies": {
"@typescript-nameof/nameof": "^0.0.4"
"@typescript-nameof/nameof": "^0.0.5"
},
"devDependencies": {
"mve": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit 1378df6

Please sign in to comment.