-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update magic-string to version 0.30.17 #143
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
52eafc0
to
7e5877e
Compare
7e5877e
to
ddb9c39
Compare
ddb9c39
to
7bf1c45
Compare
7bf1c45
to
92a01a2
Compare
92a01a2
to
eed5e10
Compare
eed5e10
to
10500ae
Compare
10500ae
to
5acb289
Compare
5acb289
to
e9a16a3
Compare
e9a16a3
to
b507137
Compare
b507137
to
e2af236
Compare
e2af236
to
d76aa2f
Compare
d76aa2f
to
aa16324
Compare
aa16324
to
83ce775
Compare
83ce775
to
803f26c
Compare
803f26c
to
8562292
Compare
|
8562292
to
69e6f37
Compare
69e6f37
to
f233acc
Compare
f233acc
to
923dc62
Compare
923dc62
to
64ee99e
Compare
64ee99e
to
1612831
Compare
1612831
to
327b25b
Compare
This PR contains the following updates:
0.25.7
->0.30.17
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
rich-harris/magic-string (magic-string)
v0.30.17
Compare Source
Bug Fixes
type: module
(092697b)v0.30.16
Compare Source
Bug Fixes
hires: 'boundary'
(#298) (24cb8ea)Features
v0.30.15
Compare Source
Features
sideEffects: false
to package.json (#295) (889bd73)v0.30.14
Compare Source
Features
debugId
inSourceMap
types (#294) (5d93dcf)v0.30.13
Compare Source
Features
debugId
property (#292) (ef531a8)v0.30.12
Compare Source
Performance Improvements
v0.30.11
Compare Source
Bug Fixes
v0.30.10
Compare Source
Bug Fixes
v0.30.9
Compare Source
Performance Improvements
replace
(a1b857c)v0.30.8
Compare Source
Bug Fixes
v0.30.7
Compare Source
Features
reset
method (#218) (#271) (3dc21e2)v0.30.6
Compare Source
Features
btoa
(#269) (8679648)v0.30.5
Compare Source
Bug Fixes
sourcesContent
type (#263) (0e2068d)v0.30.4
Compare Source
Bug Fixes
btoa
, support services worker, close #258 (#259) (2dea20b)v0.30.3
Compare Source
Bug Fixes
v0.30.2
Compare Source
Features
v0.30.1
Compare Source
Bug Fixes
v0.30.0
Compare Source
Bug Fixes
null
is invalid forsources
andfile
(#242) (d4e9c31)Features
v0.29.0
Compare Source
Features
v0.28.0
Compare Source
Bug Fixes
v0.27.0
Compare Source
Performance Improvements
0.26.7 (2022-10-09)
Bug Fixes
0.26.6 (2022-10-05)
Features
update
method as safer alternative tooverwrite
(#212) (9a312e3)0.26.5 (2022-09-30)
Bug Fixes
replaceAll()
(#224) (45a4921)0.26.4 (2022-09-22)
Features
.replace()
when searching string, add.replaceAll()
(#222) (04a05bd)Performance Improvements
0.26.3 (2022-08-30)
Performance Improvements
0.26.2 (2022-05-11)
Bug Fixes
0.26.1 (2022-03-03)
Bug Fixes
v0.26.7
Compare Source
Bug Fixes
v0.26.6
Compare Source
Features
update
method as safer alternative tooverwrite
(#212) (9a312e3)v0.26.5
Compare Source
Bug Fixes
replaceAll()
(#224) (45a4921)v0.26.4
Compare Source
Features
.replace()
when searching string, add.replaceAll()
(#222) (04a05bd)Performance Improvements
v0.26.3
Compare Source
Performance Improvements
v0.26.2
Compare Source
Bug Fixes
v0.26.1
Compare Source
Bug Fixes
v0.26.0
Compare Source
BREAKING CHANGES
magic-string
requires Node.js v12 or higher. (#204).mjs
extension (#197)Features
hasChanged
method (#202) (5f2dba7)replace
method (#203) (cd74ea2)0.25.9 (2022-03-03)
Bug Fixes
storeName
(#194) (96b7cd3)0.25.8 (2022-03-02)
Bug Fixes
MagicString
options as optional (#183) (15c3e66)0.25.7
0.25.6
0.25.5
0.25.4
intro
andoutro
(#162)0.25.3
SourceMap.version
.0.25.2
new Buffer(...)
0.25.1
0.25.0
length
method (#145)0.24.1
lastLine
andlastChar
methods (#142)0.24.0
isEmpty
methods (#137)sourcemap-codec
in 0.23.2.0.23.2
generateDecodedMap
methods (#134)0.23.1
0.23.0
sourcemap-codec
for improved performance (#133)0.22.5
0.22.4
contentOnly
andstoreName
are both optional0.22.3
original
to TS definitions0.22.2
declare module
(#127)0.22.1
0.22.0
overwrite
state corruption (#115)0.21.3
indentExclusionRanges
correctly (#122)0.21.2
default
property referencing self in index-legacy.js, to work around TypeScript bug (#121)0.21.1
0.21.0
0.20.0
overwrite
is a{storeName, contentOnly}
options object.storeName: true
is equivalent totrue
before.contentOnly
will preserve existing appends/prepends to the chunk in question0.19.1
move
)remove
separately tooverwrite
0.19.0
0.18.0
overwrite
orremove
(#113)0.17.0
appendLeft
,appendRight
,prependLeft
,prependRight
methods (#109)insertLeft
andinsertRight
are deprecated in favour ofappendLeft
andprependRight
respectively0.16.0
overwrite
andremove
operations (#89)bundle.generateMap(...)
(#73)0.15.2
0.15.1
0.15.0
Bundle
in ES build, so ES consumers of magic-string can tree-shake it out0.14.0
0.13.1
s.slice()
issues (#62)0.13.0
insertAfter
is nowinsertLeft
,insertBefore
is nowinsertRight
insert
is no longer available. UseinsertLeft
andinsertRight
0.12.1
insertAfter
andinsertBefore
0.12.0
insertAfter
andinsertBefore
methods0.11.4
trim()
0.11.3
0.11.2
0.11.1
findIndex
helper for 0.12 support0.11.0
move()
methodmove()
0.10.2
0.10.1
0.10.0
magicString.locate
andlocateOrigin
are deprecatedmagicString.slice(...)
0.9.1
0.9.0
0.8.0
0.7.0
names
array is populated when generating sourcemaps, and mappings include name indices where appropriate (#16)0.6.6
0.6.5
jsnext:main
in package.json0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
s.clone()
clones indent exclusion ranges and sourcemap locations0.5.2
s.slice()
accepts negative numbers, and the second argument can be omitted (means 'original string length'), just likeString.prototype.slice
0.5.1
0.5.0
s.replace()
is deprecated in favour ofs.overwrite()
(identical signature)bundle.addSource()
can take aMagicString
instance as its sole argument, for convenienceoptions
innew MagicString(str, options)
can includefilename
andindentExclusionRanges
options, which will be used when bundlings.snip( start, end )
0.4.9
file
option is optional when generating a bundle sourcemap0.4.7
0.4.6
0.4.5
source.addSourcemapLocation()
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
vlq
dependency included0.3.1
0.3.0
source.indentStr
isnull
if no lines are indented. Usesource.getIndentString()
for the old behaviour (guess, and if no lines are indented, return\t
)bundle.getIndentString()
ignores sources with no indented lines when guessing indentation (#3)0.2.7
source.trimLines()
removes empty lines from start/end of source, leaving other whitespace untouched0.2.6
0.2.5
bundle.addSource()
can take anindentExclusionRanges
option0.2.4
0.2.3
0.2.2
sources
paths in sourcemaps relative tooptions.file
0.2.1
bundle.indent()
0.2.0
MagicString.Bundle
for concatenating magic strings0.1.10
0.1.9
0.1.8
s.generateMap()
have atoUrl()
method that generates a DataURI0.1.7
s.insert( index, content )
- roughly equivalent tos.replace( index, index, content )
0.1.6
0.1.5
s.indent({ exclude: [ x, y ] })
prevents lines between (original) charactersx
andy
from being indented. Multiple exclusion ranges are also supported (e.g.exclude: [[a, b], [c, d]]
)0.1.4
s.locate()
doesn't throw out-of-bound error if index is equal to original string's length0.1.3
s.trim()
returnsthis
(i.e. is chainable)0.1.2
s.slice()
0.1.1
s.trim()
0.1.0
v0.25.9
Compare Source
Bug Fixes
storeName
(#194) (96b7cd3)v0.25.8
Compare Source
Bug Fixes
MagicString
options as optional (#183) (15c3e66)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.