Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
systemjs 0.21.6 -> 6.15.1 age adoption passing confidence

Release Notes

systemjs/systemjs (systemjs)

v6.15.1

Compare Source

What's Changed

Full Changelog: systemjs/systemjs@6.15.0...6.15.1

v6.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.14.3...6.15.0

v6.14.3

Compare Source

Fixes an issue where the Terser minification of system.min.js would apply unsafe optimizations breaking support for URL rewriting in CSS (#​2474).

Full Changelog: systemjs/systemjs@6.14.2...6.14.3

v6.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.14.1...6.14.2

v6.14.1

Compare Source

What's Changed

Full Changelog: systemjs/systemjs@6.14.0...6.14.1

v6.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.13.0...6.14.0

v6.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.12.6...6.13.0

v6.12.6

Compare Source

v6.12.5

Compare Source

v6.12.4

Compare Source

v6.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.12.2...6.12.3

v6.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: systemjs/systemjs@6.12.1...6.12.2

v6.12.1: SystemJS 6.12.1

Compare Source

Features

Full Changelog: systemjs/systemjs@6.11.0...6.12.1

v6.12.0

Compare Source

v6.11.0: SystemJS Version 6.11.0

Compare Source

Features

Patches

v6.10.3: SystemJS Version 6.10.3

Compare Source

Fixes

  • Avoid double instantiation of named registers. (#​2352)
  • Always return the first named register from a file. (#​2352)

v6.10.2: SystemJS Version 6.10.2

Compare Source

Patches

v6.10.1: SystemJS Version 6.10.1

Compare Source

Patches

  • fixup module types browser check (#​2343)

v6.10.0: SystemJS Version 6.10.0

Compare Source

Features

  • Refactor amd.js to only call System.register. Resolves #​2331. Add Error #​9 and Warning W6 to errors.md documentation. This is a significant refactor but should not change behavior. (#​2335)
  • Add package.json to package exports (#​2317 @​mk-pmb)

Patches

  • Do not throw errors when _export(null) is called. Resolves #​2332. (#​2334)

v6.9.0: SystemJS Version 6.9.0

Compare Source

Features

Patches

Docs

v6.8.3: SystemJS Version 6.8.3

Compare Source

Patches

  • Allow deletion of uninstantiated modules whose top level parent import finished. (#​2291)

v6.8.2: SystemJS 6.8.2

Compare Source

Patches

  • Fix deleting modules after link failure. Resolves #​2286. (#​2288)
  • Ensure onload hooks retain catches (#​2289)
  • Footprint improvement for browser (#​2290)

v6.8.1

Compare Source

v6.8.0: SystemJS 6.8.0

Compare Source

Features

v6.7.1: SystemJS 6.7.1

Compare Source

  • Fix auto import race condition (5f0cf3a)

v6.7.0: SystemJS 6.7.0

Compare Source

Features & Deprecations

  • Implement integrity attribute for systemjs-importmap scripts (78072e5)
  • Deprecate the transform and use default extras (5f7571a)
  • Fetch hooks brought into core, module types extra refactoring (281fdf0)
  • Deprecate the named exports extra bringing its behaviours into core (3eefa2d)

v6.6.1: SystemJS 6.6.1

Compare Source

Bug Fixes

v6.6.0: SystemJS 6.6.0

Compare Source

Features

  • Set "type": "script" in package.json (#​2246)

Bug Fixes

  • Fix autoimport dynamic import conflicts (#​2245)

v6.5.1: SystemJS 6.5.1

Compare Source

Patches

v6.5.0: SystemJS 6.5.0

Compare Source

Features

  • import.meta.resolve implementation (#​2230)
  • Import maps integrity feature (#​2229)

v6.4.3: SystemJS 6.4.3

Compare Source

Features

  • Define an "s.js" entry in "exports" (#​2226)

Patches

  • Fixup use of const for older browsers (#​2227)

v6.4.2: SystemJS 6.4.2

Compare Source

Patches

  • Fix and simplify auto import domready resets (#​2225)

v6.4.1: SystemJS 6.4.1

Compare Source

Patches

  • Fix auto import handling of dynamic import races during loading phase (#​2223)
  • Fix crossOrigin script attribute loading in Safari (#​2222)

v6.4.0: SystemJS 6.4.0

Compare Source

Features

Patches

v6.3.3

Compare Source

Patches

v6.3.2

Compare Source

Patches

v6.3.1

Compare Source

Patches

  • Fix error code mixup (#​2169)
  • Fix bug in system-node.cjs where prepareImport overwrote import map (#​2170)
  • Adding full dist directory to package.json exports (#​2173)
  • Increasing timeout for test:node script (#​2174)
  • Switching to node-fetch to avoid caching bugs in make-fetch-happen (#​2171)

v6.3.0

Compare Source

Features

  • s.js now has full import map support (#​2150)
  • New system-node.cjs loader designed to run in NodeJS. (#​2150, #​2158)
  • SystemJS now has error codes, along with documentation for each error code (#​2151)

Patches

  • Fix bug in Chrome 45 where const/let disallowed unless in strict mode (#​2162)
  • Add warning for calling System.set with non-URL id (#​2161)

Maintenance

  • Upgrading dependencies and switching building of extras to rollup (#​2149)
  • Add issue templates (#​2157)
  • Add bot for bundle size changes to pull requests (#​2156, #​2166)
  • Running tests in Travis CI, including browser tests (#​2160)
  • Documentation for system-node.cjs (#​2164, #​2168)
  • Fixing tests in IE11 (#​2167)

v6.2.6

Compare Source

Patches

v6.2.5

Compare Source

Patches

v6.2.4

Compare Source

Patches

  • Fix problem where System.delete did not remove named register modules. Now named register modules are automatically removed from registerRegistry as soon as they are used once. (#​2125 @​k-j-kim)

v6.2.3

Compare Source

Patches

  • Fix another race condition with named registers (#​2121)

v6.2.2

Compare Source

Patches

  • Supporting multiple define variations for named modules. Resolves #​2118. (#​2119)

v6.2.1

Compare Source

Patches

v6.2.0

Compare Source

Features

  • Adding new createScript / fetch / shouldFetch hooks (#​2058) docs

Patches

  • Fixing race conditions with named register modules (#​2114)

v6.1.10

Compare Source

Patches

  • Fixing bug where named AMD modules were instantiated twice (#​2104)
  • Save bytes with setTimeout (#​2105)
  • Prefer import map resolution over registryRegistry resolution (#​2108)

v6.1.9

Compare Source

Patches

v6.1.8

Compare Source

Patches

  • Ensure that __esModule is copied to ns even if it isn't enumerable. Improves webpack interop when using libraryTarget system. (#​2093)

v6.1.7

Compare Source

Patches

  • Fix problem where banner comment in output files had wrong version number (042fa6c)

v6.1.6

Compare Source

Patches

v6.1.5

Compare Source

Patches

  • Support registry delete returning update function (#​2020)
  • Fixing bug where named-exports didn't work on named registers. (#​2073 #​2074)

v6.1.4

Compare Source

Patches

v6.1.3

Compare Source

Patches

  • Fix relative resolution of LHS URLs in import maps (#​2039)
  • Fix named register extra to extend rather than reinstantiate the SystemJS instance (#​2042)
  • Update extras to extend the global System instance explicitly (#​2043)

v6.1.2

Compare Source

Patches

  • Bug fix for named AMD modules (#​2029)
  • Bug fix for IE11 regression (#​2033)

v6.1.1

Compare Source

Patches

v6.1.0

Compare Source

Features

  • Adding support for <script type="systemjs-module" src="import:foo"> (See docs). (#​2015)

v6.0.0

Compare Source

Breaking Changes

  • Import map scopes now require a trailing / (#​2009)
  • JSON and Wasm modules are no longer supported by default in s.js and system.js. Instead, use the new module-types extra
  • Deps argument added to onload hook (#​1998)
  • System.resolve is now synchronous by default in both s.js and system.js (#​1996 and #​1939, @​joeldenning)

Features

  • CSS modules can now be loaded by s.js and system.js. Docs (#​1997)
  • Cascading/Composing import maps are now supported. Docs (#​2009)
  • New module types extra for CSS, JSON and Wasm (#​2006)
  • The first named System.regiser in a bundle will now define the bundle module itself. This avoids need for double System.import() (#​1984, @​joeldenning)

Patches

v5.0.0

Compare Source

Breaking Changes

  • Import map scopes now resolve relative to the base, not the scope (#​1975)

v4.1.1

Compare Source

Patches

  • Fix bug in named exports extra with AMD exports (#​1978)
  • Ensure that global frames are not detected in global extra (#​1973, @​kduret)

v4.1.0

Compare Source

Features

  • Added a new "Use Default" extra. (#​1969)

Patches

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

v3.1.6

Compare Source

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from d55e040 to 494c556 Compare April 6, 2021 20:15
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 494c556 to c4a4da7 Compare May 12, 2021 22:18
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from c4a4da7 to 688a4f5 Compare June 16, 2021 13:04
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 688a4f5 to bb7df3a Compare October 18, 2021 17:30
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from bb7df3a to 6f86c95 Compare March 7, 2022 11:57
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 6f86c95 to fbfc7ae Compare September 25, 2022 19:10
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from fbfc7ae to 144a299 Compare November 20, 2022 15:18
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 144a299 to d440eef Compare March 23, 2023 17:25
@renovate renovate bot changed the title Update dependency systemjs to v6 Update dependency systemjs to v6 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/systemjs-6.x branch April 4, 2023 00:33
@renovate renovate bot changed the title Update dependency systemjs to v6 - autoclosed Update dependency systemjs to v6 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/systemjs-6.x branch April 4, 2023 11:28
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from d440eef to 1bc4333 Compare August 16, 2023 07:37
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 1bc4333 to 408303a Compare January 1, 2024 17:11
@renovate renovate bot force-pushed the renovate/systemjs-6.x branch from 408303a to 47ccb36 Compare April 27, 2024 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants