Update neutrino monorepo to v9#17
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
November 20, 2022 20:15
00c4ea6 to
d39f86e
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
August 13, 2025 23:44
d39f86e to
ae563b2
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
August 23, 2025 07:15
ae563b2 to
702ac5f
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
September 1, 2025 01:11
702ac5f to
87263e6
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
September 27, 2025 02:51
87263e6 to
35be1cb
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
October 23, 2025 08:11
35be1cb to
5fda4b9
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
2 times, most recently
from
November 19, 2025 03:46
f9cfd0a to
c62cacb
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
December 4, 2025 07:43
c62cacb to
7ff0069
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
January 1, 2026 00:19
7ff0069 to
135d62f
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
January 9, 2026 06:58
135d62f to
292f260
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
2 times, most recently
from
January 24, 2026 19:48
88f33a8 to
cbe1694
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
February 3, 2026 23:09
cbe1694 to
58e2c57
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
2 times, most recently
from
February 19, 2026 07:56
2860c49 to
cbc5083
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
2 times, most recently
from
March 14, 2026 16:09
37ace40 to
e2fc6d8
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
April 15, 2026 13:17
e2fc6d8 to
725c8fd
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
April 30, 2026 02:15
725c8fd to
0fcdcdb
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
May 13, 2026 03:07
0fcdcdb to
d9c1f2a
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
May 23, 2026 03:50
d9c1f2a to
d6e63b9
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
2 times, most recently
from
June 4, 2026 20:06
9c82681 to
520df7c
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
June 12, 2026 15:04
520df7c to
037808b
Compare
renovate
Bot
force-pushed
the
renovate/major-neutrino-monorepo
branch
from
July 18, 2026 03:14
037808b to
29d7c9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.14→^9.0.0^8.0.14→^9.0.0^8.0.14→^9.0.0Release Notes
neutrinojs/neutrino (@neutrinojs/clean)
v9.5.0Compare Source
#1652#1614#1651#1638#1644#1640#1612#1625#1592#1626#1632#1631#1629#1620#1613#1618#1619#1615#1650v9.4.0Compare Source
#1611#1599#1607#1608#1610#1600#1605#1606v9.3.0Compare Source
#1597#1583#1591#1588#1590#1585#1586#1577#1580v9.2.0Compare Source
#1582#1581#1572#1579#1573#1575#1564#1578#1574#1571#1558#1567#1570#1563#1568#1566babel-loader#1554#1569#1560#1562#1557#1556#1553#1555#1550#1545#1548#1547#1551#1544#1542#1541#1540#1536#1537#1538#1535#1533#1527#1532#1530#1531#1529v9.1.0Compare Source
#1525#1514#1509#1523#1521#1515#1518#1517#1513#1512#1510#1508#1511v9.0.0Compare Source
Neutrino 9 is our largest release ever, and includes upgrades to
webpack 4, Babel 7 and ESLint 6, along with significant performance
improvements.
The biggest breaking change is the necessity to use external tools
alongside Neutrino, i.e. webpack, ESLint, Jest, Karma, and others'
native CLIs will be used in tandem with Neutrino rather than being used
internally via their APIs. This fixes many bugs, gives more control over
how these tools are run and means usage of new features is no longer
blocked on Neutrino changes to support them.
Please see the migration guide for how to update:
https://neutrinojs.org/migration-guide/#neutrino-v8-to-v9
If you encounter any bugs, have questions or spot improvements that can
be made to the migration guide/docs - we'd love to hear from you:
https://github.com/neutrinojs/neutrino/issues
#1490#1502#1503#1500#1499#1498#1496#1497#1495#1494#1493v8.3.0Compare Source
#967#942#940object-rest-spreadexample#941#935#933#918#915#903#891#889#888#882#880#878#872#843#825#328#927#913v8.2.3Compare Source
#817#703#810#795#808#777#791v8.2.2Compare Source
2edc81av8.2.1Compare Source
v8.2.0Compare Source
#758#760#757#754#753#752#744#739#740#742#731#738#715#727#730#729#720#716#759#756#751#743#681#6773a6ccb6v8.1.2Compare Source
#679860e58dv8.1.1Compare Source
#697#6963a3ff45v8.1.0Compare Source
#692#694#645#680#686#685#615#691#690#598#6019f485b1v8.0.18Compare Source
#6728fccd3dv8.0.17Compare Source
#671#667#668b26bf4dv8.0.16Compare Source
#649#663#662abf0e4ev8.0.15Compare Source
#659#654#655#643b7a3bceConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.