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.16
 - array-of-arrays-into-ast@4.0.19
 - ast-compare@4.0.24
 - ast-deep-contains@5.0.19
 - ast-delete-object@4.0.24
 - ast-get-object@4.0.24
 - ast-monkey@9.0.24
 - check-types-mini@8.0.19
 - codsen-parser@0.14.24
 - codsen-tokenizer@7.0.24
 - csv-sort@7.0.16
 - csv-sort-cli@4.0.3
 - csv-split-easy@7.0.16
 - detergent@9.2.10
 - edit-package-json@0.8.20
 - email-all-chars-within-ascii@5.0.19
 - email-all-chars-within-ascii-cli@4.0.3
 - email-comb@7.0.21
 - email-homey@5.0.3
 - eslint-plugin-row-num-tbc@4.0.24
 - eslint-plugin-test-num-tbc@3.0.25
 - extract-search-index@2.0.22
 - generate-atomic-css-cli@4.0.3
 - gulp-email-remove-unused-css@6.0.2
 - html-crush@6.0.19
 - html-img-alt@4.0.20
 - html-table-patcher@6.0.24
 - is-html-attribute-closing@4.0.19
 - is-html-tag-opening@4.0.19
 - is-media-descriptor@5.0.19
 - is-relative-uri@5.0.16
 - js-row-num@7.0.16
 - js-row-num-cli@4.0.3
 - json-comb@0.9.3
 - json-comb-core@8.0.19
 - json-sort-cli@4.0.3
 - json-variables@12.0.19
 - lerna-clean-changelogs-cli@4.0.3
 - object-delete-key@4.0.24
 - object-flatten-all-arrays@7.0.19
 - object-set-all-values-to@6.0.16
 - ranges-apply@7.0.16
 - ranges-crop@6.0.16
 - ranges-invert@6.0.16
 - ranges-iterate@4.0.16
 - ranges-process-outside@6.0.16
 - ranges-regex@6.0.16
 - remark-conventional-commit-changelog-timeline@3.1.10
 - remark-typography@0.6.19
 - string-apostrophes@4.0.19
 - string-collapse-white-space@11.0.19
 - string-dashes@1.2.13
 - string-find-heads-tails@6.0.19
 - string-match-left-right@9.0.19
 - string-remove-duplicate-heads-tails@7.0.19
 - string-remove-thousand-separators@7.0.16
 - string-remove-widows@4.0.21
 - string-split-by-whitespace@4.0.19
 - string-strip-html@13.4.7
 - stristri@5.0.24
 - update-versions@7.0.3
  • Loading branch information
