-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency magic-string to ^0.30.17 #91
base: master
Are you sure you want to change the base?
Conversation
|
|
570813b
to
b9d871c
Compare
b9d871c
to
d25d556
Compare
d25d556
to
9047226
Compare
9047226
to
1983874
Compare
1983874
to
9f892ac
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #91 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 31 31
Branches 6 6
=========================================
Hits 31 31 ☔ View full report in Codecov by Sentry. |
9f892ac
to
f919fcf
Compare
f919fcf
to
04d7a5e
Compare
04d7a5e
to
3fe22c9
Compare
3fe22c9
to
8cf61d3
Compare
8cf61d3
to
ca2df31
Compare
ca2df31
to
1f29cfb
Compare
1f29cfb
to
d2716ca
Compare
d2716ca
to
23580cf
Compare
23580cf
to
683b8e4
Compare
683b8e4
to
c2180a7
Compare
c2180a7
to
d3e79b4
Compare
d3e79b4
to
2d07798
Compare
2d07798
to
8c9b8dd
Compare
This PR contains the following updates:
^0.25.7
->^0.30.17
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 - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.