Make WordPress Core

Changeset 44183

Timestamp:
12/14/2018 12:19:57 PM (6 years ago)
Author:
youknowriad
Message:

Block Editor: Upgrade @wordpress packages to the latest version (4.7).

Updated packages:

  • @wordpress/annotations@1.0.4
  • @wordpress/api-fetch@2.2.6
  • @wordpress/block-library@2.2.10
  • @wordpress/block-serialization-default-parser@2.0.2
  • @wordpress/block-serialization-spec-parser@2.0.2
  • @wordpress/blocks@6.0.4
  • @wordpress/components@7.0.4
  • @wordpress/core-data@2.0.15
  • @wordpress/data@4.1.0
  • @wordpress/date@3.0.1
  • @wordpress/edit-post@3.1.5
  • @wordpress/editor@9.0.5
  • @wordpress/eslint-plugin@1.0.0
  • @wordpress/format-library@1.2.8
  • @wordpress/html-entities@2.0.4
  • @wordpress/list-reusable-blocks@1.1.17
  • @wordpress/notices@1.1.1
  • @wordpress/nux@3.0.5
  • @wordpress/rich-text@3.0.3
  • @wordpress/url@2.3.2
  • @wordpress/viewport@2.0.13

This also includes the updates the Core blocks.
The script loader is updated to match the Gutenberg repository too.

Props atimmer, gziolo, joen.
Fixes #45442, #45637.

Location:
branches/5.0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/package-lock.json

    r43955 r44183  
    11{
    22    "name": "WordPress",
    3     "version": "5.0.0",
     3    "version": "5.0.",
    44    "lockfileVersion": 1,
    55    "requires": true,
     
    238238        },
    239239        "@wordpress/annotations": {
    240             "version": "1.0.3",
    241             "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.0.3.tgz",
    242             "integrity": "sha512-/3KGSkugdKfFOsTqha0G3/ig5ZBrRp00ByUMDF8jy6LiMwYXmxFNxwuNJi/jgYh0s+IZtLDtUUUlzpEXlwRKhw==",
     240            "version": "1.0.",
     241            "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.0..tgz",
     242            "integrity": "sha512-w==",
    243243            "requires": {
    244244                "@babel/runtime": "^7.0.0",
    245                 "@wordpress/data": "^4.0.1",
     245                "@wordpress/data": "^4.",
    246246                "@wordpress/hooks": "^2.0.3",
    247247                "@wordpress/i18n": "^3.1.0",
    248                 "@wordpress/rich-text": "^3.0.2",
     248                "@wordpress/rich-text": "^3.0.",
    249249                "lodash": "^4.17.10",
    250250                "memize": "^1.0.5",
     
    254254        },
    255255        "@wordpress/api-fetch": {
    256             "version": "2.2.5",
    257             "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-2.2.5.tgz",
    258             "integrity": "sha512-/59udJQAG5ynrA7j/E6mBhl0gv1MXpBDiuMhY7TBOdgNYIdltrcBbI2PF0r42EGPRtm+rOzBKrEM7WDkWTCkvA==",
     256            "version": "2.2.",
     257            "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-2.2..tgz",
     258            "integrity": "sha512-==",
    259259            "requires": {
    260260                "@babel/runtime": "^7.0.0",
    261261                "@wordpress/hooks": "^2.0.3",
    262262                "@wordpress/i18n": "^3.1.0",
    263                 "@wordpress/url": "^2.3.1"
     263                "@wordpress/url": "^2.3."
    264264            }
    265265        },
     
    281281        },
    282282        "@wordpress/block-library": {
    283             "version": "2.2.9",
    284             "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2.9.tgz",
    285             "integrity": "sha512-Do/3f1S6uPOywSSiCyeLW6//DEIy7cAyBIdtxcl1CssfpwCPiDbXq5OpyRf94FKV4J1C0qwJfF604IdcsCmsjw==",
     283            "version": "2.2.",
     284            "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.2..tgz",
     285            "integrity": "sha512-==",
    286286            "requires": {
    287287                "@babel/runtime": "^7.0.0",
    288288                "@wordpress/autop": "^2.0.2",
    289289                "@wordpress/blob": "^2.1.0",
    290                 "@wordpress/blocks": "^6.0.3",
    291                 "@wordpress/components": "^7.0.3",
     290                "@wordpress/blocks": "^6.0.",
     291                "@wordpress/components": "^7.0.",
    292292                "@wordpress/compose": "^3.0.0",
    293                 "@wordpress/core-data": "^2.0.14",
    294                 "@wordpress/data": "^4.0.1",
     293                "@wordpress/core-data": "^2.0.1",
     294                "@wordpress/data": "^4.",
    295295                "@wordpress/deprecated": "^2.0.3",
    296                 "@wordpress/editor": "^9.0.4",
     296                "@wordpress/editor": "^9.0.",
    297297                "@wordpress/element": "^2.1.8",
    298                 "@wordpress/html-entities": "^2.0.3",
     298                "@wordpress/html-entities": "^2.0.",
    299299                "@wordpress/i18n": "^3.1.0",
    300300                "@wordpress/keycodes": "^2.0.5",
    301                 "@wordpress/viewport": "^2.0.12",
     301                "@wordpress/viewport": "^2.0.1",
    302302                "classnames": "^2.2.5",
    303303                "lodash": "^4.17.10",
    304304                "memize": "^1.0.5",
    305                 "moment": "^2.22.1",
    306                 "querystring": "^0.2.0",
    307                 "querystringify": "^1.0.0",
    308305                "url": "^0.11.0"
    309306            }
    310307        },
    311308        "@wordpress/block-serialization-default-parser": {
    312             "version": "2.0.1",
    313             "resolved": "https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-2.0.1.tgz",
    314             "integrity": "sha512-Wd4yC9NgakDv39bPskA56GSGprZ5kXuhDff3hLR2HpOYS2TPHgT06UsfVfO1tJBOxrqcS/AHVj7FEFZqyyKPNg==",
     309            "version": "2.0.",
     310            "resolved": "https://registry.npmjs.org/@wordpress/block-serialization-default-parser/-/block-serialization-default-parser-2.0..tgz",
     311            "integrity": "sha512-==",
    315312            "requires": {
    316313                "@babel/runtime": "^7.0.0"
     
    318315        },
    319316        "@wordpress/block-serialization-spec-parser": {
    320             "version": "2.0.1",
    321             "resolved": "https://registry.npmjs.org/@wordpress/block-serialization-spec-parser/-/block-serialization-spec-parser-2.0.1.tgz",
    322             "integrity": "sha512-9bhi2/hThAH8MbFAalI3UMZiKmUih8Az5ZFRzZy9E+EO4BYW479DFU5l/jSelDh3fPhsPza9UZ0so3IrqqoCzg=="
     317            "version": "2.0.",
     318            "resolved": "https://registry.npmjs.org/@wordpress/block-serialization-spec-parser/-/block-serialization-spec-parser-2.0..tgz",
     319            "integrity": "sha512-=="
    323320        },
    324321        "@wordpress/blocks": {
    325             "version": "6.0.3",
    326             "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.0.3.tgz",
    327             "integrity": "sha512-jBk9xa87b9xgizVXBBnCYMDju0Q871JyeSCwJyUvd77flrym7BjfNIIWVnwOlLxUYc6BeHxZCAi+JzybHLlvFA==",
     322            "version": "6.0.",
     323            "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.0..tgz",
     324            "integrity": "sha512-j==",
    328325            "requires": {
    329326                "@babel/runtime": "^7.0.0",
    330327                "@wordpress/autop": "^2.0.2",
    331328                "@wordpress/blob": "^2.1.0",
    332                 "@wordpress/block-serialization-default-parser": "^2.0.1",
    333                 "@wordpress/block-serialization-spec-parser": "^2.0.1",
    334                 "@wordpress/data": "^4.0.1",
     329                "@wordpress/block-serialization-default-parser": "^2.0.",
     330                "@wordpress/block-serialization-spec-parser": "^2.0.",
     331                "@wordpress/data": "^4.",
    335332                "@wordpress/dom": "^2.0.7",
    336333                "@wordpress/element": "^2.1.8",
    337334                "@wordpress/hooks": "^2.0.3",
    338                 "@wordpress/html-entities": "^2.0.3",
     335                "@wordpress/html-entities": "^2.0.",
    339336                "@wordpress/i18n": "^3.1.0",
    340337                "@wordpress/is-shallow-equal": "^1.1.4",
     
    350347        },
    351348        "@wordpress/components": {
    352             "version": "7.0.3",
    353             "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0.3.tgz",
    354             "integrity": "sha512-7TgmhXz8+KRknFNYe+AYHpq3EreB40OZWEYzXF5tSJdjC6wElrDMKqRCGgWdTlpgZ/09g2cDo7a+GJ8iQTm9ig==",
     349            "version": "7.0.",
     350            "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.0..tgz",
     351            "integrity": "sha512-==",
    355352            "requires": {
    356353                "@babel/runtime": "^7.0.0",
    357354                "@wordpress/a11y": "^2.0.2",
    358                 "@wordpress/api-fetch": "^2.2.5",
     355                "@wordpress/api-fetch": "^2.2.",
    359356                "@wordpress/compose": "^3.0.0",
    360357                "@wordpress/dom": "^2.0.7",
     
    364361                "@wordpress/is-shallow-equal": "^1.1.4",
    365362                "@wordpress/keycodes": "^2.0.5",
    366                 "@wordpress/rich-text": "^3.0.2",
    367                 "@wordpress/url": "^2.3.1",
     363                "@wordpress/rich-text": "^3.0.",
     364                "@wordpress/url": "^2.3.",
    368365                "classnames": "^2.2.5",
    369366                "clipboard": "^2.0.1",
     
    394391        },
    395392        "@wordpress/core-data": {
    396             "version": "2.0.14",
    397             "resolved": "https://registry.npmjs.org/@wordpress/core-data/-/core-data-2.0.14.tgz",
    398             "integrity": "sha512-Hbd9tOfxv41jO1VwN9KzKCVgWuUzvZwIhXj848SFi0CzV0E57fiIVAkB/7bQj1EUOGT1qzIRLHhsBAEpxrVaeA==",
     393            "version": "2.0.1",
     394            "resolved": "https://registry.npmjs.org/@wordpress/core-data/-/core-data-2.0.1.tgz",
     395            "integrity": "sha512-A==",
    399396            "requires": {
    400397                "@babel/runtime": "^7.0.0",
    401                 "@wordpress/api-fetch": "^2.2.5",
    402                 "@wordpress/data": "^4.0.1",
    403                 "@wordpress/url": "^2.3.1",
     398                "@wordpress/api-fetch": "^2.2.",
     399                "@wordpress/data": "^4.",
     400                "@wordpress/url": "^2.3.",
    404401                "equivalent-key-map": "^0.2.2",
    405402                "lodash": "^4.17.10",
     
    418415        },
    419416        "@wordpress/data": {
    420             "version": "4.0.1",
    421             "resolved": "https://registry.npmjs.org/@wordpress/data/-/data-4.0.1.tgz",
    422             "integrity": "sha512-UfuSPjyA4xssOVcgg1wRlngBNGVbMmZGtwoGpAWej/XRpGI26P6Xi+8skPQfLTP2yl+/nMoFd9PTwpE0MwDQ7Q==",
     417            "version": "4.",
     418            "resolved": "https://registry.npmjs.org/@wordpress/data/-/data-4..tgz",
     419            "integrity": "sha512-==",
    423420            "requires": {
    424421                "@babel/runtime": "^7.0.0",
     
    435432        },
    436433        "@wordpress/date": {
    437             "version": "3.0.0",
    438             "resolved": "https://registry.npmjs.org/@wordpress/date/-/date-3.0.0.tgz",
    439             "integrity": "sha512-9Acg/5ABEW55iIbPo4jew1rvV7UEIBwWf0YsQdiYKHHcA5AdcDMxvuFBJXMvO3TByCUa8wTAnF3yP6EwAcgbZw==",
     434            "version": "3.0.",
     435            "resolved": "https://registry.npmjs.org/@wordpress/date/-/date-3.0..tgz",
     436            "integrity": "sha512-==",
    440437            "requires": {
    441438                "@babel/runtime": "^7.0.0",
     
    471468        },
    472469        "@wordpress/edit-post": {
    473             "version": "3.1.4",
    474             "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1.4.tgz",
    475             "integrity": "sha512-xZZ1x+JfMLTgCZkkdaJeYdsdEVQ+MkbRtweSdqfm4p4zdyId8wTg/n/ccqAAhFnQjoTufEkkchzRmmnoHozrcg==",
     470            "version": "3.1.",
     471            "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.1..tgz",
     472            "integrity": "sha512-==",
    476473            "requires": {
    477474                "@babel/runtime": "^7.0.0",
    478475                "@wordpress/a11y": "^2.0.2",
    479                 "@wordpress/api-fetch": "^2.2.5",
    480                 "@wordpress/block-library": "^2.2.9",
    481                 "@wordpress/blocks": "^6.0.3",
    482                 "@wordpress/components": "^7.0.3",
     476                "@wordpress/api-fetch": "^2.2.",
     477                "@wordpress/block-library": "^2.2.",
     478                "@wordpress/blocks": "^6.0.",
     479                "@wordpress/components": "^7.0.",
    483480                "@wordpress/compose": "^3.0.0",
    484                 "@wordpress/core-data": "^2.0.14",
    485                 "@wordpress/data": "^4.0.1",
    486                 "@wordpress/editor": "^9.0.4",
     481                "@wordpress/core-data": "^2.0.1",
     482                "@wordpress/data": "^4.",
     483                "@wordpress/editor": "^9.0.",
    487484                "@wordpress/element": "^2.1.8",
    488                 "@wordpress/format-library": "^1.2.7",
     485                "@wordpress/format-library": "^1.2.",
    489486                "@wordpress/hooks": "^2.0.3",
    490487                "@wordpress/i18n": "^3.1.0",
    491488                "@wordpress/keycodes": "^2.0.5",
    492                 "@wordpress/nux": "^3.0.4",
     489                "@wordpress/nux": "^3.0.",
    493490                "@wordpress/plugins": "^2.0.9",
    494                 "@wordpress/url": "^2.3.1",
    495                 "@wordpress/viewport": "^2.0.12",
     491                "@wordpress/url": "^2.3.",
     492                "@wordpress/viewport": "^2.0.1",
    496493                "classnames": "^2.2.5",
    497494                "lodash": "^4.17.10",
     
    500497        },
    501498        "@wordpress/editor": {
    502             "version": "9.0.4",
    503             "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0.4.tgz",
    504             "integrity": "sha512-adLq0C0DZFz5R1TNzqRttmcEHXz9Nv4VIBxyqFQbubfMAzq6LKv44YxNw0t9Pg2cZQr4V5gbu214H/0C67PFTQ==",
     499            "version": "9.0.",
     500            "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.0..tgz",
     501            "integrity": "sha512-==",
    505502            "requires": {
    506503                "@babel/runtime": "^7.0.0",
    507504                "@wordpress/a11y": "^2.0.2",
    508                 "@wordpress/api-fetch": "^2.2.5",
     505                "@wordpress/api-fetch": "^2.2.",
    509506                "@wordpress/blob": "^2.1.0",
    510                 "@wordpress/blocks": "^6.0.3",
    511                 "@wordpress/components": "^7.0.3",
     507                "@wordpress/blocks": "^6.0.",
     508                "@wordpress/components": "^7.0.",
    512509                "@wordpress/compose": "^3.0.0",
    513                 "@wordpress/core-data": "^2.0.14",
    514                 "@wordpress/data": "^4.0.1",
    515                 "@wordpress/date": "^3.0.0",
     510                "@wordpress/core-data": "^2.0.1",
     511                "@wordpress/data": "^4.",
     512                "@wordpress/date": "^3.0.",
    516513                "@wordpress/deprecated": "^2.0.3",
    517514                "@wordpress/dom": "^2.0.7",
    518515                "@wordpress/element": "^2.1.8",
    519516                "@wordpress/hooks": "^2.0.3",
    520                 "@wordpress/html-entities": "^2.0.3",
     517                "@wordpress/html-entities": "^2.0.",
    521518                "@wordpress/i18n": "^3.1.0",
    522519                "@wordpress/is-shallow-equal": "^1.1.4",
    523520                "@wordpress/keycodes": "^2.0.5",
    524                 "@wordpress/notices": "^1.1.0",
    525                 "@wordpress/nux": "^3.0.4",
     521                "@wordpress/notices": "^1.1.",
     522                "@wordpress/nux": "^3.0.",
    526523                "@wordpress/token-list": "^1.1.0",
    527                 "@wordpress/url": "^2.3.1",
    528                 "@wordpress/viewport": "^2.0.12",
     524                "@wordpress/url": "^2.3.",
     525                "@wordpress/viewport": "^2.0.1",
    529526                "@wordpress/wordcount": "^2.0.3",
    530527                "classnames": "^2.2.5",
     
    598595        },
    599596        "@wordpress/format-library": {
    600             "version": "1.2.7",
    601             "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2.7.tgz",
    602             "integrity": "sha512-lVsltV1vS9BW+rHxb0ue+/z5ghvytAixVKCkwMaEEnc4qYYo4nzfsXTNCqpgxyQkpgH34j96psPD/34+os0ALg==",
     597            "version": "1.2.",
     598            "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.2..tgz",
     599            "integrity": "sha512-g==",
    603600            "requires": {
    604601                "@babel/runtime": "^7.0.0",
    605                 "@wordpress/components": "^7.0.3",
     602                "@wordpress/components": "^7.0.",
    606603                "@wordpress/dom": "^2.0.7",
    607                 "@wordpress/editor": "^9.0.4",
     604                "@wordpress/editor": "^9.0.",
    608605                "@wordpress/element": "^2.1.8",
    609606                "@wordpress/i18n": "^3.1.0",
    610607                "@wordpress/keycodes": "^2.0.5",
    611                 "@wordpress/rich-text": "^3.0.2",
    612                 "@wordpress/url": "^2.3.1"
     608                "@wordpress/rich-text": "^3.0.",
     609                "@wordpress/url": "^2.3."
    613610            }
    614611        },
     
    622619        },
    623620        "@wordpress/html-entities": {
    624             "version": "2.0.3",
    625             "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-2.0.3.tgz",
    626             "integrity": "sha512-qkZL538U0TyC+sp0u5U9t/SulQjOO3pmmGDmJikSn5IHU/EZwYiyFxF2EDPDHR5PHILgAmdJV8Qefmrb3ml3vg==",
     621            "version": "2.0.",
     622            "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-2.0..tgz",
     623            "integrity": "sha512-==",
    627624            "requires": {
    628625                "@babel/runtime": "^7.0.0"
     
    679676        },
    680677        "@wordpress/list-reusable-blocks": {
    681             "version": "1.1.16",
    682             "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.16.tgz",
    683             "integrity": "sha512-kkamXKC6lp7ZddFt+VPOaiTftXfldU6qiRNab9JU9BXBD0XmyWl1Ee24RjQtO9ILA8UK9OpYsYCAMP/LSA1Cgg==",
     678            "version": "1.1.1",
     679            "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.1.1.tgz",
     680            "integrity": "sha512-g==",
    684681            "requires": {
    685682                "@babel/runtime": "^7.0.0",
    686                 "@wordpress/api-fetch": "^2.2.5",
    687                 "@wordpress/components": "^7.0.3",
     683                "@wordpress/api-fetch": "^2.2.",
     684                "@wordpress/components": "^7.0.",
    688685                "@wordpress/compose": "^3.0.0",
    689686                "@wordpress/element": "^2.1.8",
     
    693690        },
    694691        "@wordpress/notices": {
    695             "version": "1.1.0",
    696             "resolved": "https://registry.npmjs.org/@wordpress/notices/-/notices-1.1.0.tgz",
    697             "integrity": "sha512-dVbHKUq1xo4ecGy1j/cxbnRY1L/by+O4Xu+QBdrX5MPCOEU0TLak8k9PUS+nm13zFAJg4kzZip301Udb/OgoZg==",
     692            "version": "1.1.",
     693            "resolved": "https://registry.npmjs.org/@wordpress/notices/-/notices-1.1..tgz",
     694            "integrity": "sha512-==",
    698695            "requires": {
    699696                "@babel/runtime": "^7.0.0",
    700697                "@wordpress/a11y": "^2.0.2",
    701                 "@wordpress/data": "^4.0.1",
     698                "@wordpress/data": "^4.",
    702699                "lodash": "^4.17.10"
    703700            }
    704701        },
    705702        "@wordpress/nux": {
    706             "version": "3.0.4",
    707             "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0.4.tgz",
    708             "integrity": "sha512-0GjMmEI8GM/lbRLAxPel6fMjf5rbEB9wGRzVr1dDD7Ak6CfgVfasK/B9UMgngcO0sbCCXkHopjd8QQhUobffPg==",
     703            "version": "3.0.",
     704            "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.0..tgz",
     705            "integrity": "sha512-==",
    709706            "requires": {
    710707                "@babel/runtime": "^7.0.0",
    711                 "@wordpress/components": "^7.0.3",
     708                "@wordpress/components": "^7.0.",
    712709                "@wordpress/compose": "^3.0.0",
    713                 "@wordpress/data": "^4.0.1",
     710                "@wordpress/data": "^4.",
    714711                "@wordpress/element": "^2.1.8",
    715712                "@wordpress/i18n": "^3.1.0",
     
    741738        },
    742739        "@wordpress/rich-text": {
    743             "version": "3.0.2",
    744             "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.0.2.tgz",
    745             "integrity": "sha512-qLhQz142vpEr/j69SLir3Sz8CYMoosyP8xjGAyH22S/gH8jTydnWtDx//xdkzvikXRbV1niXuPMDyLV2QOlong==",
     740            "version": "3.0.",
     741            "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.0..tgz",
     742            "integrity": "sha512-==",
    746743            "requires": {
    747744                "@babel/runtime": "^7.0.0",
    748745                "@wordpress/compose": "^3.0.0",
    749                 "@wordpress/data": "^4.0.1",
     746                "@wordpress/data": "^4.",
    750747                "@wordpress/escape-html": "^1.0.1",
    751748                "lodash": "^4.17.10",
     
    773770        },
    774771        "@wordpress/url": {
    775             "version": "2.3.1",
    776             "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-2.3.1.tgz",
    777             "integrity": "sha512-Z4tCYMsW3DHOLnBXM7MK2kcuX26Pszpxjst8x5hzWmYa6zJRn8MA8Bd5RF++R1NwpWJZGk4m47rj6Q36zkr86g==",
     772            "version": "2.3.",
     773            "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-2.3..tgz",
     774            "integrity": "sha512-g==",
    778775            "requires": {
    779776                "@babel/runtime": "^7.0.0",
     
    782779        },
    783780        "@wordpress/viewport": {
    784             "version": "2.0.12",
    785             "resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.0.12.tgz",
    786             "integrity": "sha512-W2M+RIbAlfIn7B8nQtR10SD5lLpLNu2bMXk18h5ToS8BhBwEK9dagjSh1i4nJplzNzZUB/JsaVXDRRCFymuT3A==",
     781            "version": "2.0.1",
     782            "resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.0.1.tgz",
     783            "integrity": "sha512-W==",
    787784            "requires": {
    788785                "@babel/runtime": "^7.0.0",
    789786                "@wordpress/compose": "^3.0.0",
    790                 "@wordpress/data": "^4.0.1",
     787                "@wordpress/data": "^4.",
    791788                "@wordpress/element": "^2.1.8",
    792789                "lodash": "^4.17.10"
     
    1122911226            "dev": true
    1123011227        },
    11231         "querystringify": {
    11232             "version": "1.0.0",
    11233             "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz",
    11234             "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs="
    11235         },
    1123611228        "randomatic": {
    1123711229            "version": "3.1.1",
     
    1369213684        },
    1369313685        "tinymce": {
    13694             "version": "4.9.0",
    13695             "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.9.0.tgz",
    13696             "integrity": "sha512-hrPeCLXY/sVCo3i64CTW8P5xbDiEI8Uii/vWpcmQWAMhex6GWWd2U+L8WIMj5tKKGdfcIQAJfpfQthc/92bcKw=="
     13686            "version": "4.9.",
     13687            "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.9..tgz",
     13688            "integrity": "sha512-=="
    1369713689        },
    1369813690        "tmp": {
  • branches/5.0/package.json

    r44105 r44183  
    5252        "@babel/polyfill": "^7.0.0",
    5353        "@wordpress/a11y": "^2.0.2",
    54         "@wordpress/annotations": "^1.0.3",
    55         "@wordpress/api-fetch": "^2.2.5",
     54        "@wordpress/annotations": "^1.0.",
     55        "@wordpress/api-fetch": "^2.2.",
    5656        "@wordpress/autop": "^2.0.2",
    5757        "@wordpress/blob": "^2.1.0",
    58         "@wordpress/block-library": "^2.2.9",
    59         "@wordpress/block-serialization-default-parser": "^2.0.1",
    60         "@wordpress/blocks": "^6.0.3",
    61         "@wordpress/components": "^7.0.3",
     58        "@wordpress/block-library": "^2.2.",
     59        "@wordpress/block-serialization-default-parser": "^2.0.",
     60        "@wordpress/blocks": "^6.0.",
     61        "@wordpress/components": "^7.0.",
    6262        "@wordpress/compose": "^3.0.0",
    63         "@wordpress/core-data": "^2.0.14",
    64         "@wordpress/data": "^4.0.1",
    65         "@wordpress/date": "^3.0.0",
     63        "@wordpress/core-data": "^2.0.1",
     64        "@wordpress/data": "^4.",
     65        "@wordpress/date": "^3.0.",
    6666        "@wordpress/deprecated": "^2.0.3",
    6767        "@wordpress/dom": "^2.0.7",
    6868        "@wordpress/dom-ready": "^2.0.2",
    69         "@wordpress/edit-post": "^3.1.4",
    70         "@wordpress/editor": "^9.0.4",
     69        "@wordpress/edit-post": "^3.1.",
     70        "@wordpress/editor": "^9.0.",
    7171        "@wordpress/element": "^2.1.8",
    7272        "@wordpress/escape-html": "^1.0.1",
    73         "@wordpress/format-library": "^1.2.7",
     73        "@wordpress/format-library": "^1.2.",
    7474        "@wordpress/hooks": "^2.0.3",
    75         "@wordpress/html-entities": "^2.0.3",
     75        "@wordpress/html-entities": "^2.0.",
    7676        "@wordpress/i18n": "^3.1.0",
    7777        "@wordpress/is-shallow-equal": "^1.1.4",
    7878        "@wordpress/keycodes": "^2.0.5",
    79         "@wordpress/list-reusable-blocks": "^1.1.16",
    80         "@wordpress/notices": "^1.1.0",
    81         "@wordpress/nux": "^3.0.4",
     79        "@wordpress/list-reusable-blocks": "^1.1.1",
     80        "@wordpress/notices": "^1.1.",
     81        "@wordpress/nux": "^3.0.",
    8282        "@wordpress/plugins": "^2.0.9",
    8383        "@wordpress/redux-routine": "^3.0.3",
    84         "@wordpress/rich-text": "^3.0.2",
     84        "@wordpress/rich-text": "^3.0.",
    8585        "@wordpress/shortcode": "^2.0.2",
    8686        "@wordpress/token-list": "^1.1.0",
    87         "@wordpress/url": "^2.3.1",
    88         "@wordpress/viewport": "^2.0.12",
     87        "@wordpress/url": "^2.3.",
     88        "@wordpress/viewport": "^2.0.1",
    8989        "@wordpress/wordcount": "^2.0.3",
    9090        "element-closest": "^2.0.2",
  • branches/5.0/src/wp-includes/blocks/block.php

    r43949 r44183  
    2323    }
    2424
     25
     26
     27
     28
    2529    return do_blocks( $reusable_block->post_content );
    2630}
  • branches/5.0/src/wp-includes/blocks/categories.php

    r43949 r44183  
    7373    <script type='text/javascript'>
    7474    /* <![CDATA[ */
    75     (function() {
     75    (function() {
    7676        var dropdown = document.getElementById( '<?php echo esc_js( $dropdown_id ); ?>' );
    7777        function onCatChange() {
  • branches/5.0/src/wp-includes/blocks/latest-comments.php

    r43951 r44183  
    66 */
    77
    8 if ( ! function_exists( 'wp_latest_comments_draft_or_post_title' ) ) {
    9     /**
    10      * Get the post title.
    11      *
    12      * The post title is fetched and if it is blank then a default string is
    13      * returned.
    14      *
    15      * Copied from `wp-admin/includes/template.php`, but we can't include that
    16      * file because:
    17      *
    18      * 1. It causes bugs with test fixture generation and strange Docker 255 error
    19      *    codes.
    20      * 2. It's in the admin; ideally we *shouldn't* be including files from the
    21      *    admin for a block's output. It's a very small/simple function as well,
    22      *    so duplicating it isn't too terrible.
    23      *
    24      * @since 3.3.0
    25      *
    26      * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    27      * @return string The post title if set; "(no title)" if no title is set.
    28      */
    29     function wp_latest_comments_draft_or_post_title( $post = 0 ) {
    30         $title = get_the_title( $post );
    31         if ( empty( $title ) ) {
    32             $title = __( '(no title)' );
    33         }
    34         return esc_html( $title );
     8/**
     9 * Get the post title.
     10 *
     11 * The post title is fetched and if it is blank then a default string is
     12 * returned.
     13 *
     14 * Copied from `wp-admin/includes/template.php`, but we can't include that
     15 * file because:
     16 *
     17 * 1. It causes bugs with test fixture generation and strange Docker 255 error
     18 *    codes.
     19 * 2. It's in the admin; ideally we *shouldn't* be including files from the
     20 *    admin for a block's output. It's a very small/simple function as well,
     21 *    so duplicating it isn't too terrible.
     22 *
     23 * @since 3.3.0
     24 *
     25 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
     26 * @return string The post title if set; "(no title)" if no title is set.
     27 */
     28function wp_latest_comments_draft_or_post_title( $post = 0 ) {
     29    $title = get_the_title( $post );
     30    if ( empty( $title ) ) {
     31        $title = __( '(no title)' );
    3532    }
     33
    3634}
    3735
  • branches/5.0/src/wp-includes/script-loader.php

    r43960 r44183  
    226226
    227227    $packages_versions = array(
    228         'api-fetch' => '2.2.5',
     228        'api-fetch' => '2.2.',
    229229        'a11y' => '2.0.2',
    230         'annotations' => '1.0.3',
     230        'annotations' => '1.0.',
    231231        'autop' => '2.0.2',
    232232        'blob' => '2.1.0',
    233         'block-library' => '2.2.9',
    234         'block-serialization-default-parser' => '2.0.1',
    235         'blocks' => '6.0.3',
    236         'components' => '7.0.3',
     233        'block-library' => '2.2.',
     234        'block-serialization-default-parser' => '2.0.',
     235        'blocks' => '6.0.',
     236        'components' => '7.0.',
    237237        'compose' => '3.0.0',
    238         'core-data' => '2.0.14',
    239         'data' => '4.0.1',
    240         'date' => '3.0.0',
     238        'core-data' => '2.0.1',
     239        'data' => '4.',
     240        'date' => '3.0.',
    241241        'deprecated' => '2.0.3',
    242242        'dom' => '2.0.7',
    243243        'dom-ready' => '2.0.2',
    244         'edit-post' => '3.1.4',
    245         'editor' => '9.0.4',
     244        'edit-post' => '3.1.',
     245        'editor' => '9.0.',
    246246        'element' => '2.1.8',
    247247        'escape-html' => '1.0.1',
    248         'format-library' => '1.2.7',
     248        'format-library' => '1.2.',
    249249        'hooks' => '2.0.3',
    250         'html-entities' => '2.0.3',
     250        'html-entities' => '2.0.',
    251251        'i18n' => '3.1.0',
    252252        'is-shallow-equal' => '1.1.4',
    253253        'keycodes' => '2.0.5',
    254         'list-reusable-blocks' => '1.1.16',
    255         'notices' => '1.1.0',
    256         'nux' => '3.0.4',
     254        'list-reusable-blocks' => '1.1.1',
     255        'notices' => '1.1.',
     256        'nux' => '3.0.',
    257257        'plugins' => '2.0.9',
    258258        'redux-routine' => '3.0.3',
    259         'rich-text' => '3.0.2',
     259        'rich-text' => '3.0.',
    260260        'shortcode' => '2.0.2',
    261261        'token-list' => '1.1.0',
    262         'url' => '2.3.1',
    263         'viewport' => '2.0.12',
     262        'url' => '2.3.',
     263        'viewport' => '2.0.1',
    264264        'wordcount' => '2.0.3',
    265265    );
     
    18081808            'wp-components',
    18091809            'wp-editor',
     1810
    18101811            // Always include visual styles so the editor never appears broken.
    18111812            'wp-block-library-theme',
Note: See TracChangeset for help on using the changeset viewer.