Open dependabot[bot] opened 1 year ago
Bumps semver and core-js-compat. These dependencies needed to be updated together. Updates semver from 5.7.1 to 7.5.4
semver
Sourced from semver's releases.
v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@lukekarrys) 99d8287 #583 correctly parse long build ids as valid (#583) (@lukekarrys) v7.5.3 7.5.3 (2023-06-22) Bug Fixes abdd93d #571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys) Documentation bf53dd8 #569 add example for > comparator (#569) (@mbtools) v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565 preserve build in raw after inc (#565) (@lukekarrys) 717534e #564 better handling of whitespace (#564) (@lukekarrys) v7.5.1 7.5.1 (2023-05-12) Bug Fixes d30d25a #559 show type on invalid semver error (#559) (@tjenkinson) v7.5.0 7.5.0 (2023-04-17) Features 503a4e5 #548 allow identifierBase to be false (#548) (@lsvalina) Bug Fixes e219bb4 #552 throw on bad version with correct error message (#552) (@wraithgar) fc2f3df #546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson) 2781767 #547 avoid re-instantiating SemVer during diff compare (#547) (@macno) v7.4.0 7.4.0 (2023-04-10)
cc6fde2
@lukekarrys
99d8287
abdd93d
bf53dd8
>
@mbtools
58c791f
5c8efbc
717534e
d30d25a
@tjenkinson
503a4e5
@lsvalina
e219bb4
@wraithgar
fc2f3df
2781767
@macno
... (truncated)
Sourced from semver's changelog.
7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@lukekarrys) 99d8287 #583 correctly parse long build ids as valid (#583) (@lukekarrys) 7.5.3 (2023-06-22) Bug Fixes abdd93d #571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys) Documentation bf53dd8 #569 add example for > comparator (#569) (@mbtools) 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565 preserve build in raw after inc (#565) (@lukekarrys) 717534e #564 better handling of whitespace (#564) (@lukekarrys) 7.5.1 (2023-05-12) Bug Fixes d30d25a #559 show type on invalid semver error (#559) (@tjenkinson) 7.5.0 (2023-04-17) Features 503a4e5 #548 allow identifierBase to be false (#548) (@lsvalina) Bug Fixes e219bb4 #552 throw on bad version with correct error message (#552) (@wraithgar) fc2f3df #546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson) 2781767 #547 avoid re-instantiating SemVer during diff compare (#547) (@macno) 7.4.0 (2023-04-10) Features 113f513 #532 identifierBase parameter for .inc (#532) (@wraithgar, @b-bly) 48d8f8f #530 export new RELEASE_TYPES constant (@hcharley)
113f513
@b-bly
48d8f8f
@hcharley
36cd334
8456d87
dde1f00
dffcd1b
@npmcli/template-oss
d619f66
3bc4247
4f0f6b1
6bd1a37
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates semver from 6.3.0 to 7.5.4
Updates semver from 5.5.0 to 7.5.4
Updates semver from 7.3.7 to 7.5.4
Updates core-js-compat from 3.23.3 to 3.31.1
core-js-compat
Sourced from core-js-compat's changelog.
3.31.1 - 2023.07.06 Fixed a structuredClone bug with cloning views of transferred buffers, #1265 Fixed the order of arguments validation in DataView methods Allowed cloning of Float16Array in structuredClone Compat data improvements: Set methods proposal marked as supported from Safari 17.0 New URL features: URL.canParse, URLSearchParams.prototype.size and value argument of URLSearchParams.prototype.{ has, delete } marked as supported from Safari 17.0 value argument of URLSearchParams.prototype.{ has, delete } marked as supported from Deno 1.35 AggregateError and well-formed JSON.stringify marked as supported React Native 0.72 Hermes Added Deno 1.35 compat data mapping Added Quest Browser 28 compat data mapping Added missing NodeJS 12.16-12.22 compat data mapping Updated Opera Android 76 compat data mapping 3.31.0 - 2023.06.12 Well-formed unicode strings proposal: Methods: String.prototype.isWellFormed method String.prototype.toWellFormed method Moved to stable ES, May 2023 TC39 meeting Added es. namespace modules, /es/ and /stable/ namespaces entries Array grouping proposal, May 2023 TC39 meeting updates: Because of the web compat issue, moved from prototype to static methods. Added: Object.groupBy method Map.groupBy method (with the actual semantic - with a minor difference it was present in the collections methods stage 1 proposal) Demoted to stage 2 Decorator Metadata proposal, May 2023 TC39 meeting updates: Moved to stage 3 Added Function.prototype[Symbol.metadata] (=== null) Added /actual/ entries Iterator Helpers stage 3 proposal: Changed Symbol.iterator fallback from callable check to undefined / null check, May 2023 TC39 meeting, proposal-iterator-helpers/272 Removed IsCallable check on NextMethod, deferring errors to Call site, May 2023 TC39 meeting, proposal-iterator-helpers/274 Added Promise.withResolvers stage 2 proposal: Promise.withResolvers method Symbol predicates stage 2 proposal: The methods renamed to end with Symbol, May 2023 TC39 meeting: Symbol.isRegistered -> Symbol.isRegisteredSymbol method Symbol.isWellKnown -> Symbol.isWellKnownSymbol method Added value argument of URLSearchParams.prototype.{ has, delete }, url/735 Fixed some cases of increasing buffer size in ArrayBuffer.prototype.{ transfer, transferToFixedLength } polyfills Fixed awaiting async AsyncDisposableStack.prototype.adopt callback, #1258 Fixed URLSearchParams#size in ES3 engines (IE8-) Added a workaround in Object.{ entries, values } for some IE versions bug with invisible integer keys on null-prototype objects Added TypeScript definitions to core-js-compat, #1235, thanks @susnux Compat data improvements: Set.prototype.difference that was missed in Bun because of
structuredClone
DataView
Float16Array
Set
URL
URL.canParse
URLSearchParams.prototype.size
value
URLSearchParams.prototype.{ has, delete }
AggregateError
JSON.stringify
String.prototype.isWellFormed
String.prototype.toWellFormed
es.
/es/
/stable/
Array
Object.groupBy
Map.groupBy
Function.prototype[Symbol.metadata]
=== null
/actual/
Symbol.iterator
undefined
null
IsCallable
NextMethod
Call
Promise.withResolvers
Symbol
Symbol.isRegistered
Symbol.isRegisteredSymbol
Symbol.isWellKnown
Symbol.isWellKnownSymbol
ArrayBuffer.prototype.{ transfer, transferToFixedLength }
AsyncDisposableStack.prototype.adopt
URLSearchParams#size
Object.{ entries, values }
@susnux
Set.prototype.difference
Bumps semver and core-js-compat. These dependencies needed to be updated together. Updates
semver
from 5.7.1 to 7.5.4Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
36cd334
chore: release 7.5.48456d87
chore: postinstall for dependabot template-oss PRdde1f00
chore: postinstall for dependabot template-oss PRdffcd1b
chore: bump@npmcli/template-oss
from 4.16.0 to 4.17.0d619f66
chore: postinstall for dependabot template-oss PR3bc4247
chore: bump@npmcli/template-oss
from 4.15.1 to 4.16.0cc6fde2
fix: trim each range set before parsing99d8287
fix: correctly parse long build ids as valid (#583)4f0f6b1
chore: fix arguments in whitespace test (#574)6bd1a37
chore: remove duplicate test in semver class (#575)Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates
semver
from 6.3.0 to 7.5.4Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
36cd334
chore: release 7.5.48456d87
chore: postinstall for dependabot template-oss PRdde1f00
chore: postinstall for dependabot template-oss PRdffcd1b
chore: bump@npmcli/template-oss
from 4.16.0 to 4.17.0d619f66
chore: postinstall for dependabot template-oss PR3bc4247
chore: bump@npmcli/template-oss
from 4.15.1 to 4.16.0cc6fde2
fix: trim each range set before parsing99d8287
fix: correctly parse long build ids as valid (#583)4f0f6b1
chore: fix arguments in whitespace test (#574)6bd1a37
chore: remove duplicate test in semver class (#575)Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates
semver
from 5.5.0 to 7.5.4Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
36cd334
chore: release 7.5.48456d87
chore: postinstall for dependabot template-oss PRdde1f00
chore: postinstall for dependabot template-oss PRdffcd1b
chore: bump@npmcli/template-oss
from 4.16.0 to 4.17.0d619f66
chore: postinstall for dependabot template-oss PR3bc4247
chore: bump@npmcli/template-oss
from 4.15.1 to 4.16.0cc6fde2
fix: trim each range set before parsing99d8287
fix: correctly parse long build ids as valid (#583)4f0f6b1
chore: fix arguments in whitespace test (#574)6bd1a37
chore: remove duplicate test in semver class (#575)Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates
semver
from 7.3.7 to 7.5.4Release notes
Sourced from semver's releases.
... (truncated)
Changelog
Sourced from semver's changelog.
... (truncated)
Commits
36cd334
chore: release 7.5.48456d87
chore: postinstall for dependabot template-oss PRdde1f00
chore: postinstall for dependabot template-oss PRdffcd1b
chore: bump@npmcli/template-oss
from 4.16.0 to 4.17.0d619f66
chore: postinstall for dependabot template-oss PR3bc4247
chore: bump@npmcli/template-oss
from 4.15.1 to 4.16.0cc6fde2
fix: trim each range set before parsing99d8287
fix: correctly parse long build ids as valid (#583)4f0f6b1
chore: fix arguments in whitespace test (#574)6bd1a37
chore: remove duplicate test in semver class (#575)Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates
core-js-compat
from 3.23.3 to 3.31.1Changelog
Sourced from core-js-compat's changelog.