Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
 - array-group-str-omit-num-char@6.0.15
 - array-of-arrays-into-ast@4.0.18
 - ast-compare@4.0.23
 - ast-contains-only-empty-space@4.0.16
 - ast-deep-contains@5.0.18
 - ast-delete-object@4.0.23
 - ast-get-object@4.0.23
 - ast-get-values-by-key@5.0.18
 - ast-is-empty@4.0.15
 - ast-loose-compare@4.0.16
 - ast-monkey@9.0.23
 - ast-monkey-traverse@4.0.16
 - ast-monkey-traverse-with-lookahead@4.0.15
 - check-types-mini@8.0.18
 - codsen-parser@0.14.23
 - codsen-tokenizer@7.0.23
 - codsen-utils@1.6.4
 - color-shorthand-hex-to-six-digit@5.0.16
 - csv-sort@7.0.15
 - csv-sort-cli@4.0.1
 - csv-split-easy@7.0.15
 - detergent@9.2.9
 - edit-package-json@0.8.19
 - email-all-chars-within-ascii@5.0.18
 - email-all-chars-within-ascii-cli@4.0.1
 - email-comb@7.0.20
 - email-homey@5.0.1
 - eslint-plugin-row-num-tbc@4.0.23
 - eslint-plugin-test-num-tbc@3.0.24
 - extract-search-index@2.0.21
 - generate-atomic-css@3.0.18
 - generate-atomic-css-cli@4.0.1
 - gulp-email-remove-unused-css@6.0.1
 - html-crush@6.0.18
 - html-img-alt@4.0.19
 - html-table-patcher@6.0.23
 - is-html-attribute-closing@4.0.18
 - is-html-tag-opening@4.0.18
 - is-language-code@5.0.12
 - is-media-descriptor@5.0.18
 - is-relative-uri@5.0.15
 - js-row-num@7.0.15
 - js-row-num-cli@4.0.1
 - json-comb@0.9.1
 - json-comb-core@8.0.18
 - json-sort-cli@4.0.1
 - json-variables@12.0.18
 - lerna-clean-changelogs@5.0.14
 - lerna-clean-changelogs-cli@4.0.1
 - object-all-values-equal-to@4.0.18
 - object-boolean-combinations@6.1.5
 - object-delete-key@4.0.23
 - object-fill-missing-keys@11.0.18
 - object-flatten-all-arrays@7.0.18
 - object-flatten-referencing@7.0.18
 - object-merge-advanced@14.0.18
 - object-no-new-keys@5.1.5
 - object-set-all-values-to@6.0.15
 - ranges-apply@7.0.15
 - ranges-crop@6.0.15
 - ranges-ent-decode@6.0.19
 - ranges-invert@6.0.15
 - ranges-iterate@4.0.15
 - ranges-merge@9.0.15
 - ranges-process-outside@6.0.15
 - ranges-push@7.0.15
 - ranges-regex@6.0.15
 - rehype-responsive-tables@2.0.14
 - remark-conventional-commit-changelog-timeline@3.1.9
 - remark-typography@0.6.18
 - string-apostrophes@4.0.18
 - string-collapse-white-space@11.0.18
 - string-convert-indexes@6.0.18
 - string-dashes@1.2.12
 - string-extract-class-names@8.0.18
 - string-extract-sass-vars@4.0.18
 - string-find-heads-tails@6.0.18
 - string-find-malformed@4.0.17
 - string-fix-broken-named-entities@7.0.17
 - string-left-right@6.0.17
 - string-match-left-right@9.0.18
 - string-process-comma-separated@4.1.5
 - string-range-expander@4.0.14
 - string-remove-duplicate-heads-tails@7.0.18
 - string-remove-thousand-separators@7.0.15
 - string-remove-widows@4.0.20
 - string-split-by-whitespace@4.0.18
 - string-strip-html@13.4.6
 - string-truncator@2.0.18
 - string-unfancy@6.0.16
 - stristri@5.0.23
 - test-mixer@4.1.14
 - tsd-extract@0.8.17
 - update-versions@7.0.1
 - util-nonempty@5.0.15
  • Loading branch information
