Skip to content

Commit df52ef1

Browse files
committed
[javascript] package: bump version to 1.14.0
1 parent 300bfb4 commit df52ef1

4 files changed

Lines changed: 33 additions & 33 deletions

File tree

packages/javascript/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog (JavaScript)
22

3-
## 1.14.0 (2026--)
3+
## 1.14.0 (2026-07-28)
44

55
- **BREAKING CHANGES**: `logBox` now requires a Node.js runtime and is imported from the `qsu/node` subpath. It uses `node:util` and `process`, so exporting it from the browser-safe root entry point could break bundlers
66
- **BREAKING CHANGES**: `objDeleteKeyByValue`, `objUpdate`, `objMergeNewKey`, `arrShuffle`, `arrMove`, `sortNumeric` and `sortByObjectKey` no longer modify the argument they are given. They all return a new object or array, matching the Dart implementations. `Object.assign(obj, {})` returns `obj` itself and `Array.prototype.sort` reorders in place, so the caller's data used to change underneath it

packages/javascript/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qsu",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.",
55
"author": "CDGet <jooy2.contact@gmail.com>",
66
"license": "MIT",
@@ -73,13 +73,13 @@
7373
],
7474
"devDependencies": {
7575
"@eslint/js": "^9.39.2",
76-
"@types/node": "^26.1.1",
76+
"@types/node": "^26.1.2",
7777
"@typescript-eslint/parser": "^8.65.0",
7878
"dayjs": "^1.11.21",
7979
"eslint": "^9.39.2",
8080
"eslint-config-prettier": "^10.1.8",
8181
"eslint-plugin-n": "^18.2.2",
82-
"globals": "^17.7.0",
82+
"globals": "^17.8.0",
8383
"jiti": "^2.7.0",
8484
"prettier": "^3.9.6",
8585
"terser-glob": "^1.2.1",

packages/javascript/pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)