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.13
 - array-of-arrays-into-ast@4.0.16
 - arrayiffy-if-string@5.0.7
 - ast-compare@4.0.21
 - ast-contains-only-empty-space@4.0.14
 - ast-deep-contains@5.0.16
 - ast-delete-object@4.0.21
 - ast-get-object@4.0.21
 - ast-get-values-by-key@5.0.16
 - ast-loose-compare@4.0.14
 - ast-monkey@9.0.21
 - ast-monkey-traverse@4.0.14
 - bitbucket-slug@4.0.9
 - check-types-mini@8.0.16
 - codsen@0.2.8
 - codsen-parser@0.14.21
 - codsen-tokenizer@7.0.21
 - color-shorthand-hex-to-six-digit@5.0.14
 - csv-sort@7.0.13
 - csv-sort-cli@3.0.17
 - csv-split-easy@7.0.13
 - detergent@9.2.7
 - edit-package-json@0.8.17
 - email-all-chars-within-ascii@5.0.16
 - email-all-chars-within-ascii-cli@3.0.20
 - email-comb@7.0.18
 - email-homey@4.0.12
 - eslint-plugin-row-num-tbc@4.0.21
 - eslint-plugin-test-num-tbc@3.0.22
 - extract-search-index@2.0.19
 - generate-atomic-css@3.0.16
 - generate-atomic-css-cli@3.0.16
 - gulp-email-remove-unused-css@5.0.18
 - html-crush@6.0.16
 - html-img-alt@4.0.17
 - html-table-patcher@6.0.21
 - is-html-attribute-closing@4.0.16
 - is-html-tag-opening@4.0.16
 - is-language-code@5.0.10
 - is-media-descriptor@5.0.16
 - is-relative-uri@5.0.13
 - js-row-num@7.0.13
 - js-row-num-cli@3.0.13
 - json-comb@0.8.17
 - json-comb-core@8.0.16
 - json-sort-cli@3.1.7
 - json-variables@12.0.16
 - lerna-clean-changelogs-cli@3.0.14
 - lerna-link-dep@3.0.11
 - object-all-values-equal-to@4.0.16
 - object-delete-key@4.0.21
 - object-fill-missing-keys@11.0.16
 - object-flatten-all-arrays@7.0.16
 - object-flatten-referencing@7.0.16
 - object-merge-advanced@14.0.16
 - ranges-apply@7.0.13
 - ranges-crop@6.0.13
 - ranges-ent-decode@6.0.17
 - ranges-invert@6.0.13
 - ranges-iterate@4.0.13
 - ranges-merge@9.0.13
 - ranges-process-outside@6.0.13
 - ranges-push@7.0.13
 - ranges-regex@6.0.13
 - rehype-responsive-tables@2.0.12
 - remark-conventional-commit-changelog-timeline@3.1.7
 - remark-typography@0.6.16
 - string-apostrophes@4.0.16
 - string-collapse-white-space@11.0.16
 - string-convert-indexes@6.0.16
 - string-dashes@1.2.10
 - string-extract-class-names@8.0.16
 - string-extract-sass-vars@4.0.16
 - string-find-heads-tails@6.0.16
 - string-match-left-right@9.0.16
 - string-remove-duplicate-heads-tails@7.0.16
 - string-remove-thousand-separators@7.0.13
 - string-remove-widows@4.0.18
 - string-split-by-whitespace@4.0.16
 - string-strip-html@13.4.4
 - string-truncator@2.0.16
 - string-uglify@3.0.10
 - string-unfancy@6.0.14
 - stristri@5.0.21
 - tap-parse-string-to-object@4.0.14
 - update-versions@6.0.19
 - util-array-object-or-both@5.0.11
  • Loading branch information
revelt committed Dec 20, 2023
1 parent a611169 commit b54da5e
Show file tree
Hide file tree
Showing 175 changed files with 790 additions and 442 deletions.
442 changes: 221 additions & 221 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.13](https://github.com/codsen/codsen/compare/array-group-str-omit-num-char@6.0.12...array-group-str-omit-num-char@6.0.13) (2023-12-20)

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

## 6.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "6.0.13",
"description": "Groups array of strings by omitting number characters",
"keywords": [
"array",
Expand Down Expand Up @@ -72,6 +72,6 @@
},
"dependencies": {
"codsen-utils": "^1.6.2",
"ranges-apply": "^7.0.12"
"ranges-apply": "^7.0.13"
}
}
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.16](https://github.com/codsen/codsen/compare/array-of-arrays-into-ast@4.0.15...array-of-arrays-into-ast@4.0.16) (2023-12-20)

**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.15",
"version": "4.0.16",
"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.15",
"object-merge-advanced": "^14.0.15"
"check-types-mini": "^8.0.16",
"object-merge-advanced": "^14.0.16"
}
}
4 changes: 4 additions & 0 deletions packages/arrayiffy-if-string/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.7](https://github.com/codsen/codsen/compare/arrayiffy-if-string@5.0.6...arrayiffy-if-string@5.0.7) (2023-12-20)

**Note:** Version bump only for package arrayiffy-if-string

## 5.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/arrayiffy-if-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arrayiffy-if-string",
"version": "5.0.6",
"version": "5.0.7",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",
"keywords": [
"api",
Expand Down
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.21](https://github.com/codsen/codsen/compare/ast-compare@4.0.20...ast-compare@4.0.21) (2023-12-20)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.20",
"version": "4.0.21",
"description": "Compare anything: AST, objects, arrays, strings and nested thereof",
"keywords": [
"array",
Expand Down Expand Up @@ -77,7 +77,7 @@
}
},
"dependencies": {
"ast-contains-only-empty-space": "^4.0.13",
"ast-contains-only-empty-space": "^4.0.14",
"codsen-utils": "^1.6.2",
"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.14](https://github.com/codsen/codsen/compare/ast-contains-only-empty-space@4.0.13...ast-contains-only-empty-space@4.0.14) (2023-12-20)

**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.13",
"version": "4.0.14",
"description": "Does AST contain only empty space?",
"keywords": [
"ast",
Expand Down Expand Up @@ -74,6 +74,6 @@
}
},
"dependencies": {
"ast-monkey-traverse": "^4.0.13"
"ast-monkey-traverse": "^4.0.14"
}
}
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.16](https://github.com/codsen/codsen/compare/ast-deep-contains@5.0.15...ast-deep-contains@5.0.16) (2023-12-20)

**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.15",
"version": "5.0.16",
"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.13",
"ast-monkey-traverse": "^4.0.14",
"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.21](https://github.com/codsen/codsen/compare/ast-delete-object@4.0.20...ast-delete-object@4.0.21) (2023-12-20)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 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.20",
"version": "4.0.21",
"description": "Delete all plain objects in AST if they contain a certain key/value pair",
"keywords": [
"ast",
Expand Down Expand Up @@ -79,8 +79,8 @@
}
},
"dependencies": {
"ast-compare": "^4.0.20",
"ast-monkey-traverse": "^4.0.13",
"ast-compare": "^4.0.21",
"ast-monkey-traverse": "^4.0.14",
"codsen-utils": "^1.6.2",
"rfdc": "^1.3.0"
}
Expand Down
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.21](https://github.com/codsen/codsen/compare/ast-get-object@4.0.20...ast-get-object@4.0.21) (2023-12-20)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.20",
"version": "4.0.21",
"description": "Getter/setter for nested parsed HTML AST's, querying objects by key/value pairs",
"keywords": [
"ast",
Expand Down Expand Up @@ -80,7 +80,7 @@
"various": {}
},
"dependencies": {
"ast-compare": "^4.0.20",
"ast-compare": "^4.0.21",
"codsen-utils": "^1.6.2",
"rfdc": "^1.3.0"
}
Expand Down
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.16](https://github.com/codsen/codsen/compare/ast-get-values-by-key@5.0.15...ast-get-values-by-key@5.0.16) (2023-12-20)

**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.15",
"version": "5.0.16",
"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.13",
"ast-monkey-traverse": "^4.0.14",
"matcher": "^5.0.0",
"rfdc": "^1.3.0"
}
Expand Down
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.14](https://github.com/codsen/codsen/compare/ast-loose-compare@4.0.13...ast-loose-compare@4.0.14) (2023-12-20)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "4.0.14",
"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.13",
"ast-contains-only-empty-space": "^4.0.14",
"codsen-utils": "^1.6.2"
}
}
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.14](https://github.com/codsen/codsen/compare/ast-monkey-traverse@4.0.13...ast-monkey-traverse@4.0.14) (2023-12-20)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"version": "4.0.14",
"description": "Utility library to traverse AST",
"keywords": [
"ast",
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.21](https://github.com/codsen/codsen/compare/ast-monkey@9.0.20...ast-monkey@9.0.21) (2023-12-20)

**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.20",
"version": "9.0.21",
"description": "Traverse and edit AST",
"keywords": [
"ast",
Expand Down Expand Up @@ -81,10 +81,10 @@
}
},
"dependencies": {
"ast-compare": "^4.0.20",
"ast-monkey-traverse": "^4.0.13",
"check-types-mini": "^8.0.15",
"ast-compare": "^4.0.21",
"ast-monkey-traverse": "^4.0.14",
"check-types-mini": "^8.0.16",
"codsen-utils": "^1.6.2",
"util-array-object-or-both": "^5.0.10"
"util-array-object-or-both": "^5.0.11"
}
}
4 changes: 4 additions & 0 deletions packages/bitbucket-slug/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.9](https://github.com/codsen/codsen/compare/bitbucket-slug@4.0.8...bitbucket-slug@4.0.9) (2023-12-20)

**Note:** Version bump only for package bitbucket-slug

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/bitbucket-slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbucket-slug",
"version": "4.0.8",
"version": "4.0.9",
"description": "Generate BitBucket readme header anchor slug URLs. Unofficial, covers whole ASCII and a bit beyond.",
"keywords": [
"anchor",
Expand Down
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.16](https://github.com/codsen/codsen/compare/check-types-mini@8.0.15...check-types-mini@8.0.16) (2023-12-20)

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

## 8.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions packages/check-types-mini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-types-mini",
"version": "8.0.15",
"version": "8.0.16",
"description": "Validate options object",
"keywords": [
"compare",
Expand Down Expand Up @@ -72,8 +72,8 @@
}
},
"dependencies": {
"arrayiffy-if-string": "^5.0.6",
"ast-monkey-traverse": "^4.0.13",
"arrayiffy-if-string": "^5.0.7",
"ast-monkey-traverse": "^4.0.14",
"codsen-utils": "^1.6.2",
"matcher": "^5.0.0",
"object-path": "^0.11.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/codsen-parser/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.

## [0.14.21](https://github.com/codsen/codsen/compare/codsen-parser@0.14.20...codsen-parser@0.14.21) (2023-12-20)

**Note:** Version bump only for package codsen-parser

## 0.14.0 (2022-12-01)

### BREAKING CHANGES
Expand Down

0 comments on commit b54da5e

Please sign in to comment.