revelt committed Jan 31, 2024
1 parent 5c10716 commit 7651d1b
Show file tree
Hide file tree
Showing 191 changed files with 1,000 additions and 620 deletions.
620 changes: 310 additions & 310 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/array-group-str-omit-num-char/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.15](https://github.com/codsen/codsen/compare/array-group-str-omit-num-char@6.0.14...array-group-str-omit-num-char@6.0.15) (2024-01-31)

**Note:** Version bump only for package array-group-str-omit-num-char

## 6.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/array-group-str-omit-num-char/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-group-str-omit-num-char",
"version": "6.0.14",
"version": "6.0.15",
"description": "Groups array of strings by omitting number characters",
"keywords": [
"array",
Expand Down Expand Up @@ -71,7 +71,7 @@
}
},
"dependencies": {
"codsen-utils": "^1.6.3",
"ranges-apply": "^7.0.14"
"codsen-utils": "^1.6.4",
"ranges-apply": "^7.0.15"
}
}
4 changes: 4 additions & 0 deletions packages/array-of-arrays-into-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.18](https://github.com/codsen/codsen/compare/array-of-arrays-into-ast@4.0.17...array-of-arrays-into-ast@4.0.18) (2024-01-31)

**Note:** Version bump only for package array-of-arrays-into-ast

## 4.0.12 (2023-05-13)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/array-of-arrays-into-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-of-arrays-into-ast",
"version": "4.0.17",
"version": "4.0.18",
"description": "Turns an array of arrays of data into a nested tree of plain objects",
"keywords": [
"array",
Expand Down Expand Up @@ -70,7 +70,7 @@
}
},
"dependencies": {
"check-types-mini": "^8.0.17",
"object-merge-advanced": "^14.0.17"
"check-types-mini": "^8.0.18",
"object-merge-advanced": "^14.0.18"
}
}
4 changes: 4 additions & 0 deletions packages/ast-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.23](https://github.com/codsen/codsen/compare/ast-compare@4.0.22...ast-compare@4.0.23) (2024-01-31)

**Note:** Version bump only for package ast-compare

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-compare",
"version": "4.0.22",
"version": "4.0.23",
"description": "Compare anything: AST, objects, arrays, strings and nested thereof",
"keywords": [
"array",
Expand Down Expand Up @@ -77,8 +77,8 @@
}
},
"dependencies": {
"ast-contains-only-empty-space": "^4.0.15",
"codsen-utils": "^1.6.3",
"ast-contains-only-empty-space": "^4.0.16",
"codsen-utils": "^1.6.4",
"matcher": "^5.0.0",
"type-detect": "^4.0.8"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ast-contains-only-empty-space/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/codsen/codsen/compare/ast-contains-only-empty-space@4.0.15...ast-contains-only-empty-space@4.0.16) (2024-01-31)

**Note:** Version bump only for package ast-contains-only-empty-space

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-contains-only-empty-space/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-contains-only-empty-space",
"version": "4.0.15",
"version": "4.0.16",
"description": "Does AST contain only empty space?",
"keywords": [
"ast",
Expand Down Expand Up @@ -74,6 +74,6 @@
}
},
"dependencies": {
"ast-monkey-traverse": "^4.0.15"
"ast-monkey-traverse": "^4.0.16"
}
}
4 changes: 4 additions & 0 deletions packages/ast-deep-contains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.18](https://github.com/codsen/codsen/compare/ast-deep-contains@5.0.17...ast-deep-contains@5.0.18) (2024-01-31)

**Note:** Version bump only for package ast-deep-contains

## 5.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-deep-contains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-deep-contains",
"version": "5.0.17",
"version": "5.0.18",
"description": "Like t.same assert on array of objects, where element order doesn't matter.",
"keywords": [
"array",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"@sindresorhus/is": "^6.1.0",
"ast-monkey-traverse": "^4.0.15",
"ast-monkey-traverse": "^4.0.16",
"object-path": "^0.11.8"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ast-delete-object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.23](https://github.com/codsen/codsen/compare/ast-delete-object@4.0.22...ast-delete-object@4.0.23) (2024-01-31)

**Note:** Version bump only for package ast-delete-object

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
8 changes: 4 additions & 4 deletions packages/ast-delete-object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-delete-object",
"version": "4.0.22",
"version": "4.0.23",
"description": "Delete all plain objects in AST if they contain a certain key/value pair",
"keywords": [
"ast",
Expand Down Expand Up @@ -79,9 +79,9 @@
}
},
"dependencies": {
"ast-compare": "^4.0.22",
"ast-monkey-traverse": "^4.0.15",
"codsen-utils": "^1.6.3",
"ast-compare": "^4.0.23",
"ast-monkey-traverse": "^4.0.16",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/ast-get-object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.23](https://github.com/codsen/codsen/compare/ast-get-object@4.0.22...ast-get-object@4.0.23) (2024-01-31)

**Note:** Version bump only for package ast-get-object

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-get-object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-get-object",
"version": "4.0.22",
"version": "4.0.23",
"description": "Getter/setter for nested parsed HTML AST's, querying objects by key/value pairs",
"keywords": [
"ast",
Expand Down Expand Up @@ -80,8 +80,8 @@
"various": {}
},
"dependencies": {
"ast-compare": "^4.0.22",
"codsen-utils": "^1.6.3",
"ast-compare": "^4.0.23",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/ast-get-values-by-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.18](https://github.com/codsen/codsen/compare/ast-get-values-by-key@5.0.17...ast-get-values-by-key@5.0.18) (2024-01-31)

**Note:** Version bump only for package ast-get-values-by-key

## 5.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-get-values-by-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-get-values-by-key",
"version": "5.0.17",
"version": "5.0.18",
"description": "Extract values and paths from AST by keys OR set them by keys",
"keywords": [
"ast",
Expand Down Expand Up @@ -80,7 +80,7 @@
}
},
"dependencies": {
"ast-monkey-traverse": "^4.0.15",
"ast-monkey-traverse": "^4.0.16",
"matcher": "^5.0.0",
"rfdc": "^1.3.1"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/ast-is-empty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.15](https://github.com/codsen/codsen/compare/ast-is-empty@4.0.14...ast-is-empty@4.0.15) (2024-01-31)

**Note:** Version bump only for package ast-is-empty

## 4.0.10 (2023-05-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-is-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-is-empty",
"version": "4.0.14",
"version": "4.0.15",
"description": "Find out, is nested array/object/string/AST tree is empty",
"keywords": [
"array",
Expand Down Expand Up @@ -81,6 +81,6 @@
}
},
"dependencies": {
"codsen-utils": "^1.6.3"
"codsen-utils": "^1.6.4"
}
}
4 changes: 4 additions & 0 deletions packages/ast-loose-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/codsen/codsen/compare/ast-loose-compare@4.0.15...ast-loose-compare@4.0.16) (2024-01-31)

**Note:** Version bump only for package ast-loose-compare

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-loose-compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-loose-compare",
"version": "4.0.15",
"version": "4.0.16",
"description": "Compare anything: AST, objects, arrays and strings",
"keywords": [
"array",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"ast-contains-only-empty-space": "^4.0.15",
"codsen-utils": "^1.6.3"
"ast-contains-only-empty-space": "^4.0.16",
"codsen-utils": "^1.6.4"
}
}
4 changes: 4 additions & 0 deletions packages/ast-monkey-traverse-with-lookahead/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.15](https://github.com/codsen/codsen/compare/ast-monkey-traverse-with-lookahead@4.0.14...ast-monkey-traverse-with-lookahead@4.0.15) (2024-01-31)

**Note:** Version bump only for package ast-monkey-traverse-with-lookahead

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-monkey-traverse-with-lookahead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-monkey-traverse-with-lookahead",
"version": "4.0.14",
"version": "4.0.15",
"description": "Utility library to traverse AST, reports upcoming values",
"keywords": [
"ast",
Expand Down Expand Up @@ -83,7 +83,7 @@
"various": {}
},
"dependencies": {
"codsen-utils": "^1.6.3",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
}
}
4 changes: 4 additions & 0 deletions packages/ast-monkey-traverse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.16](https://github.com/codsen/codsen/compare/ast-monkey-traverse@4.0.15...ast-monkey-traverse@4.0.16) (2024-01-31)

**Note:** Version bump only for package ast-monkey-traverse

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/ast-monkey-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-monkey-traverse",
"version": "4.0.15",
"version": "4.0.16",
"description": "Utility library to traverse AST",
"keywords": [
"ast",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"ast-monkey-util": "^3.0.8",
"codsen-utils": "^1.6.3",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ast-monkey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.23](https://github.com/codsen/codsen/compare/ast-monkey@9.0.22...ast-monkey@9.0.23) (2024-01-31)

**Note:** Version bump only for package ast-monkey

## 9.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
10 changes: 5 additions & 5 deletions packages/ast-monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ast-monkey",
"version": "9.0.22",
"version": "9.0.23",
"description": "Traverse and edit AST",
"keywords": [
"ast",
Expand Down Expand Up @@ -81,10 +81,10 @@
}
},
"dependencies": {
"ast-compare": "^4.0.22",
"ast-monkey-traverse": "^4.0.15",
"check-types-mini": "^8.0.17",
"codsen-utils": "^1.6.3",
"ast-compare": "^4.0.23",
"ast-monkey-traverse": "^4.0.16",
"check-types-mini": "^8.0.18",
"codsen-utils": "^1.6.4",
"util-array-object-or-both": "^5.0.12"
}
}
4 changes: 4 additions & 0 deletions packages/check-types-mini/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.18](https://github.com/codsen/codsen/compare/check-types-mini@8.0.17...check-types-mini@8.0.18) (2024-01-31)

**Note:** Version bump only for package check-types-mini

## 8.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down

0 comments on commit 7651d1b

Please sign in to comment.