Bump the development-version-updates group with 24 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 24 updates:
Package | From | To |
---|---|---|
@types/node | 22.16.5 |
22.17.0 |
lint-staged | 16.1.2 |
16.1.4 |
start-server-and-test | 2.0.12 |
2.0.13 |
typescript-eslint | 8.38.0 |
8.39.0 |
@jsonjoy.com/json-pack | 1.4.0 |
1.8.0 |
@jsonjoy.com/util | 1.8.0 |
1.9.0 |
@rollup/wasm-node | 4.46.1 |
4.46.2 |
@typescript-eslint/eslint-plugin | 8.38.0 |
8.39.0 |
@typescript-eslint/parser | 8.38.0 |
8.39.0 |
@typescript-eslint/project-service | 8.38.0 |
8.39.0 |
@typescript-eslint/scope-manager | 8.38.0 |
8.39.0 |
@typescript-eslint/tsconfig-utils | 8.38.0 |
8.39.0 |
@typescript-eslint/type-utils | 8.38.0 |
8.39.0 |
@typescript-eslint/types | 8.38.0 |
8.39.0 |
@typescript-eslint/typescript-estree | 8.38.0 |
8.39.0 |
@typescript-eslint/utils | 8.38.0 |
8.39.0 |
@typescript-eslint/visitor-keys | 8.38.0 |
8.39.0 |
caniuse-lite | 1.0.30001727 |
1.0.30001731 |
core-js-compat | 3.44.0 |
3.45.0 |
electron-to-chromium | 1.5.192 |
1.5.194 |
follow-redirects | 1.15.9 |
1.15.11 |
memfs | 4.23.0 |
4.36.0 |
module-replacements | 2.8.0 |
2.9.0 |
wait-on | 8.0.3 |
8.0.4 |
Updates @types/node
from 22.16.5 to 22.17.0
Commits
- See full diff in compare view
Updates lint-staged
from 16.1.2 to 16.1.4
Release notes
Sourced from lint-staged's releases.
v16.1.4
Patch Changes
- #1604
90b37b0
Thanks@iiroj
! - Add anothertypes
field topackage.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.v16.1.3
Patch Changes
- #1602
7ea700b
Thanks@dword-design
! - Add thetypes
field topackage.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog
Sourced from lint-staged's changelog.
16.1.4
Patch Changes
- #1604
90b37b0
Thanks@iiroj
! - Add anothertypes
field topackage.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.16.1.3
Patch Changes
- #1602
7ea700b
Thanks@dword-design
! - Add thetypes
field topackage.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
9151254
chore(changeset): release90b37b0
fix: add root-level "types" field to package.json795be13
chore(changeset): release4463089
build(deps): update dependencies7ea700b
fix: allow npm to detect built-in TypeScript type definitions0a0a701
test: make sure "git amend" works as expectedbfb71eb
perf: combinegit ls-files
calls into single process (#1587)f549d8a
docs: replace execa link with nano-span linkbd5b9f6
perf(config): optimize config discovery with pathspecs020a246
docs: fix typo in CHANGELOG.md- See full diff in compare view
Updates start-server-and-test
from 2.0.12 to 2.0.13
Commits
6385e1d
fix(deps): update dependency wait-on to v8.0.4 (#405)- See full diff in compare view
Updates typescript-eslint
from 8.38.0 to 8.39.0
Release notes
Sourced from typescript-eslint's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @jsonjoy.com/json-pack
from 1.4.0 to 1.8.0
Release notes
Sourced from @jsonjoy.com/json-pack's releases
.
v1.8.0
1.8.0 (2025-08-02)
Features
- implement Apache Avro decoders with comprehensive tests (d606e92)
v1.7.0
1.7.0 (2025-08-01)
Bug Fixes
- replace module by upstream dependency (585b4b7)
Features
- initial plan to replace local json-pointer with
@jsonjoy
.com/json-pointer package (72d6954)- replace local json-pointer with
@jsonjoy
.com/json-pointer package (36d892b)v1.6.0
1.6.0 (2025-08-01)
Features
- implement Apache Avro encoder with schema validation and tests (6791eb6)
Performance Improvements
- optimize Avro encoder for better performance (d6842c4)
v1.5.0
1.5.0 (2025-08-01)
Features
Commits
976998f
Merge pull request #44 from jsonjoy-com/copilot/fix-38e27ae53
refactor: replace beforeEach with setup helper function in Avro testsd606e92
feat: implement Apache Avro decoders with comprehensive testsd82342a
Initial plan585b4b7
fix: replace module by upstream dependency2a00fb5
refactor: change Path imports to type imports36d892b
feat: replace local json-pointer with@jsonjoy
.com/json-pointer package72d6954
feat: initial plan to replace local json-pointer with@jsonjoy
.com/json-point...387c629
Initial plan9254afe
Merge pull request #42 from jsonjoy-com/copilot/fix-41- Additional commits viewable in compare view
Updates @jsonjoy.com/util
from 1.8.0 to 1.9.0
Release notes
Sourced from @jsonjoy.com/util's releases
.
v1.9.0
1.9.0 (2025-08-02)
Bug Fixes
- 🐛 upstream codegen module (cc8a116)
Features
- 🎸 implement schema based random string generation (fa850ef)
- 🎸 use new string generation in JSON generation (f26fcca)
v1.8.1
1.8.1 (2025-08-01)
Bug Fixes
- 🐛 upstream buffers library (cde2106)
Commits
96f1cc6
Merge pull request #15 from jsonjoy-com/rnd-string9a53e2c
style: 💄 run formatterf26fcca
feat: 🎸 use new string generation in JSON generationfa850ef
feat: 🎸 implement schema based random string generationcc8a116
fix: 🐛 upstream codegen module9dd684e
Merge pull request #13 from jsonjoy-com/buffers627923e
test: 💍 remove unused testscde2106
fix: 🐛 upstream buffers library- See full diff in compare view
Updates @rollup/wasm-node
from 4.46.1 to 4.46.2
Release notes
Sourced from @rollup/wasm-node
's releases.
v4.46.2
4.46.2
2025-07-29
Bug Fixes
- Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)
Pull Requests
- #6041: Correct the logic of include in BinaryExpression and don't optimize external references away (
@TrickyPi
,@cyyynthia
,@lukastaegert
)
Changelog
Sourced from @rollup/wasm-node
's changelog.
4.46.2
2025-07-29
Bug Fixes
- Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)
Pull Requests
- #6041: Correct the logic of include in BinaryExpression and don't optimize external references away (
@TrickyPi
,@cyyynthia
,@lukastaegert
)
Commits
4e19bad
4.46.2603e046
Correct the logic of include in BinaryExpression and don't optimize external ...- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.0a8def4b
fix(eslint-plugin): [no-unsafe-assignment] add anunsafeObjectPattern
messa...422e3e2
feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)e901ad8
fix(eslint-plugin): revert #11127 (#11447)8dc8340
feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...2112d58
feat: update to TypeScript 5.9.2 (#11445)b872e2b
feat(eslint-plugin): [naming-convention] add enumMember PascalCase default op...757f9ee
fix(eslint-plugin): [prefer-optional-chain] ignorecheck
option for most RH...5b24864
chore: fix dangling reference to generate:configs in comments (#11431)- See full diff in compare view
Updates @typescript-eslint/parser
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/project-service
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/project-service
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/project-service
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/scope-manager
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/scope-manager
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/scope-manager
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/tsconfig-utils
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/tsconfig-utils
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/tsconfig-utils
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/type-utils
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/type-utils
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/types
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/types
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/types
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/typescript-estree
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/typescript-estree
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/typescript-estree
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/utils
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/utils
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils
's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)- See full diff in compare view
Updates @typescript-eslint/visitor-keys
from 8.38.0 to 8.39.0
Release notes
Sourced from @typescript-eslint/visitor-keys
's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys
's changelog.
8.39.0 (2025-08-04)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
c98d513
chore(release): publish 8.39.0- See full diff in compare view
Updates caniuse-lite
from 1.0.30001727 to 1.0.30001731
Commits
fad7902
Update caniuse-db 1.0.30001731423d5ce
Update caniuse-db 1.0.30001730- See full diff in compare view
Updates core-js-compat
from 3.44.0 to 3.45.0
Changelog
Sourced from core-js-compat's changelog.
3.45.0 - 2025.08.04
- Changes v3.44.0...v3.45.0 (70 commits)
Uint8Array
to / from base64 and hex proposal:
- Built-ins:
Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.setFromBase64
Uint8Array.prototype.setFromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
- Moved to stable ES, July 2025 TC39 meeting
- Added
es.
namespace modules,/es/
and/stable/
namespaces entries- Added detection of a Webkit bug:
Uint8Array
fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 stringMath.sumPrecise
proposal:
- Built-ins:
Math.sumPreciseDescription has been truncated
Pull Request Statistics
1
1
+177
-116
Package Dependencies
@typescript-eslint/parser
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/eslint-plugin
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/project-service
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/scope-manager
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/type-utils
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/typescript-estree
npm
8.38.0 → 8.39.0
Minor
@typescript-eslint/visitor-keys
npm
8.38.0 → 8.39.0
Minor
Technical Details
ID: | 4610580 |
UUID: | 2719889786 |
Node ID: | PR_kwDONUyxgM6iHjl6 |
Host: | GitHub |
Repository: | mrlonis/example-angular-theme-lib |
Merge State: | Unknown |