revelt committed Mar 30, 2024
1 parent df742e4 commit 42c944b
Show file tree
Hide file tree
Showing 123 changed files with 534 additions and 282 deletions.
282 changes: 141 additions & 141 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.16](https://github.com/codsen/codsen/compare/array-group-str-omit-num-char@6.0.15...array-group-str-omit-num-char@6.0.16) (2024-03-30)

**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.15",
"version": "6.0.16",
"description": "Groups array of strings by omitting number characters",
"keywords": [
"array",
Expand Down Expand Up @@ -72,6 +72,6 @@
},
"dependencies": {
"codsen-utils": "^1.6.4",
"ranges-apply": "^7.0.15"
"ranges-apply": "^7.0.16"
}
}
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.19](https://github.com/codsen/codsen/compare/array-of-arrays-into-ast@4.0.18...array-of-arrays-into-ast@4.0.19) (2024-03-30)

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

## 4.0.12 (2023-05-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.18",
"version": "4.0.19",
"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.18",
"check-types-mini": "^8.0.19",
"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.24](https://github.com/codsen/codsen/compare/ast-compare@4.0.23...ast-compare@4.0.24) (2024-03-30)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion 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.23",
"version": "4.0.24",
"description": "Compare anything: AST, objects, arrays, strings and nested thereof",
"keywords": [
"array",
Expand Down
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.19](https://github.com/codsen/codsen/compare/ast-deep-contains@5.0.18...ast-deep-contains@5.0.19) (2024-03-30)

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

## 5.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "5.0.19",
"description": "Like t.same assert on array of objects, where element order doesn't matter.",
"keywords": [
"array",
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.24](https://github.com/codsen/codsen/compare/ast-delete-object@4.0.23...ast-delete-object@4.0.24) (2024-03-30)

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

## 4.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 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.23",
"version": "4.0.24",
"description": "Delete all plain objects in AST if they contain a certain key/value pair",
"keywords": [
"ast",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"ast-compare": "^4.0.23",
"ast-compare": "^4.0.24",
"ast-monkey-traverse": "^4.0.16",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
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.24](https://github.com/codsen/codsen/compare/ast-get-object@4.0.23...ast-get-object@4.0.24) (2024-03-30)

**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.23",
"version": "4.0.24",
"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.23",
"ast-compare": "^4.0.24",
"codsen-utils": "^1.6.4",
"rfdc": "^1.3.1"
}
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.24](https://github.com/codsen/codsen/compare/ast-monkey@9.0.23...ast-monkey@9.0.24) (2024-03-30)

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

## 9.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 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.23",
"version": "9.0.24",
"description": "Traverse and edit AST",
"keywords": [
"ast",
Expand Down Expand Up @@ -81,9 +81,9 @@
}
},
"dependencies": {
"ast-compare": "^4.0.23",
"ast-compare": "^4.0.24",
"ast-monkey-traverse": "^4.0.16",
"check-types-mini": "^8.0.18",
"check-types-mini": "^8.0.19",
"codsen-utils": "^1.6.4",
"util-array-object-or-both": "^5.0.12"
}
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.19](https://github.com/codsen/codsen/compare/check-types-mini@8.0.18...check-types-mini@8.0.19) (2024-03-30)

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

## 8.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "8.0.19",
"description": "Validate options object",
"keywords": [
"compare",
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.24](https://github.com/codsen/codsen/compare/codsen-parser@0.14.23...codsen-parser@0.14.24) (2024-03-30)

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

## 0.14.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/codsen-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codsen-parser",
"version": "0.14.23",
"version": "0.14.24",
"description": "Parser aiming at broken or mixed code, especially HTML & CSS",
"keywords": [
"ast",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"ast-monkey-util": "^3.0.8",
"codsen-tokenizer": "^7.0.23",
"codsen-tokenizer": "^7.0.24",
"codsen-utils": "^1.6.4",
"object-path": "^0.11.8",
"string-find-malformed": "^4.0.17",
Expand Down
6 changes: 6 additions & 0 deletions packages/codsen-tokenizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.24](https://github.com/codsen/codsen/compare/codsen-tokenizer@7.0.23...codsen-tokenizer@7.0.24) (2024-03-30)

### Bug Fixes

- remove an unused import ([f97b2d8](https://github.com/codsen/codsen/commit/f97b2d8a75cda25afb7e3485aa26595dbc6988c0))

## 7.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
10 changes: 5 additions & 5 deletions packages/codsen-tokenizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codsen-tokenizer",
"version": "7.0.23",
"version": "7.0.24",
"description": "HTML and CSS lexer aimed at code with fatal errors, accepts mixed coding languages",
"keywords": [
"ast",
Expand Down Expand Up @@ -75,13 +75,13 @@
"codsen-utils": "^1.6.4",
"html-all-known-attributes": "^6.0.7",
"is-char-suitable-for-html-attr-name": "^4.0.7",
"is-html-attribute-closing": "^4.0.18",
"is-html-tag-opening": "^4.0.18",
"is-html-attribute-closing": "^4.0.19",
"is-html-tag-opening": "^4.0.19",
"rfdc": "^1.3.1",
"string-left-right": "^6.0.17",
"string-match-left-right": "^9.0.18"
"string-match-left-right": "^9.0.19"
},
"devDependencies": {
"ast-compare": "^4.0.23"
"ast-compare": "^4.0.24"
}
}
4 changes: 4 additions & 0 deletions packages/csv-sort-cli/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.3](https://github.com/codsen/codsen/compare/csv-sort-cli@4.0.2...csv-sort-cli@4.0.3) (2024-03-30)

**Note:** Version bump only for package csv-sort-cli

## 4.0.0 (2024-01-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-sort-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-sort-cli",
"version": "4.0.2",
"version": "4.0.3",
"description": "Command line app to sort double-entry CSVs coming from internet banking statements",
"keywords": [
"accountancy",
Expand Down Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"chalk": "^5.3.0",
"codsen-utils": "^1.6.4",
"csv-sort": "^7.0.15",
"csv-sort": "^7.0.16",
"globby": "^14.0.1",
"inquirer": "^9.2.17",
"meow": "^13.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/csv-sort/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.

## [7.0.16](https://github.com/codsen/codsen/compare/csv-sort@7.0.15...csv-sort@7.0.16) (2024-03-30)

**Note:** Version bump only for package csv-sort

## 7.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-sort/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-sort",
"version": "7.0.15",
"version": "7.0.16",
"description": "Sort double-entry bookkeeping CSV from internet banking",
"keywords": [
"accountancy",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@types/lodash-es": "^4.17.12",
"csv-split-easy": "^7.0.15",
"csv-split-easy": "^7.0.16",
"currency.js": "^2.0.4",
"lodash-es": "^4.17.21"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/csv-split-easy/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.

## [7.0.16](https://github.com/codsen/codsen/compare/csv-split-easy@7.0.15...csv-split-easy@7.0.16) (2024-03-30)

**Note:** Version bump only for package csv-split-easy

## 7.0.0 (2022-12-01)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-split-easy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-split-easy",
"version": "7.0.15",
"version": "7.0.16",
"description": "Splits the CSV string into array of arrays, each representing a row of columns",
"keywords": [
"add",
Expand Down Expand Up @@ -74,6 +74,6 @@
}
},
"dependencies": {
"string-remove-thousand-separators": "^7.0.15"
"string-remove-thousand-separators": "^7.0.16"
}
}
4 changes: 4 additions & 0 deletions packages/detergent/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.2.10](https://github.com/codsen/codsen/compare/detergent@9.2.9...detergent@9.2.10) (2024-03-30)

**Note:** Version bump only for package detergent

## 9.2.0 (2023-04-16)

### Features
Expand Down
18 changes: 9 additions & 9 deletions packages/detergent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detergent",
"version": "9.2.9",
"version": "9.2.10",
"description": "Extract, clean, encode text and fix English style",
"keywords": [
"brief",
Expand Down Expand Up @@ -78,18 +78,18 @@
"codsen-utils": "^1.6.4",
"he": "^1.2.0",
"html-entities-not-email-friendly": "^0.8.8",
"ranges-apply": "^7.0.15",
"ranges-invert": "^6.0.15",
"ranges-process-outside": "^6.0.15",
"ranges-apply": "^7.0.16",
"ranges-invert": "^6.0.16",
"ranges-process-outside": "^6.0.16",
"ranges-push": "^7.0.15",
"string-apostrophes": "^4.0.18",
"string-collapse-white-space": "^11.0.18",
"string-dashes": "^1.2.12",
"string-apostrophes": "^4.0.19",
"string-collapse-white-space": "^11.0.19",
"string-dashes": "^1.2.13",
"string-fix-broken-named-entities": "^7.0.17",
"string-left-right": "^6.0.17",
"string-range-expander": "^4.0.14",
"string-remove-widows": "^4.0.20",
"string-strip-html": "^13.4.6",
"string-remove-widows": "^4.0.21",
"string-strip-html": "^13.4.7",
"string-trim-spaces-only": "^5.0.10"
},
"devDependencies": {
Expand Down

0 comments on commit 42c944b

Please sign in to comment.